RE: XML mapping to Java objects

2003-04-28 Thread Kommineni, Sateesh (IndSys)
28, 2003 5:35 AM To: [EMAIL PROTECTED] Subject: Re: XML mapping to Java objects Simon Kitching wrote: >It's such a shame the author of this article was not aware of Apache >Digester. > I definitely *am* aware of Apache Digester, and mention it in all my talks on different approac

Re: XML mapping to Java objects

2003-04-28 Thread Dennis Sosnoski
Simon Kitching wrote: On Mon, 2003-04-28 at 12:04, Dennis Sosnoski wrote: I definitely *am* aware of Apache Digester, and mention it in all my talks on different approaches to working with XML in Java. Amazing who hangs out on these lists :-) You never know who's listening... ;-) I should

Re: XML mapping to Java objects

2003-04-28 Thread Simon Kitching
On Mon, 2003-04-28 at 12:04, Dennis Sosnoski wrote: > Simon Kitching wrote: > > >It's such a shame the author of this article was not aware of Apache > >Digester. > > > I definitely *am* aware of Apache Digester, and mention it in all my > talks on different approaches to working with XML in Jav

Re: XML mapping to Java objects

2003-04-28 Thread Dennis Sosnoski
Simon Kitching wrote: It's such a shame the author of this article was not aware of Apache Digester. I definitely *am* aware of Apache Digester, and mention it in all my talks on different approaches to working with XML in Java. Digester is a very useful tool for building structures of objects

RE: XML mapping to Java objects

2003-04-27 Thread Simon Kitching
Sent: Thursday, April 24, 2003 10:25 AM > To: [EMAIL PROTECTED] > Subject: XML mapping to Java objects > > > Hi friends, > > I need your suggestion again!!! I am looking for a tool which > maps XML document to

RE: XML mapping to Java objects

2003-04-24 Thread O'Keeffe, Michael
Joshi [mailto:[EMAIL PROTECTED]Sent: Thursday, April 24, 2003 10:25 AMTo: [EMAIL PROTECTED]Subject: XML mapping to Java objects Hi friends,   I need your suggestion again!!! I am looking for a tool which maps XML document to Java objects. I found a tool named JOX  on web. But I

Re: XML mapping to Java objects

2003-04-24 Thread LAMY Olivier
, 2003 5:35 PM Subject: RE: XML mapping to Java objects Hi Olivier, Do they use SAX parser? -Shital Joshi 732-560-0010 x215 MFG Systems -Original Message- From: Olivier LAMY [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2003 11:26 AM To: [EMAIL PROTECTED] <mailto:[EMAIL

RE: XML mapping to Java objects

2003-04-24 Thread McEvoy, Peter
castor-xml is pretty good - although I don't know if you can control what parser method to use (SAX vs DOM).   http://castor.exolab.org/   Pete -Original Message-From: Shital Joshi [mailto:[EMAIL PROTECTED]Sent: 24 April 2003 16:25To: [EMAIL PROTECTED]Subject: XML mappi

RE: XML mapping to Java objects

2003-04-24 Thread Shital Joshi
Hi Olivier,   Do they use SAX parser?   -Shital Joshi 732-560-0010 x215 MFG Systems -Original Message-From: Olivier LAMY [mailto:[EMAIL PROTECTED]Sent: Thursday, April 24, 2003 11:26 AMTo: [EMAIL PROTECTED]Subject: Re: XML mapping to Java objects http

RE: XML mapping to Java objects

2003-04-24 Thread Th?bault, M?d?rick
Hello,   You could have a try with JAXB from Sun. -Message d'origine-De : Shital Joshi [mailto:[EMAIL PROTECTED]Envoyé : jeudi 24 avril 2003 17:25À : [EMAIL PROTECTED]Objet : XML mapping to Java objects Hi friends,   I need your suggestion again!!! I am lo

Re: XML mapping to Java objects

2003-04-24 Thread Olivier LAMY
http://jakarta.apache.org/commons/digester.html - Original Message - From: Shital Joshi To: [EMAIL PROTECTED] Sent: Thursday, April 24, 2003 5:24 PM Subject: XML mapping to Java objects Hi friends,   I need your suggestion again!!! I am looking

XML mapping to Java objects

2003-04-24 Thread Shital Joshi
Hi friends,   I need your suggestion again!!! I am looking for a tool which maps XML document to Java objects. I found a tool named JOX  on web. But I suppose they use DOM parser for the same. I am looking for tool which uses SAX parser to map the XML doc to Java objects. Any suggestions??