Thursday, April 05, 2007

Struts 1 vs Struts 2

Struts 1 vs Struts 2: "Any application you use will always have versions and with each version increase the features and advantages of the newer version should by right increase too. Struts is not an exception. When struts was initially released the struts 1 was quite popular for quite some time. The current release Struts 2 has many differences from the struts 1. This article describes the differences between struts 1 and struts and offers a comparison chart between them."

Using JDBC to extract data from a database and output to an XML document

Using JDBC to extract data from a database and output to an XML document: "The goal of this tutorial is to show how to create an XML document out of data from a database using a mapping file. In other words, the map file determines what data is retrieved and how it is ultimately represented in the XML file."