Use Xerces-J to Obtain a Serialized DOM Tree 27 Feb 2008 00:15 GMTSuppose you need to serialize a DOM tree, with the result being an XML document. Xerces-J allows you to specify a maximum line length of a line and an indent value.
Source: DevX Put an XPath Expression into a Java Application 19 Feb 2008 23:37 GMTInserting an XPath Expression into a Java Application can be very useful if you need to develop a Java application that evaluates a simple XPath expression.
Source: DevX The Architecting Magic Behind Taking Mash Ups Offline 13 Feb 2008 04:18 GMTWhile most of the complexity you encounter in synchronization efforts will be unique to your application and infrastructure, synchronization works best when it's designed to be a core feature in each data store.
Source: DevX Reflection in Action 12 Feb 2008 05:00 GMTPerhaps you've heard of reflection, seen it in books, but you're not sure what it can do for you, In this introductory article, Albert Attard introduces the basic techniques of discovering and using a class's methods and fields at runtime, and discusses cases where this can be a powerful technique.
Source: Java.net Introduction to Apache's Axis2 11 Feb 2008 21:16 GMTFind out how Apache's Axis2 can help you develop and access web services in a simple--but professional--manner.
Source: JavaBoutique