EJB clients connecting to EAServer

EAServer also supports the Enterprise JavaBeans client model by generating EJB proxies and providing an EJB-compliant implementation of the JNDI Context interface. The Context implementation allows clients to connect to EAServer, look up proxy stubs for the home interface, and invoke EJB components. In the server, EJB and Web components also use this same API for intercomponent calls.