Beginning Database-Driven Application Development in Java EE Using GlassFish

Beginning Database-Driven Application Development in Java™ EE: Using GlassFish™ focuses on the open source GlassFish persistence engine. This book shows Java programmers how to develop applications utilizing relational database technologies with examples using Oracle and MySQL and the GlassFish appl...

Full description

Bibliographic Details
Main Author: Vasiliev, Yuli
Format: eBook
Language:English
Published: Berkeley, CA Apress 2008, 2008
Edition:1st ed. 2008
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • Setting Up Your Working Environment
  • Getting Started with GlassFish
  • Introducing EJB 3 and the Java Persistence API
  • Planning the Application
  • Planning a Java EE Application
  • Planning the Underlying Database
  • Building the Database Tier
  • Implementing the Database Tier
  • Setting Up the Data Source
  • Building the Persistence Tier
  • Designing JPA Entities
  • Object/Relational Mapping
  • Using EntityManager
  • Using Java Persistence Query Language (JPQL)
  • Building the Business Logic Tier
  • Designing Session Beans
  • Managing Transactions
  • Building the Presentation Tier and Testing
  • Building the Presentation Tier
  • Testing the Application