's JBoss 3.2 Workbook for Enterprise JavaBeans, Third Edition PDF

CabinEJB ...

Build and Deploy the Example Programs Perform the following steps: 1. Open a command prompt or shell terminal and change to the ex04_2 directory created by the extraction process 2. 2 are installed. 0 3. Add ant to your execution path. Ant is the build utility. /ant/bin:$PATH 4. Perform the build by typing ant. jar rebuilt, copied to the JBoss deploy directory, and redeployed by the application server. xml deployment descriptor overrides the default JNDI binding for the deployed EJBs. CabinEJB is bound to CabinHomeRemote and TravelAgentEJB is bound to TravelAgentHomeRemote.

Unlike other servers, JBoss does not generate code for client stubs. Instead, it has a lightweight mechanism that creates client proxies when the EJB JAR is deployed, accelerating the development and deployment cycle. xml file provided for each workbook exercise gives the Ant utility information about how to compile and deploy your Java programs and EJBs. The following build tasks can be executed by typing ant taskname : ♦ The default task (just typing ant without a task name) compiles the code, builds the EJB JAR, and deploys the JAR into JBoss.

Download PDF sample

JBoss 3.2 Workbook for Enterprise JavaBeans, Third Edition Bill Burke, Sacha Labourey


by Mark
4.1

Rated 4.90 of 5 – based on 45 votes