Tuesday, February 27, 2007

Widgets 1.0

W3C has created a widget spec 1.0 which is an attempt to get all of the widget makers to play nice. Google, Yahoo, Microsoft, and Apple were targeted with this spec since each has their own version of widgets.

http://www.w3.org/TR/widgets/

This should be an interesting technology in the same vein as AJAX. The spec doesn't quite instill confidence yet, since it is still in draft form. After a bit of research it seems that current widgets run on an existing app (Yahoo's widget engine / Google's desktop app). It will be interesting to see if any of the browsers pick this up. That would be cool.

Java Studio Creator and JAAS

Thanks to the guys and gals over at Sun. After several crash and burn attempts in setting up authentication in Java Studio Creator, I finally downloaded the JAAS example provided by Sun. Here is the link...

http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/2/jaas_authentication.html

This seemed to be the most straight-forward implementation of authentication that I have found. I was able to setup JAAS in roughly an hour in my webapp, and I am now also compatible with many SSO providers. Woo hoo!