DZone
Cloud Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Cloud Zone > Hibernate OGM Deployment on OpenShift

Hibernate OGM Deployment on OpenShift

Mitch Pronschinske user avatar by
Mitch Pronschinske
·
Nov. 07, 11 · Cloud Zone · Interview
Like (0)
Save
Tweet
7.69K Views

Join the DZone community and get the full member experience.

Join For Free
Hibernate Object/Grid Mapper (OGM) is used to provideJava Persistence (JPA) support for NoSQL data stores.  At this year's JUDCon London, Hardy Ferentschik presented a talk on how to deploy this Hibernate variant on JBoss AS 7 and OpenShift Express.  But lucky for you, he posted the code on GitHub - ogm-kitchensink, and gave a link to the README.md so you can get started even if you couldn't attend.  The demo uses OGM 3.0 Alpha 2 so you'll need to define a Hibernate 3 module even though AS 7 comes with Hibernate 4.  Use these instructions.  The demo comes with a handy Arquillian test and last but not least, tells you how to deploy on RedHat's PaaS - OpenShift Express:

Last but not least, let's push the demo into OpenShift Express. This is as simple as signing up for OpenShift, installing the rhc command line tools and then running:

 $ rhc-create-domain -n <domain>
 $ rhc-create-app -a <app> -t jbossas-7.0 --nogit
...
Success!  Your application is now published here:

      http://<name>-<domain>.rhcloud.com/

The remote repository is located here:

    <repo-url>
...
 $ git remote add openshift <repo-url>
 $ git push -f openshift master
The interesting bit here is to get the required modules installed on the server side. It turns out, all you have to do is to check add them to the git repository under .openshift/modules.  --Hardy Ferentschik

If you still have holes in your understanding of the demo, go ahead and read through the README.md, script.md and the presentation slides for more information.

Source: http://relation.to/Bloggers/JUDCon2011LondonOGMIntroductionDemo
Hibernate OpenShift

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • 6 Things Startups Can Do to Avoid Tech Debt
  • 10 Steps to Become an Outstanding Java Developer
  • Fintech and AI: Ways Artificial Intelligence Is Used in Finance
  • Chopping the Monolith

Comments

Cloud Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo