In my last post on Rest Service with JAXB parsing, I showed a very basic example of developing REST Service with Grails Controller and JAXB. In this blog I am going to cover little more advanced features and will mainly be covering following.
- Collection mapping in JAXB
- Exception Handling
- Returning response in XML
- URLMappings for Grails Controller