Re: [castor-dev] beginner/ need suggestion on how to proceed with XML to Java mapping

2002-01-04 Thread Marco . Mistroni
Message- > From: ext Arnaud Blandin [mailto:[EMAIL PROTECTED]] > Sent: 03. January 2002 11:05 > To: [EMAIL PROTECTED] > Subject: Re: [castor-dev] beginner/ need suggestion on how to proceed > with XML to Java mapping > > > Hi Marco, > > I don't know if this wil

Re: [castor-dev] beginner/ need suggestion on how to proceed with XML to Java mapping

2002-01-03 Thread Suresh Avadhanula
I have a similar issue. I am using BeanUtils from Apache Jakarta project. Its an util to introspect the Java bean and get the attribute names and values etc. That should probably help you instead of hard coding. -Suresh On Wednesday 02 January 2002 22:57, [EMAIL PROTECTED] wrote: > hi all,

[castor-dev] beginner/ need suggestion on how to proceed with XML to Java mapping

2002-01-02 Thread Marco . Mistroni
hi all, i am a beginner with Castor. Issue that i have to face is XML to Java mapping for my application. My application consists of different EJB running on WLS and one DispatcherEJB which forwards the request to the correct EJB. Flow of action is Client>Dispatcher--->EJB Now, here