| 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
|
 |
 |
|
|
subject: Reading data from mysql database and converting the data into xml format
|
|
|