AJAX Design Strategies 18 Oct 2006 10:23 GMTThis article compares and contrasts design strategies that you can use to implement the Asynchronous JavaScript and XML (AJAX) methodology to create highly responsive Web 2.0 sites.
Source: Sun JBoss At Work: Web Services, Part 1 18 Oct 2006 04:00 GMT"JBoss at Work," by Tom Marrs and Scott Davis, builds up a complete enterprise application, chapter-by-chapter. In this excerpt, the authors show how to take the application and expose it as a web service.
Source: O'Reilly Rename a File Using Java 17 Oct 2006 21:50 GMTJava allows you to rename a file by using the renameTo(File file) method, in the java.io.File class
Source: DevX The Blogapps Project 17 Oct 2006 04:00 GMTDave Johnson, author of the Roller blog server, has a new book out on working with RSS and Atom. To support the book, he's put its example code up as a java.net project. And while version 1.0 will continue to support the book, an ongoing branch will continue to evolve and improve. In this article, Dave introduces the Blogapps project and how to use it for your own projects.
Source: Java.net Eclipse Callisto Project Profile: Data Tools Platform 17 Oct 2006 01:59 GMTNearly all J2EE applications use a relational database of some kind. Eclipse provides an integrated set of tools for working with such databases in the Callisto Data Tools Platform.
Source: DevX How Do Java's Lists Measure Up? Comparing Arrays, Lists, and Maps 16 Oct 2006 18:36 GMTJava offers several solutions for storing objects in an ordered list: arrays, Lists, and Maps--to mention the best known. But which one is the best for your application? This article analyzes the performance benefits and drawbacks of each solution with real-life, real-time examples.
Source: JavaBoutique Developing JDBC Applications with DB2's pureXML 12 Oct 2006 23:05 GMTCombining XML's features with JDBC provides powerful choices for manipulating data within your Java applications. Find out which new DB2 features simplify this integration.
Source: DevX