| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Books |
- Cure Your Java XML Troubles with a Dose of Castor Oil by James Turner - [Clicks: 38]
Caster gives you the ability to copy the contents of an XML file into a collection of Plain Old Java Objects (POJOs).
http://www.developer.com/lang/article.php/3650521 - Dec, 2006 - Java to XML and Back Again with Castor XML by Alexander Prohorenko, Olexiy Prokhorenko - [Clicks: 214]
This article uses Castor to illustrate the basic steps between Java class transformation to XML and back again. This is a relatively simple task so the code won't be complicated at all.
http://javaboutique.internet.com/tutorials/jx/ - Feb, 2006
- Castor Live by Bruce Snyder - [Clicks: 131]
Castor is an Open Source data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables.Castor provides Java-to-XML binding, Java-to-SQL persistence, and more. Castor Live is set up in three parts: Data Binding, Castor XML and Castor JDO. While the Data Bindingpiece is the smallest of the three in the text, it will cover the basics of Object-to-XML and Object-to-Relational data binding, which will flow directly into the Castor Project. The Castor XML section will cover code generation from an XML schema document, the XML Mapping file, and Marshalling and Unmarshalling XML, using the three techniques provided by Castor- using automatic introspection, using class descriptors or using the XML mapping file. The Castor JDO section will discuss configuration, querying the database, transaction locking, and a myriad of other features.
http://www.sourcebeat.com/TitleAction.do?id=8 - 2006