Finally, the Manning Early Access Program (MEAP) has the PDFs of /Java Persistence with Hibernate/ online. You can get access on the book website. Some caveats:

  • Manning used a draft from May/June 2006 to create the MEAP chapters. Since then these chapters went through reviews and edits, quite extensive actually. If you want to provide feedback, please note that any typos, code examples that don't match the illustrations, or even broken code examples are most likely already fixed. This makes this public review less useful than it could have been, but what can you do...
  • If you know /Hibernate in Action/ you might be surprised that the first chapters are quite similar to what was in this old edition. This is normal, ORM is still ORM and POJOs are still POJOs, so much of that content hasn't changed (although it was certainly updated whenever necessary). Expect more interesting new stuff after chapter 4, there are 12 more left then.
  • Some terms are wrong in these older drafts, for example, I have used entity bean until June when I realized that Sun marketing wants to call these things entities now in EJB 3.0. Do a mental search and replace.

I want to upload the source code and the examples for the Getting Started chapter as soon as possible, the main CavatEmptor source still needs some work though. Anyway, I will put the Getting Started on the CaveatEmptor website as soon as new releases of Hibernate, HAN, and HEM are out. Which should be any day now, so stay tuned. I'll post again next week.


Back to top