 |
|
|
The new JBoss Application Server (AS) 4.0.3 introduces the new and revolutionary EJB 3.0 programming model. EJB 3.0 applications and services are assembled from plain old Java objects (POJOs), which are easy to understand and fully testable. No XML descriptors or rigid component models are needed. In the meanwhile, EJB 3.0 preserves the same level of power and scalability that enterprise users have come to expect from J2EE.
This JBoss EJB 3.0 TrailBlazer teaches you how to leverage EJB 3.0 to increase productivity and improve software quality. The TrailBlazer is divided into several hikes. Each hike covers a board topic and is further divided into several trails. Each trail is a relatively independent learning module with text and sample applications. To deploy the TrailBlazer on your own server or build it from the source, please visit the JBoss TrailBlazer web page at at http://www.jboss.com/docs/trailblazer. Now, start exploring EJB 3.0 from any of the hikes below!
IMPORTANT NOTE: You need JBoss AS 4.0.4+ to run this trailblazer. You must use the GUI installer (*-installer.jar file) to install EJB3 support. You MIGHT be able to run it in older AS 4.0.x with the latest EJB 3.0 module installed. If you are updating your application from earlier versions of JBoss EJB 3.0, please refer to this article.
|
|
|
|
|
This hike provides an overview of the EJB 3.0 programming model, as well as how to install and use the JBoss EJB 3.0 application server.
|
|
|
|
|
|
This hike covers how to develop managed services, including session beans, JMX services, messaging driven beans etc., in a JBoss EJB 3.0 application server.
|
|
|
|
|
|
This hike covers topics on how to map, save, retrieve, search, and update object-oriented application data in a relational database.
|
|
|
|
|
|
This hike covers container-managed runtime services, including transactions and security, which can be applied to any POJO classes or methods deployed in the application server.
|
|
|
|
|
|
|
|