Java Persistence with Hibernate

Posted by    |      

No /Hibernate in Action/ anymore. It has been a while since my last update on the book status, so here is a heads up. A lot of things happened in the past three months:

  • The planned Hibernate in Action /Second Edition/ was more than a second edition. There was so much new content to write and add that we could no longer call it a new edition. It is now a new book with more than 90% new content, compared to Hibernate in Action, and with a new name, /Java Persistence with Hibernate/.
  • The beast is currently at 700 pages, with the last chapter still incomplete. In printed form we expect it to be somehwere between 750 and 800 pages. This is mostly due to two factors. A) Hibernate 3.x has just so much more features than Hibernate 2.x and we wanted to have all of them in the book. B) Java Persistence described in parallel, with all annotation mappings, EntityManager and so on - they are all very similar to Hibernate native, but it needs space.
  • The book will be published by Manning, we also have a book page and a cover. We will post a TOC on that page soon.

The Manning book page currently says publishing date November 2006. I think we can do better than that, we are actually in the last stage of reviews and should go into copy edit and production in a matter of weeks. I know that a lot of you wanted to have this earlier, but there was just too much to write. Also, things like the removal of FlushMode.NEVER from the JPA specification (well done, Oracle) forced me to rewrite dozens of pages and introduce application design based on auto-commit mode. Now that the specification is final, I could commit and stabilize these sections.

I will release another alpha or beta of CaveatEmptor and a sample chapter next week. Watch this space.


Back to top