Extending OpenPTK, the User Provisioning Toolkit 27 Mar 2008 04:00 GMTProject Open Provisioning ToolKit (OpenPTK) is as an open source user provisioning toolkit exposing APIs, web services, HTML taglibs, and JSR-168 portlets with user self-service and administration examples. OpenPTK hides the implementation differences between different user stores, allowing developers to use multiple stores with a common API. Masoud Kalali shows how to use and extend the toolkit.
Source: Java.net Validating an XML Document 25 Mar 2008 01:59 GMTThis tip shows you how to use the DOMImplementationLS and DOMConfiguration classes to validate an XML document only if an XML Schema is present.
Source: DevX Synchronizing Properties with Beans Binding (JSR 295) 20 Mar 2008 04:00 GMTThe idea of setting up listener relationships between your GUI models, views, and controllers is simple enough, but grinding the same "glue" code dozens or even hundreds of times is wasteful and error-prone. JSR-295, Beans Binding, offers relief from the drudgery. In this article, John O'Conner shows how it works and what it can do for you.
Source: Java.net Translucent and Shaped Swing Windows 18 Mar 2008 04:00 GMTThe new "Consumer JDK," Java SE 6 Update N, offers desktop developers the ability to set per-pixel translucency on windows, which opens up a wide variety of possibilities for translucent and shaped windows previously only available to native applications. Kirill Grouchnikov shows how far these features can take you.
Source: Java.net