EJB 3 in action /
This book is a tutorial for both novice and experienced Java developers, helping them learn EJB 3 and the JPA (Java Persistence API).
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Greenwich, Conn. :
Manning Publications Co.,
©2007.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- pt. 1. Overview of the EJB landscape
- 1. What's what in EJB 3
- 2. A first taste of EJB
- pt. 2. Building business logic with EJB 3
- 3. Building business logic with session beans
- 4. Messaging and developing MDBs
- 5. Learning advanced EJB concepts
- 6. Transactions and security
- pt. 3. Diving into the Java persistence API (JPA)
- 7. Implementing domain models
- 8. Object-relational mapping
- 9. Manipulating entities with EntityManager
- 10. Using the query API and JPQL to retrieve entities
- pt. 4. Putting EJB 3 into action
- 11. Packaging EJB 3 applications
- 12. Effectively integrating EJB 3 across your application tiers
- 13. Taming wild EJBs : performance and scalability
- pt. 5. Migration and interoperability issues
- 14. Migrating to EJB 3
- 15. Exposing EJBs as web services
- 16. EJB 3 and Spring.