[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: MutableClassInfo?
alesj
do-not-reply at jboss.com
Wed Jan 14 07:46:27 EST 2009
"adrian at jboss.org" wrote :
| Its not complete.
|
| * The generics stuff isn't done because javassist didn't support generics when I
| originally wrote it.
| * There's an issue with the method reflection for non-public methods/fields when not using
| Sun's JDK.
I meant more about wrt scoped classpools.
But I guess this shouldn't be a problem to add/impl,
as our current scoped classpool impl is simply a map of CL,Pool pairs
and all TypeInfoFactory::get methods have a means to get CL.
It's probably just the case of delaying class loading as late as possible
plus changing how we cache things with non-introspection TypeInfoFactory impls.
e.g. Class == CL + classname
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201753#4201753
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201753
More information about the jboss-dev-forums
mailing list