I have a completely new game interface and Scala. I am trying to transfer some events from the server to the browser using events sent by the Html5 server and start the framework.
I found this example in Scala. I tried implementing action composition in java by expanding play.mvc.Action.Simple. I'm not sure how to set response headers in action composition.
http://benquasmalltalk.blogspot.fr/2012/04/hub-interesting-but-undocumented.html
The data I send comes from the database, not from the enumeration. Any pointers would be helpful
source
share