Part I. Java EE 5 Application Configuration
Prev
Next
Part I. Java EE 5 Application Configuration
Table of Contents
2. Enterprise Applications with EJB3 Services
2.1. Session Beans
2.2. Entity Beans (a.k.a. Java Persistence API)
2.2.1. The persistence.xml file
2.2.2. Use Alternative Databases
2.2.3. Default Hibernate options
2.3. Message Driven Beans
2.4. Package and Deploy EJB3 Services
2.4.1. Deploy the EJB3 JAR
2.4.2. Deploy EAR with EJB3 JAR
3. Deployment
3.1. Deployable Application Types
3.2. Standard Server Configurations
3.2.1. The production Configuration
3.2.2. Further Tuning from the production Configuration
Prev
Chapter 1. Feedback
Up
Home
Next
Chapter 2. Enterprise Applications with EJB3 Serv...