Cargando…

Seam in action /

"Seam in action is a detailed introduction to Seam for Java EE developers. In the book, you'll use seam-gen to build a basic application and follow it to learn how Seam automates non-core tasks through configuration by exception, Java 5 annotations, and aspect-oriented programming. You...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Allen, Dan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Greenwich [Conn.] : Manning, ©2009.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • pt. 1. Teeing off with Seam
  • 1. Seam unifies Java EE
  • 2. Putting seam-gen to work
  • pt. 2. Seam fundamentals
  • 3. The Seam life cycle
  • 4. Components and contexts
  • 5. The Seam component descriptor
  • 6. Absolute inversion of control
  • pt. 3. Seam's state management
  • 7. The conversation: Seam's unit of work
  • 8. Understanding Java persistence
  • 9. Seam-managed persistence and transactions
  • 10. Rapid Seam development
  • pt. 4. Sinking the business requirements
  • 11. Securing Seam applications
  • 12. Ajax and JavaScript remoting
  • 13. File, rich rendering, and email support
  • Appendix A. Seam starter set.