Yes, I used Dozer in my last project. Dozer is fine, however, All my code is around DynaBean.
for info, I've coded a Custon BeanUtilsBean which does the filtering in the copyProperty method. That's probably not perfect but it works for the moment. Cheers, On Jan 17, 2008 10:23 PM, Laurent Perez <[EMAIL PROTECTED]> wrote: > I've never used Dynabeans, but maybe you could have a look at Dozer > bean to bean mapper (http://dozer.sourceforge.net/) and its > field-exclude settings. > > laurent > > > 2008/1/17, Sebastien Degardin <[EMAIL PROTECTED]>: > > Hi there, > > > > I'm trying to find a way to copy a Dynabean to a JavaBean using some > kind of > > filter to only copy some properties. > > > > I tried to find on the archive .. sorry if it's a cross post. > > > > Tks. > > > > g > > > > > -- > <a href="http://in-pocket.blogspot.com">http://in-pocket.blogspot.com > - Mobile world, technology and more</a> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
