XMLBeans

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

Articles
  

Articles:
  • A Generic, Reusable Solution for Marshalling Java Objects to/from XML by Michael Pilone   - [Clicks: 46]
    The callback approach to mapping from Java objects to XML solves many of the problems found with existing solutions. Find out how to "stream" objects in and out of XML—while still gaining all the benefits of object-to-XML mapping.
    http://www.devx.com/Java/Article/39139 - Sep, 2008
  • Dynamically manage XML schema variations in XMLBeans applications by Abdul Rasid, Pallavi Rao   - [Clicks: 36]
    Apache XMLBeans does not inherently support multiple versions of an XML schema. For applications that need this type of support to manage compatibility, this limitation is serious. But there is a solution, and in this article, you'll learn how dynamic class loading techniques can help.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/x-xmlbeans/index.html - Aug, 2008
  • Receive events from XMLBeans by Jacob D. Eisinger, Vince C. Brunssen   - [Clicks: 132]
    XMLBeans is a great XML-to-Java data-binding technology, but it lacks the ability to register observers for model changes. However, you can customize generated plain old Java objects (POJOs) to include the necessary interfaces and the notification of changes. Create a Sudoku Rich Client Platform (RCP) game application in Eclipse, and learn how to use eventing to validate the user's input.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/x-xmlbeanse/index.html - Jan, 2008

[Top]