Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using roo to create a springsource project with mongo

Preface: I am coming from a .NET and PHP backround. I'm pretty comfortable with making a console app in Java. I've never used an ORM on any platform. I'm trying to learn enterprise java best practices. Therefore, if I sound ignorant, its probably because I am.

I downloaded the latest version of the SpringSource Tool Suite. I want to make a spring project with a JPA mongo (adapter/driver/driver whatever). I'd like to do so with roo. So what I think I need to know is the name of a JPA library that has a mongodb driver.

like image 267
Justin Dearing Avatar asked May 21 '11 03:05

Justin Dearing


1 Answers

Check out Kundera, it's a JPA 1.0 ORM library for the Cassandra/Hbase/MongoDB database. For info about getting started, see this blog post: Working with MongoDB using Kundera.

like image 127
Chris Fulstow Avatar answered Sep 25 '22 15:09

Chris Fulstow