Castor

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

Articles
  

Articles:
  • Data binding with Castor, Part 4: Bind your Java objects to SQL databases by Brett D. McLaughlin   - [Clicks: 3]
    You've already seen how flexible Castor is in allowing you to convert Java objects to XML and back. But Castor does a lot more, including letting you take those same Java objects and turn them into rows within your SQL database. Learn what syntax is the same, what's different, and how you can add SQL to your data binding arsenal.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/x-xjavacastor4/index.html - Apr, 2008
  • Data binding with Castor, Part 3: Map between schemas by Brett D. McLaughlin   - [Clicks: 8]
    After reading Parts 1 and 2 in this series, you should be comfortable using Castor to convert from XML to Java, and then back again. In this article, you'll learn to add flexibility to your functionality, through Castor mapping files. You'll no longer be constrained by the names of elements in your XML document, or by the member variable names in your Java classes.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/x-xjavacastor3/index.html - Jan, 2008

[Top]