Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _config/ispn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

3 changes: 3 additions & 0 deletions _partials/integrations/hibernate-ogm.html.haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The Hibernate team maintains the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where will this text be displayed? Does it matter that the Hibernate team maintains it? Wjat does integrate means?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have published this branch on the staging site so you can look at it.
http://stg-ispn.rhcloud.com/integrations/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emmanuelbernard I felt the need to clarify that, as this will appear on the page were normally we'd host additional downloads from Infinispan.

Please see the preview: I don't think we'll want to update the release table for each OGM release.

%a{:href=> "http://hibernate.org/ogm/"}Hibernate OGM
project, which integrates with Infinispan.
28 changes: 25 additions & 3 deletions references.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down