> > > I think it is possible to add more methods for ConvertUtils like method > > > useful for DynamicProxy : > > > > Does this mean you think ConvertUtils should be broken out from beanutils > > into its own commons area? > I am not sure it is good to have a lot of "small" packages.I have no ideas > abaut refactoring. > I think it can be good to add some methods for transformations, > debuging(String toString(Object o) ).
I agree, beanutils seems to be as good a place as any for conversion. What I am interested in is how I can go about making a contribution here. > > > And I think Proxy generator from sandbox-simplestore can be useful for > > this > > > project. > > > This generator can be used in frameworks like JODA, SimpleStore or > AltRMI > It is not very good to add Enhancer, it is better to have it in BCEL utils, > I will try to move this code from SimpleStore, this project is not about > some > kind of byte code generators. Great, BCEL utils is the right place for it. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
