Export Ready — 

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...

Celý popis

Uloženo v:
Podrobná bibliografie
Hlavní autor: Vasiliev, Yuli. (Autor, http://id.loc.gov/vocabulary/relators/aut)
Korporativní autor: SpringerLink (Online service)
Médium: Elektronický zdroj E-kniha
Jazyk:English
Vydáno: Berkeley, CA : Apress : Imprint: Apress, 2008.
Vydání:1st ed. 2008.
Témata:
On-line přístup:https://doi.org/10.1007/978-1-4302-0964-5
Tagy: Přidat tag
Žádné tagy, Buďte první, kdo otaguje tento záznam!
Obsah:
  • 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.