
Beginning Database-Driven Application Development in Java EE
Using GlassFish
Yuli Vasiliev(Author)
APress
Published on 24. September 2008
Book
Paperback/Softback
400 pages
978-1-4302-0963-8 (ISBN)
Description
Beginning Database-Driven Application Development in JavaT EE: Using GlassFishT 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 application development framework and deployment platform all based on Java EE.
- The book explains in detail how you can organize your Java EE solution into a multilayer architecture, placing most emphasis on how to implement the persistence and database tiers of an application.
- Through many examples, this book shows how you can efficiently use the Java Persistence features available in the Java EE platform. Find out how you can greatly simplify the task of building the persistence layer of your Java EE application by moving some application logic into the underlying database, utilizing database views, stored programs, and triggers.
- The book also explains how to deploy Java EE applications to GlassFish, a free, open source Java EE 5-compliant application server.
More details
Edition
1st ed.
Language
English
Place of publication
Berkeley
United States
Target group
Popular/general
Illustrations
400 p.
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 24 mm
Weight
809 gr
ISBN-13
978-1-4302-0963-8 (9781430209638)
DOI
10.1007/978-1-4302-0964-5
Schweitzer Classification
Other editions
Additional editions

E-Book
04/2009
APress
€39.58
Available for download
Person
Yuli Vasiliev is a software developer, freelance author, and consultant currently specializing in open source development, Java technologies, databases, and service-oriented architecture (SOA). He has over 10 years of software development experience as well as several years of technical writing experience. He wrote a series of technical articles for the Oracle Technology Network (OTN) and Oracle Magazine.
Content
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.