Castor

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • Data binding with Castor, Part 2: Marshall and unmarshall XML by Brett D. McLaughlin   - [Clicks: 3]
    In the last article of this series, you downloaded, installed, and set up Castor. In this article, you'll learn how to convert your Java classes to XML and transform that XML back into Java code, as well as how Castor works and how to design your classes to function well with the API.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/x-xjavacastor2/index.html - Dec, 2007
  • Data binding with Castor, Part 1: Install and set up Castor by Brett McLaughlin   - [Clicks: 11]
    The Castor project provides data binding capabilities to the open source realm. It works much like Sun's JAXB, and adds enhanced mapping and binding to relational database tables. In this article, you'll take the first steps to get Castor to run on your own machine with downloading, installation, setup, configuration, class path issues, and more all covered.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/x-xjavacastor1/index.html - Nov, 2007

[Top]