The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 POJOs in Action: Developing Enterprise Applications with Lightwave Frameworks
  

  POJOs in Action: Developing Enterprise Applications with Lightwave Frameworks by Chris Richardson

  • Published by: MANNING PUBLICATIONS
  • Author: Chris Richardson
  • Page Count: 560
  • Group: JAVA - OPEN SOURCE
  • ISBN: 1932394583/9781932394580
  • Published: Jan 2006

Our Price: 24.95
Discount: 22%
RRP: 31.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

POJOs in Action: Developing Enterprise Applications with Lightwave Frameworks
In the past, developers built enterprise Java applications using EJB technologies that are excessively complex and difficult to use. Often EJB introduced more problems than it solved. There is a major trend in the industry towards using simpler and easier technologies such as Hibernate, Spring, JDO, iBATIS and others, all of which allow the developer to work directly with the simpler Plain Old Java Objects or POJOs. Now EJB version 3 solves the problems that gave EJB 2 a black eye--it too works with POJOs.

POJOs in Action describes the new, easier ways to develop enterprise Java applications. It describes how to make key design decisions when developing business logic using POJOs, including how to organize and encapsulate the business logic, access the database, manage transactions, and handle database concurrency. This book is a new-generation Java applications guide: it enables readers to successfully build lightweight applications that are easier to develop, test, and maintain.

Chapter 1: Developing with POJOs
Chapter 2: Business logic design decisions
Chapter 3: Using the Domain Model pattern
Chapter 4: Overview of object/relational mapping
Chapter 5: Persisting a domain model with JDO 2
Chapter 6: Persisting a domain model with Hibernate 3
Chapter 7: Encapsulating the business logic with a POJO facade
Chapter 8: Developing an exposed domain model
Chapter 9: Using the Transaction Script pattern
Chapter 10: Designing stateful services
Chapter 11: Storing the session state in the business tier's client
Chapter 12: Implementing dynamic paged queries
Chapter 13: Database Transactions and Concurrency
Chapter 14: Using the Optimistic Offline Lock pattern
Chapter 15: Using the Pessimistic Offline Lock pattern
Chapter 16: Using EJB 3.0