Harnessing Hibernate
|
| List Price: | £30.99 |
| Price: | £17.08 & eligible for FREE Super Saver Delivery on orders over £5. Details |
Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk
36 new or used available from £14.00
Average customer review:Product Description
"Harnessing Hibernate" is an ideal introduction to the popular framework that lets Java developers work with information from a relational database easily and efficiently. Databases are a very different world than Java objects, and they often involve people with different skills and specializations. With Hibernate, bridging these two worlds is significantly easier, and with this book, you can get up to speed with Hibernate quickly. Rather than present you with another reference, "Harnessing Hibernate" lets you explore the system, from download and configuration through a series of projects that demonstrate how to accomplish a variety of practical goals.The new edition of this concise guide walks you through Hibernate's primary features, which include mapping from Java classes to database tables, and from Java data types to SQL data types. You will also learn about Hibernate's data query and retrieval facilities, and much more. By reading and following along with the examples, you can get your own Hibernate environment set up quickly and start using it for real-world tasks right away." Harnessing Hibernate" teaches you how to: perform Object/Relational mapping; work with persistent data from Java code; work with groups and relationships between objects; extend Hibernate's rich type support for your own needs; simplify query creation using criteria and examples; use the Hibernate Query Language (HQL) and understand how it differs from SQL; use Hibernate in conjunction with Spring; and use Hibernate in conjunction with other packages, such as the Stripes web framework and the Eclipse IDE. Once you're past the first few chapters, you can jump to topics that you find particularly interesting or relevant. All background material and explanations of how Hibernate works and why is in the service of a focused task. Source code can be downloaded from the book's website. If using SQL is an uncomfortable chore, "Harnessing Hibernate" offers you an effective and trouble-free method for working with the information you store in your applications.
Product Details
- Amazon Sales Rank: #64460 in Books
- Published on: 2008-04-22
- Original language: English
- Number of items: 1
- Binding: Paperback
- 363 pages
Editorial Reviews
About the Author
James Elliott is a senior software engineer at Berbee, with fifteen years' professional experience as a systems developer. He started designing with objects well before work environments made it convenient, and has a passion for building high-quality Java tools and frameworks to simplify the tasks of other developers.
Tim is a professional singer/programmer living and working in the Chicago area. He prefers Emacs to vi. Tim discovered programming on a TRS-80, and went on to study (and subsequently forget) Electrical Engineering at UVA. In his free time Tim likes to sleep, study music, build toys with microcontrollers, and participate in open source projects. Tim is active in the Jakarta Commons.
Ryan Fowler is a software engineer at Berbee in Madison, WI. He programmed Basic on Apple II machines for a while in elementary school at St. Stephen School in Grand Rapids, MI. He returned to coding in the computer science department at Alma College in Alma, MI while earning his bachelor's degree. Ryan skis, sails and rounds life out with some guitar playing when there's no snow or wind.
Customer Reviews
Lightweight - unfortunately not in a good way
I am normally a big fan of O'Reilly books but this needs to be more of a 'definitive guide'. I honestly feel that if you only read this book you really won't know what you are doing with Hibernate - it only skims over the subject and spends far too much time off-subject, talking about Maven etc.
For example, the book does not cover second-level caching in Hibernate. This is a key feature which can improve application performance, but there is no reference for it in the index and almost no mention of it in the book. It just says 'switch off caching' around page 50 and doesn't mention it again. Also, there is no discussion of locking strategies - e.g. optimistic vs pessimistic locking - which is essential to understand if you are building critical systems. Both of these are of course covered in the reference documentation as well as in books such as 'Pojos in Action'.
The books repeatedly says 'look at the reference documentation for more detail'. Personally, I think you'd be better off ONLY reading the reference documentation. The reference documentation is fewer pages and far more useful, as well as being free.
Excellent book with clear examples
This book is by far one of the best books on Hibernate. The main reason is the example code that go hand in hand with the book, and illustrates why Hibernate is so powerful. A decent clear example which simply solves the problem presented in each chapter is what every hard working developer needs from a book. Harnessing Hibernate delivers on this in spades.



