Previous Topic: Java Web Client GenerationNext Topic: Client-to-Server Flows


EJB Server Generation

CA Gen can generate Server Procedure Steps as Stateless Session Enterprise JavaBeans. These EJBs are designed to be compliant with the EJB specification.

Taking advantage of built-in support for Web Services in Java EE platform, CA Gen can generate Server Procedure Steps as Stateless Session Enterprise JavaBeans with Web Service annotations.

To support the CA Gen Transaction Retry feature, the generated Server Procedure Steps default to managing their own transactions using the Java Transaction API (JTA). The CA Gen Transaction Retry feature reduces the number of application abends by automatically rolling back and retrying the Server Procedure Step logic in the event of a database deadlock or timeout.