views:

26

answers:

0

I have been writing a Plain Old XML webservice using Spring MVC. Currently I am using Freemarker to layout the XML, and that works ok.

But I'm wondering what other approaches I could look at?

Reason is that now I need to also serve up regular html and am therefore looking at the whole view layer.