23 February 2007
DWT 0.2.3 Released
DWT 0.2.3 is now available. There were two major bugs in the 0.2.2 release and thus the reason this was released so shortly after the last release. For those interested, there was a bug in navigating the paged views. There was also a bug with some of the grid events firing when they shouldn't have. In any case, check out the online demo to see it in action. The onlline demo now has more than 12,000 documents, of which, more than 7,000 have a readers field set so that anonymous users cannot see the data. I did this to test navigating views with reader fields in the documents. It works pretty well, I think. Let me know how it works in your environment. Oh, and don't forget to download it here. Enjoy!
Nice work.
Today I released DEXT v0.0.0.0.2 ;o)
The versioning indiciates how close it is to any kind of release.
{ Link }
New version has login/out and session details though.
We'll get there one day...
Jake
Wow. DEXT is looking great! The login/out session details is really nice! Jack S. has the ScriptProxy that allows you to get data from other domains via script tags so I bet since you are capturing domino session information, you can send that in the XHR request to allow for fetching of data from other domino servers in other domains that are set to use SSO with the current server you are on. I believe that you can even set SSO up with Domino and Websphere and the token is called something like LTPA (or something like that). In any case, this definitely makes it easier to do portal apps that require authentication.....very cool!!!!
Thanks for sharing!
Interesting idea. As it stands my login/out is very rudimentary and involves a ghastly page reload! It would be nice to not need to reload the page. This is Domino though and working with things authentication is not as flexible as it should/could be. Maybe there's a DSAPI module we could write.
It's all exciting stuff though.
Glad you like DEXT. Feel free to borrow from it.
Jake