1 Reply Latest reply on Aug 14, 2007 5:45 PM by epbernard

    Hibernate Search / Compass Gps

    paksegu

      Hi,
      Does the Hibernate search feature in Seam relies on Hibernate persistence or could it be use with other persitence tools like openjpa?

      Also can compass GPS, be plug into seam framework just as Hibernate search does?

      Thanks

        • 1. Re: Hibernate Search / Compass Gps
          epbernard

          Hi
          Hibernate Search today relies on Hibernate Core. If someone is interested in constributing, abstraction might be a doable task and certainly a good exercise for JPA 2.0

          Integrating Compass and Seam is different. Hibernate Search extends both the Sesison and EntityManager API to provide a unified view to the user. Compass querying model is different, it has it's own Session-like object.

          So integrating HSearch was easy, since it just extends existing frameworks integrated with Seam esp JPA. For Compass, something different would be needed.