This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes Inserting data from XML to database...need suggestions. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Inserting data from XML to database...need suggestions." Watch "Inserting data from XML to database...need suggestions." New topic
Author

Inserting data from XML to database...need suggestions.

Vladan Radovanovic
Ranch Hand

Joined: Mar 20, 2000
Posts: 216
What would be the best way to do it? I will pretty much have to access the web service, get the XML document(s), and map the data from those documents into my already existing tables.
I am currently looking into JAXB however not sure if there is anything out there that is better/easier to use.
Any suggestions on this topic/scenario are welcomed.
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
this tutorial may help you for starting..click here


Spritle Software Blogs
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Inserting data from XML to database...need suggestions.
 
Similar Threads
Generating XML from reports stored in Database
XML/XSD to Database using Java
Reading data from mysql database and converting the data into xml format
xml to database insertion
constructing xml from values in database