• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

apress vs packt "Spring Persistence with Hibernate"

 
author & internet detective
Posts: 41656
883
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are two books on the market with the title "Spring Persistence with Hibernate". In order to avoid confusion, I'm posting a bit on the differences.

Apress book
Per Amazon: Published date set for August
Per Amazon: List price $44.99
Review: I will review it once it is printed
Version of Spring covered: 3.0
Promoted at JavaRanch: this week!

Packt book
Per Amazon: Already in print
Per Amazon: List price $49.99
Review: 5 horseshoes at JavaRanch
Version of Spring covered: 2.5
Promoted at JavaRanch: in January

For more differences, be sure to ask the authors starting tomorrow when they are with us in this forum.

 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did the authors sell the publishing rights to two different publishers? Or are they two different books?
 
Jeanne Boyarsky
author & internet detective
Posts: 41656
883
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Different books. Different authors; different content; different versions of Spring.
 
author
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for clarifying that these are in fact two different books. I am one of the authors of the soon-to-be-published Spring Persistence with Hibernate, published by Apress. We are very much looking forward to the upcoming release of our book, and are excited to be giving away a copy of the book an JavaRanch. One of the goals of our book is to discuss approaches for building a scalable and production-ready application using Spring and Hibernate. We also introduce some of the core features in Spring 3, related to persistence. To demonstrate a range of persistence tier development strategies, we also introduce some newer strategies for integrating Spring and Hibernate, namely Grails and Roo — two very exciting projects that are founded on these two amazing open-source frameworks.

Thanks again for clarifying, and we are looking forward to hearing your feedback!

Best Regards,

Paul Tepper Fisher
 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Paul Fisher wrote:we also introduce some newer strategies for integrating Spring and Hibernate, namely Grails and Roo



It sounds cool

What about integration with plug-ins such as Middlegen.
 
Paul Fisher
author
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Anil,

We do cover add-on and integration features for Hibernate, such as using Hibernate-Search, domain to DTO mapping tools, testing frameworks, RIA integration approaches, etc. However, we don't cover Middlegen as this isn't that popular of a solution anymore. I have personally used middlegen in the early days of Hibernate, but it's utility has decreased significantly now that it is so much simpler to define domain objects and customize mapping configurations. This makes mapping to legacy databases much easier. And for those looking to simply generate their schema from scratch, this has become rather simple and seamless in recent versions of Hibernate.

Of course, there are still viable uses for middlegen, but we tried to focus on those technologies that we felt offered the widest range of need for developers.

Please let me know if you have any questions.

Thanks again,

Paul
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you cover "Open Session in view pattern" using Spring in this book. This would cover best practise/theory on using org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
reply
    Bookmark Topic Watch Topic
  • New Topic