aspose file tools
The moose likes JDBC and the fly likes Reading data from mysql database and converting the data into xml format Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Reading data from mysql database and converting the data into xml format" Watch "Reading data from mysql database and converting the data into xml format" New topic
Author

Reading data from mysql database and converting the data into xml format

yakkala krishna
Greenhorn

Joined: Feb 07, 2008
Posts: 5
Hi,

This is Y.Rama Krishna.
I need a sample application in JSP to read data from mysql database and converting that data to xml format.
Please give me your valuable suggestions.

With Regards,
Rama Krishna.Y
Roger Chung-Wee
Ranch Hand

Joined: Sep 29, 2002
Posts: 1683
Having created an object containing the data from the DB, you need to transform the object to XML. At various times, I've use Castor and JAXB. Other people in my department have also used XMLBeans.


SCJP 1.4, SCWCD 1.3, SCBCD 1.3
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Reading data from mysql database and converting the data into xml format
 
Similar Threads
Converting data in MySQL to Access 2003
DTD->SQL
plzzzzzzzz help me
Result in XML format
Need to update date from jsp to mysql database.