json « grails « Java Enterprise Q&A





1. Grails with JAX-RS vs UrlMappings for RESTful Services    stackoverflow.com

I 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.com

Is it possible to return a json response in a Grails webflow ?

3. JSONBuilder using OutputStreamWriter    stackoverflow.com

I 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.com

Can anyone give me some pointers on how to create custom json using JAX-RS and DomainObjectWriter in Grails? Thanks