EJB Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * EJB =EJB Client API= JBoss EAP 6 introduced the EJB client API for managing remote EJB invocations. The EJB client API uses the #EJB_Client_...")
 
Line 8: Line 8:


=EJB Client Context=
=EJB Client Context=
The EJB Client Context may be associated with, and used by more than one thread concurrently.
The EJB Client Context is configured with [[]] for standalone applications and with [[Jboss-ejb-client.xml#Overview|jboss-ejb-client.xml]] for applications deployed within the EAP.

Revision as of 16:49, 23 March 2017

Internal

EJB Client API

JBoss EAP 6 introduced the EJB client API for managing remote EJB invocations. The EJB client API uses the EJB Client Context.

EJB Client Context

The EJB Client Context may be associated with, and used by more than one thread concurrently.

The EJB Client Context is configured with [[]] for standalone applications and with jboss-ejb-client.xml for applications deployed within the EAP.