Integrate Elastic Search in a Play! Framework Application. This module uses JPA events to notify Elastic Search of events of their own. It embeds a running Elastic Search instance for Rapid Development.
As I would like to use the plugin with mongodb it must be JPA independent. This is pretty easy, due to not only listening on events beginning with "JPASupport" but checking its ending.
Small change, big impact, as I can change the morphia module then :-)
Hey Felipe,
As I would like to use the plugin with mongodb it must be JPA independent. This is pretty easy, due to not only listening on events beginning with "JPASupport" but checking its ending.
Small change, big impact, as I can change the morphia module then :-)
--Alexander