What Does it Take to Build the Best RIA? 14 Mar 2008 02:47 GMTWith the proliferation of Rich Interactive Application (RIA) platform choices out there, you no longer have to take a one-size-fits-all approach to developing your next RIA application. Knowing the strengths (and weaknesses) of each platform can help you to decide the best RIA for your next application.
Source: DevX Sun and MySQL: How It Stacks Up for Developers 06 Mar 2008 23:51 GMTMySQL, the world's most popular open-source database, fills an important niche in Sun's software stack. With Sun's reach and resources, MySQL is poised for even wider adoption.
Source: Sun Core Java: Volume I, Fundamentals 06 Mar 2008 23:51 GMTWith its many code samples and short explanations, this is both an excellent resource for learning and a great reference book.
Source: Sun The Open Road: SuperPackages 06 Mar 2008 05:00 GMTWonder what the relationship between com.example.package and com.example.package.test is? There isn't one! This lack of an orderly package-visibility relationship has made life difficult for a number of programmers trying to balance organizational needs against practical concerns. In this entry of The Open Road, Elliotte Rusty Harold takes a look at how JSR 294 "superpackages", intended to be part of Java SE 7, proposes to fix this problem.
Source: Java.net Passing SAX Events to a FOP Processor 04 Mar 2008 23:36 GMTThis tip shows a Java application that can be used to pass SAX events to a FOP processor. It uses the javax.xml.parsers.SAXParser class.
Source: DevX