Hello everyone:

I just started to use roo and I find it extremely useful, but I have issues regarding creating new views. As a default, I do a web mvc all --package myPackage and I get a web application with four jspx files per each entity:

create
list
show
update

I would like to have another one, called xmlRepresentation, that would be created as well per each entity. It should be a plain xml representation of the object:

<Person>
<firstName>John</firstName>
<lastName>Doe</lastName>
</Person>

Is there any documentation, some clues anyone can help me with?

Thanks for everything!!

Alejandro