• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Hibernate Search in Action and JPA

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Emmanuel.

Reading the books' topics I saw nothing about using Hibernate with JPA in a JEE5 application. Is this topic covered in the book?

Thanks in advance for your response,

Joan
 
author
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book does not cover Hibernate Core per se but Hibernate Search which provides full-text search for Hibernate Core and Hibernate applications.
Within that, Hibernate Search provides abstractions for both Hibernate Core APIs and Java Persistence API (you have a FullTextSession and a FullTextEntityManager. Both are described in the book.
Also, I describe how to cluster Hibernate Search in a async mode using JMS and and MDB ie within Java EE 5.

Hope that helps.
 
Joan Horta Tosas
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi again,

Yes, that's what I was looking for. Thanks again!
 
reply
    Bookmark Topic Watch Topic
  • New Topic