News

Although Digester was initially developed to simplify XML-configuration file parsing, it is useful any time you need to map XML files to Java objects. This article has provided an introduction to ...
You can use the Java JDOM classes to read the XML data including the element's attribute property. You use these properties to determine the different types of XML nodes you have in your folder.
Splitting the XML file is a nasty performance optimization that should wait until it is the last option AND it is proven to actually increase performance. A spike to test it out is valuable here.
Learn to develop a modern Java web application with this Apache Struts 2.5 example. No Struts config XML files are required. This zero-config Struts example goes without!