Perumal, Lakshmi wrote: > Hi > The output of the peer classes (which are used to query the DB ) result in a > set of query results should be displayed in a xml format. > My question is the achieve this, is it necessary to make use of xml binders > (like digester) or is it possible to change configurations in torque to get > the xml file with the output of the query.
Just for the record: this is actually a Torque question (see db.apache.org/torque for mailing lists). The Torque generator can dump data from the database in XML format. I don't know if it is possible to use this from an application. I use the JAXB approach (look for JaxMe) together with a manual mapping. Works just fine and gives me the advantage of schema validation. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
