1. Grails with JAX-RS vs UrlMappings for RESTful Services stackoverflow.comI started out looking at the JAX-RS plugin for grails and thought that was the way to go mainly because it was based on JSR-311 and I figure following standards is ... |
2. Json response in Grails webflow stackoverflow.comIs it possible to return a json response in a Grails webflow ? |
3. JSONBuilder using OutputStreamWriter stackoverflow.comI am trying to create JSON using grails.web.JSONBuilder. Is there a way to use the OutputStreamWriter in the JSONBuilder(like the MarkUpBuilder has)? If not, what is the easiest way to create ... |
4. Creating json using JAX-RS in Grails stackoverflow.comCan anyone give me some pointers on how to create custom json using JAX-RS and DomainObjectWriter in Grails? Thanks |