I've been using Roo to create an application. I've created a domain object "Asset" with persistence and an MVC Controller. I would like to add an action that would marshal the object into XML and send it to a URL. How can I add a new mapping/action to my scaffolded Controller to do this?
Actually, I've made some progress - now have a service object, a new controller and view hooked together. What is the coolest solution for XML conversions?


Reply With Quote
