diff --git a/_config/ispn.yml b/_config/ispn.yml index 2e2b20e760..96c50c2e12 100644 --- a/_config/ispn.yml +++ b/_config/ispn.yml @@ -673,4 +673,16 @@ integrations: 0.1: release_date: 2015/08/12 release_notes: + ogm: + title: Hibernate OGM + text: integrations/hibernate-ogm.html.haml + github: https://github.com/hibernate/hibernate-ogm + maven_group_id: org.hibernate.ogm + maven_artifact_id: hibernate-ogm-infinispan-remote + external_package: http://hibernate.org/ogm/downloads/ + external_package_type: Download Hibernate OGM + releases: + 5.1.0.Final: + release_date: 2017/03/01 + release_notes: http://in.relation.to/2017/03/02/hibernate-ogm-5-1-Final-released/ diff --git a/_partials/integrations/hibernate-ogm.html.haml b/_partials/integrations/hibernate-ogm.html.haml new file mode 100644 index 0000000000..63fd629eeb --- /dev/null +++ b/_partials/integrations/hibernate-ogm.html.haml @@ -0,0 +1,3 @@ +The Hibernate team maintains the +%a{:href=> "http://hibernate.org/ogm/"}Hibernate OGM +project, which integrates with Infinispan. diff --git a/references.html.haml b/references.html.haml index 3e0479c0ce..efb78ad4fe 100644 --- a/references.html.haml +++ b/references.html.haml @@ -13,12 +13,34 @@ title: References %p WildFly is a JavaEE application server which uses Infinispan as the base for its clustering needs: web sessions, stateful session beans, etc -%a(name="hibernate") +%a(name="hibernate-orm") %h3 Hibernate ORM %p - %a(href="http://www.hibernate.org") http://www.hibernate.org + %a(href="http://www.hibernate.org/orm/") http://www.hibernate.org/orm %p - Hibernate ORM has a second-level cache provider built on top of Infinispan + Hibernate ORM has a second-level cache provider built on top of Infinispan. + +%a(name="hibernate-ogm") +%h3 Hibernate OGM +%p + %a(href="http://www.hibernate.org/ogm/") http://www.hibernate.org/ogm +%p + Hibernate OGM can perform CRUD operations on Infinispan, allowing you to replace the traditional RDBMS with Infinispan. + +%a(name="hibernate-search") +%h3 Hibernate Search +%p + %a(href="http://www.hibernate.org/search/") http://www.hibernate.org/search +%p + Hibernate Search can store its Lucene index in Infinispan to provide real time replication of the index. + +%a(name="vert.x") +%h3 Vert.x +%p + %a(href="http://vertx.io") http://vertx.io +%p + Vert.x has an Infinispan Cluster Manager, able to delegate its clustering requirements to Infinispan. + %a(name="teiid") %h3 Teiid