[jboss-dev-forums] [Design of EJB 3.0] - Re: Proxy Tasks for Delegation
ALRubinger
do-not-reply at jboss.com
Tue May 13 14:14:53 EDT 2008
"wolfc" wrote : I still don't see the need for any registries. We got enough of those lying around (kernel registry and JNDI itself). Likewise start and stop semantics are then handled by MC.
Both MC and JNDI are specific to the current JVM; abstracting the Registry allows for resources to be defined by key locally only, and maintained elsewhere. This allows us to provide custom load-balancing by distributing EJB lookups, proxy creation, and invocation among different physical machines or clusters.
The Registry itself is an MC Bean; one objective of this component is to leverage MC wherever possible.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150484#4150484
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150484
More information about the jboss-dev-forums
mailing list