feliperazeek / playframework-elasticsearch

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.
http://geeks.aretotally.in/play-framework-module-elastic-search-distributed-searching-with-json-http-rest-or-java
84 stars 43 forks source link

Can JPASupport.objectUpdated event be trusted? #51

Open peter-fu opened 12 years ago

peter-fu commented 12 years ago

Hello,

I create a post in google group to express my point. https://groups.google.com/forum/?fromgroups#!topic/play-framework/RMOZPUG6QWg

I personally started using my own event instead of JPASupport.objectUpdated.

I am also using eslaticsearch module in my project, so I want to hear your advice.

Thanks, Peter