Play Framework with MongoDB and Jongo

1.3k Views Asked by At

How do I set up a Play project to use MongoDB with Jongo?

So far I have installed MongoDB but I don't know how to add it to my Play project, I don't think the documentation tells you how.

http://www.playframework.com/modules/mongo-1.1/home

I also can't follow the Jongo documentation. All it says is "choose a driver's version, finally download Jongo and you're all set".

http://jongo.org

How and where do I choose a driver's version, what do I put in the config file and what are the steps taken to install Jongo?

1

There are 1 best solutions below

0
On

Have a look at Benoit's spikes on the matter, I guess it will help.