Software Architecture for Developers

POJOs in Action

I have just received a copy of Manning's 'POJOs in Action - Developing Enterprise Applications with Lightweight Frameworks' to review over the next couple of weeks. The blurb says:

There is agreement in the Java community that EJBs often introduce more problems than they solve. Now there is a major trend toward lightweight 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. Bowing to the new consensus, EJB 3 now also works with POJOs.

POJOs in Action describes these new, simpler, and faster ways to develop enterprise Java applications. It shows you how to go about making key design decisions, including how to organize and encapsulate the domain logic, access the database, manage transactions, and handle database concurrency.

Written for developers and designers, this is a new-generation Java applications guide. It helps you build lightweight applications that are easier to build, test, and maintain. The book is uniquely practical with design alternatives illustrated through numerous code examples.

I'll publish a full review in a couple of weeks. If you have any specific questions about the book, please post a comment and I'll try to answer them in the review.



Re: POJOs in Action

I'm looking forward to this review. I'd be interested to know how this differs in message or theme from Tate's excellent "Better, Faster, Lighter Java"

Re: POJOs in Action

I m reading it too, i m about at the half of the book and for the moment there is nothing really more than what i read in "spring in action" and "hibernate in action". i m going to write a review too (in french), so i ll be interrested in ur comments !

Book Review - 'POJOs in Action'

Chris Richardson's book is a well-written and thorough guide to implementing familiar Enterprise Architecture patterns with POJOs. Aimed at the designer, the book provides valuable advice on the benefits and potential pitfalls of using Spring, Hiberna...

Add a comment Send a TrackBack