[jboss-dev-forums] [Design of EJB 3.0] - Re: Proxy Remote Call Handling

alesj do-not-reply at jboss.com
Sun May 25 05:24:04 EDT 2008


"ALRubinger" wrote : Another problem with KernelBus-based invocation is that the underlying reflection is a potential bottleneck.
  | 
Bottleneck as in what?
Invocation performance?

Javassist does a good job at that, caching some stuff transparently.
And MC's reflection is pluggable. 
Currently we use JDK's, but we also have a Javassist impl ready (not yet at 100%, so help wanted ;-)).

But that's used when we're talking POJO, MBean bus invocations go over MBeanServer.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153209#4153209

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153209



More information about the jboss-dev-forums mailing list