Java – MongoDB with Play Framework using Java

javamongodbmorphiaplayframework-2.4

I'm new to Play framework. I'm trying to configure MongoDB database as a datasource to be used with Play framework 2.4.
But I am unable to find any tutorial or steps which can guide me to have connection of my "Hello world" application with mongoDB. I just need to know how can I use mongoDB with the current play version?
Just need to understand the basic CRUD operations b/w mongodb and play framework using java (not scala).

Best Answer

You can use PlayJongo Play 2.4.x Module.

It is a Play 2.4.x Module for Jongo (a MongoDB Java driver wrapper).