I am creating a project using Play-Framework 2.4.x
, MongoDB
and Java 8
. But with Play-Framework
there are no good mongo plugins for Java
. Play-Framework
mentions some plugin in there module section like Jongo, Mongo-Morphia but all are older and there updated are closed.
I have an option to use Spring-Data-Mongo with Play-Framework, but my first priority is for plugin that have support and updates for Play-Framework
and Java
. Please recommend me, if there is are good plugins?