Cure Your Java XML Troubles with a Dose of Castor Oil
Other Article Published December 21, 2006
Caster gives you the ability to copy the contents of an XML file into a collection of Plain Old Java Objects (POJOs).
Caster gives you the ability to copy the contents of an XML file into a collection of Plain Old Java Objects (POJOs).
Sometimes you need to create a form that could have one item in it, or 1000 items. By using the common example of a shopping cart, learn how to create this kind of dynamically sized forms in Struts.