• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

XML Data Binding / Castor Project

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is more of a comment than a question. I just started using the Castor project (http://castor.exolab.org) and think it's very interesting. The Castor project implements the XML Data Binding specification on Sun's web site. XML Data binding allows you to create XML from Java objects and Java Objects from XML very easily. Simply execute the Castor program and pass your XML Schema as a parameter to the program and the Castor program creates the necessary Java classes. You can then use the Java classes to create new objects and call objectXYZ.marshal() to create an XML representation of the Java object. Pretty cool stuff.
[This message has been edited by rrhoades (edited September 20, 2000).]
 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some excellent articles on Data Binding can be found at IBM's web-site. These articles are by Brett McLaughlin, the author of "Java and XML".
Very stuff
[This message has been edited by Junaid Bhatra (edited September 20, 2000).]
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for the information on XML data binding.
I was searching for information on XML data binding. I could get hardly one or two articles.
Article by Brett McLaughlin in IBM website is good.
Some articles are in http://java.sun.com/xml/white-papers.html
Jay

[This message has been edited by Jayakumar Thirumalai (edited October 01, 2000).]
 
Jayakumar Thirumalai
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Another product for XML Data binding - Breeze XML studio from www.breezefactor.com
I understand that it is a visual developer tool, generates Java classes from XML Schema.
Jay
 
She still doesn't approve of my superhero lifestyle. Or this shameless plug:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic