Re: [Xdoclet-user] Need help with Value Objects and Struts Form Beans

2003-01-25 Thread Konstantin Priblouda
--- Luiz-Otavio Zorzella [EMAIL PROTECTED] wrote: Hi, I'm creating both EJB Value Objects as well as Struts Form Beans from my Entity Beans. What I would like to do is have access to methods that could convert from one to the other, so I could avoid a long list of: value.setXXX

Re: [Xdoclet-user] Need help with Value Objects and Struts Form Beans

2003-01-25 Thread Luiz-Otavio Zorzella
Konstantin Priblouda wrote: --- Luiz-Otavio Zorzella [EMAIL PROTECTED] wrote: Hi, I'm creating both EJB Value Objects as well as Struts Form Beans from my Entity Beans. What I would like to do is have access to methods that could convert from one to the other, so I could avoid a long list of:

Re: [Xdoclet-user] Need help with Value Objects and Struts Form Beans

2003-01-25 Thread Konstantin Priblouda
AFAIK, There are is something to achieve this in jakarta sandbox - uses reflection etc. Any pointers? jakarta.apache.org/sandbox I recall that there was somethign like beanutils... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de

[Xdoclet-user] Need help with Value Objects and Struts Form Beans

2003-01-23 Thread Luiz-Otavio Zorzella
Hi, I'm creating both EJB Value Objects as well as Struts Form Beans from my Entity Beans. What I would like to do is have access to methods that could convert from one to the other, so I could avoid a long list of: value.setXXX (form.getXXX ()); Actually, isn't there a way to have these two be