J2EE Tutorial Tips
The JBoss Getting Started guide is extremely useful in getting up and running on JBoss quickly, but many users just want to get the tutorial app up and running. This guide provides tips on how to get Sun's J2EE Tutorial working in JBoss with minimal effort.
Download the latest J2EE tutorial guide from Sun
Download the JBoss specific tutorial code (startguide40) from JBoss
By the way, the Dukes Bank Application&146;s deployment descriptors are located in &147;jbossj2ee-src\examples\bank\dd&148;. This is notable because deployment descriptors are vendor specific.
Read chapter 3 of our JBoss Getting Started guide. This guide basically lets you know that 1 is a prerequisite, and that you need Ant 1.6.2.
Chapter 4 of the JBoss Getting Started Guide will walk you through the J2EE tutorial Dukes Bank Application. You will compile, build, deploy and run the application.
Subsequent chapters cover Web Services, JMS/MDBs and CMP.
Comments