[jboss-dev-forums] [Design of POJO Server] - Re: Use of jboss-reflect project
anil.saldhana@jboss.com
do-not-reply at jboss.com
Fri Dec 5 14:53:40 EST 2008
At least for jboss-reflect, one can take a look at the tests that Adrian has written.
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-reflect/trunk/src/test/java/org/jboss/test/
The real issue is what Adrian has raised. Performance hits due to constant scanning of classes all over the projects. One dependency that jboss-reflect brings in is "javassist".
Brian, I agree on a wiki page describing what each project does. :)
Let me give you an example where folks can get lost - the jboss-cl project.
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-cl/trunk/
There is classloading and classloader modules. There are SPIs and plugins under each of them which bring in interfaces from the other module, that make sense to only Adrian and his protege. ;)
I can see Adrian preparing a long post here. ;)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194703#4194703
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194703
More information about the jboss-dev-forums
mailing list