[jboss-user] [EJB 3.0] - Re: Local and Remote interfaces required in EJB3

ALRubinger do-not-reply at jboss.com
Mon Oct 16 15:35:29 EDT 2006


The EJB3 spec eliminated the "Home" interfaces for obtaining a reference to a bean's proxy invoker.  

The reason that the Remote and Local interfaces are required is because clients of an EJB3 Bean obtain a reference to (and invoke methods on) this proxy object, generated by the container, which implements the Remote or Local interface as configured.  The actual implementation instances reside on the server, and also implement the Local/Remote interfaces.

S,
ALR

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

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



More information about the jboss-user mailing list