DWR is a very good java ajax framework. and it has bean integrate with many frameworks like struts2, spring, hibernate... and many other client ajax frameworks, like dojo, tibco gi, yui....
is there any way to integrate dwr 3.0 with play?
It's probably quite difficult. DWR needs a servlet (declared in WEB-INF/web.xml) to handle requests.
Since Play Framework doesn't use servlets, integrating DWR in Play Framework requires: