|
|
Book Review
Hibernate in Action is the ultimate guide to the Hibernate open source project. It provides in-depth information on architecture of hibernate, configuring hibernate and development using hibernate.
Proper source code is included wherever necessary considering one example throughout the book. This makes understanding the concepts easier.
It also explains essential concepts like, object/relational mapping(ORM), persistence, caching, queries and describes how they are taken care with respect to hibernate.
In chapter 8, the book explains how hibernate can be used and integrated with different types of architectures and frameworks. It demonstrates this considering few architectural scenarios with example of each.
In chapter 9, it unleashes the toolset that hibernate is equipped with.
This book is written by the creators of hibernate and they have made best effort to introduce and leverage hibernate. I recommend this book to everyone who is interested in getting familiar with hibernate.
by JavaReference.com
|