EJB Access Action

EJB Access Action extends the BTTBaseAction, providing an interface for the Struts processes of the application presentation layer to communicate with an EJB in the application logic layer through EJB remote calls. For example, a Struts process uses EJB Access Action to run a process in the application logic layer through the EJB interface of the Business Process Component or Single Action EJBs. Note that the EJB Access Action uses an invoker to actually perform the remote method calls.