• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
We noticed he had no friends. So we gave him this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic