The Artima Developer Community
Sponsored Link

Web Services Forum
Java and XML

4 replies on 1 page. Most recent reply: Apr 30, 2003 2:44 PM by James Patterson

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
Elizabeth

Posts: 3
Nickname: elymartins
Registered: Feb, 2003

Java and XML Posted: Feb 21, 2003 3:06 AM
Reply to this message Reply
Advertisement
Hi!

Does anyone know how i can transform a java object to XML? The java object is composed by other java objects, and they have to be transformed too.

Thanks!!


Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

Re: Java and XML Posted: Feb 21, 2003 10:56 AM
Reply to this message Reply
You can try Java XML Data Binding (JAXB):

http://java.sun.com/xml/jaxb/

Elizabeth

Posts: 3
Nickname: elymartins
Registered: Feb, 2003

Re: Java and XML Posted: Feb 24, 2003 10:45 AM
Reply to this message Reply
Thanks!! I will try it!

Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: Java and XML Posted: Apr 9, 2003 8:50 PM
Reply to this message Reply
JAXB started long long time ago and now I see it has a final specification. I would suggest to use simple string manipulation to come up with the XML if the object is not complex one.

James Patterson

Posts: 16
Nickname: jmep
Registered: Mar, 2003

Re: Java and XML Posted: Apr 30, 2003 2:44 PM
Reply to this message Reply
If you are more OO savvy then XML, give ElectricXML a try. Here is an excellent lightweight FREE package that lets you treat XML as a hierarchy of Objects. Or with the plus version of the jar you can easily write Objects as XML and back again (we often use this as a Mock persistence layer during pilots).

http://www.themindelectric.com/exml/index.html

James

Flat View: This topic has 4 replies on 1 page
Topic: Tomcat and Axis Previous Topic   Next Topic Topic: JRun Server!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use