I've been playing around with Play framework for a few days, and it seems really cool. However, I ran into some problems when I wanted to have a form on a ...
Since you guys have been very helpful in my early steps into the Play Framework (thanks for that), here it goes again:
We have a working registration controller, that POSTS all credentials ...
I want Play to call a webservice. The webservice accepts application/json and returns this as well. With the following code I'm trying to achieve this. (Note, the headers.put(xxx) are added later ...
I didn't find this anywhere - can i tell Play! that a specific controller method should (only) be accessed via HTTP POST?
Something like the HttpPost attribute in C#'s Asp.Net ...