Re: Solved : Re: [appengine-java] Re: XML to Object libraries and Vice Versa

2009-11-24 Thread Rusty Wright
(In case anyone is searching for this topic in the archives.) There's also Simple: http://simple.sourceforge.net/ http://www.ibm.com/developerworks/xml/library/x-simplexobjs/ Ravi Sharma wrote: > Hi Guys, > I tried Betwixt from apache(http://commons.apache.org/betwixt/index.html). > And it work

Solved : Re: [appengine-java] Re: XML to Object libraries and Vice Versa

2009-11-24 Thread Ravi Sharma
Hi Guys, I tried Betwixt from apache(http://commons.apache.org/betwixt/index.html). And it works out of box. I only got into some problems as i downloaded some older version of dependecies(Digester and beanutils). So when using Betwixt make sure you have latest version of all dependecnies. Also in

Re: [appengine-java] Re: XML to Object libraries and Vice Versa

2009-11-22 Thread Rusty Wright
Here are some bookmarks I have for xml: http://www.xom.nu/ http://www.smooks.org/mediawiki/index.php?title=Main_Page http://jibx.sourceforge.net/ http://xstream.codehaus.org/ http://castor.org/ I'll be trying castor. Ravi wrote: > Hi Few days back i asked a question that which libraries can be

[appengine-java] Re: XML to Object libraries and Vice Versa

2009-11-22 Thread Ravi
Hi Few days back i asked a question that which libraries can be used to Convert Object to Xml and vice versa, and got advice to use betwixt (http://commons.apache.org/betwixt/).. I tried it and its working locally but on GAE server its not working and throwing following exception org.apache.common

[appengine-java] Re: XML to Object libraries and Vice Versa

2009-11-08 Thread LUAI KASSAR
Use Apache betwixt ,its works on GAE http://commons.apache.org/betwixt/ On Sun, Nov 8, 2009 at 7:46 PM, Ravi Sharma wrote: > I am not sure if i understand you. > Can you explain bit more, an example or link would be great. > I can do normal Sax parsing but then writing code for each different ki

[appengine-java] Re: XML to Object libraries and Vice Versa

2009-11-08 Thread Ravi Sharma
I am not sure if i understand you. Can you explain bit more, an example or link would be great. I can do normal Sax parsing but then writing code for each different kind of xml is gonna be very tidious work.So looking for some GAE supported libararies like JAXB or XMLBEAN My Requirment is as follo