Re: BeanUtils: examples

2005-03-15 Thread Martin Wegner
Check out this e-book from Manning: http://www.manning.com/goyal It might have some info on this topic. I haven't read the book but the blurb I got in the email was interesting. --Marty --- Vinicius Caldeira Carvalho <[EMAIL PROTECTED]> wrote: > Well, I know it's not the right list, but s

Re: BeanUtils: examples

2005-03-15 Thread Craig McClanahan
I'd start with the Javadocs ... on the "Package Description" page for org.apache.commons.beanutils you'll find some introductory material. http://jakarta.apache.org/commons/beanutils Craig On Tue, 15 Mar 2005 15:26:41 -0300, Vinicius Caldeira Carvalho <[EMAIL PROTECTED]> wrote: > Well, I know

BeanUtils: examples

2005-03-15 Thread Vinicius Caldeira Carvalho
Well, I know it's not the right list, but since it's very close related and struts list is much more active. Does anyone has a good tutorial on that? I was told to use Converters to assemble my Pojos from my formbeans but most of the time the types doesn't match so BeanUtils.copyProperties() do