How do I deploy a ULC application in an EJB container? What does the client code accessing the ULC EJB look like?
A ULC application can be deployed as a stateful session bean in an EJB container. The transport protocol used by the UI Engine to connect to applications deployed in this way depends on the EJB container implementation. This deployment mode can be used to leverage the advanced management facilities of EJB containers (e.g., passivation/activation). ULC supports EJB containers that implement EJB specification 2.1 or higher. For more details refer to the ULC Deployment Guide.
Related Questions
- Im preparing to deploy my WebLogic client application, and I want to separate out those classes that the client will not need. How do I do that?
- How do I deploy a ULC application in an EJB container? What does the client code accessing the ULC EJB look like?
- How can I make EJB calls to the Glassfish or Sun Java Systems Application Servers EJB container?