The Artima Developer Community
Sponsored Link

Java Answers Forum
creating xml

2 replies on 1 page. Most recent reply: Feb 25, 2002 2:18 PM by Alain Ravet

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    
Flat View: This topic has 2 replies on 1 page
balamurugan

Posts: 2
Nickname: nb
Registered: Feb, 2002

creating xml Posted: Feb 25, 2002 6:06 AM
Reply to this message Reply
Advertisement
hai,

i am bala,
i want to create an xml using the data fetched from the
database..
It should be done in java
If possible,please send me the code or url for this...
i want it immediately.....

Thanks for your help,
bala


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: creating xml Posted: Feb 25, 2002 12:47 PM
Reply to this message Reply
http://java.sun.com/xml/

Alain Ravet

Posts: 19
Nickname: aravet
Registered: Feb, 2002

Re: creating xml Posted: Feb 25, 2002 2:18 PM
Reply to this message Reply
For easy XML file creation : JDOM
- http://www.jdom.org/downloads/docs.html
- http://www-106.ibm.com/developerworks/java/library/j-jdom/
- http://www.javaworld.com/javaworld/jw-05-2000/jw-0518-jdom.html

To map data and storage (jdbc or xml) : Castor
- http://castor.exolab.org/

An easy way to persist data into XML : EXML
- http://www.themindelectric.com/products/xml/xml.html
- http://www.themindelectric.com/products/xml/releases/EXML-3.2/electric/docs/xml/guide/persistence/introduction.html

Flat View: This topic has 2 replies on 1 page
Topic: sorting arrays Previous Topic    

Sponsored Links



Google
  Web Artima.com   

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