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...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress,
2008.
|
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 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.