Does anyone know a CMS implemented using Spring MVC?
Type: Posts; User: ncochard; Keyword(s):
Does anyone know a CMS implemented using Spring MVC?
Hello
I am looking for a light weight CMS making a good separation of content and layout, easy to customise. Do you know any good CMS implemented using Spring MVC?
Cheers
Nicolas
Thank you very much for the quick reply.
I was curious about this after reading about REST. But I guess I took this out of context, see the quote below wikipedia:
Sorry for the dumb question.
Marten
Brilliant, thank you very much for your reply.
If others are interested, here is the solution.
public class ViewDataInterceptor extends HandlerInterceptorAdapter
{
Hello
I am new to spring MVC. I am loving it so far. But I just ran into a little annoying problem.
I have created a set of controllers using annotations like the following:
@Controller...