Scripting for the Java Platform 29 Jul 2006 10:50 GMTWith code examples and a demo application, this article shows how to create desktop Java platform applications that customers can modify and configure using the JavaScript programming language.
Source: Sun You Are What You Is: Defining Object Identity 27 Jul 2006 04:00 GMTEven when you know the difference between == and .equals(), that's not the end of the story of object identity in Java. Lots of common-sense assumptions are rife with unpredictable side effects, and in this article Peter Becker takes a new look at just what equality means.
Source: Java.net Store and Retrieve XML from Databases with XSU 27 Jul 2006 01:40 GMTOracle's XML SQL (XSU) is a Java API that provides XML-to-SQL (and the reverseSQL-to-XML) mapping services, letting you map XML elements to database table columns so you can store and retrieve XML documents with ease.
Source: DevX Deploying BIRT 26 Jul 2006 04:00 GMTIf you have a need for generating or displaying reports, you may want to have a word with BIRT. The Business Intelligence and Reporting Tools project is an open source Eclipse effort to enable the creation and deployment of complex reports. Jason Weathersby shows you how to grind out reports and display them in web applications and RCP-based desktop apps.
Source: O'Reilly Aspect Oriented Programming and Internationalization 25 Jul 2006 04:00 GMTIf you leave internationalization for the end of your project, chances are you're going to find it a challenge. But as a cross-cutting concern that's needed throughout an app, could I18N be seen as a task for aspect-oriented programming? Stephen B. Morris argues for this approach and shows how it can work.
Source: Java.net Agile Development: An Expert Roundtable 21 Jul 2006 23:54 GMTAt the last No Fluff, Just Stuff symposium in New York, Barry Burd asked three experts to explain Agile development. Here's what they had to say.
Source: JavaBoutique