Search:

Type: Posts; User: ncochard; Keyword(s):

Search: Search took 0.01 seconds.

  1. Does anyone know a CMS implemented using Spring MVC?

    Does anyone know a CMS implemented using Spring MVC?
  2. Replies
    0
    Views
    902

    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
  3. Replies
    2
    Views
    4,519

    Thanks

    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.
  4. Replies
    2
    Views
    4,519

    Hello

    I am new to spring MVC, and I am trying to set up a small application to understand the framework.

    I would like to experiment other HTTP methods than GET and POST. I have tried to set up...
  5. Replies
    2
    Views
    905

    Brilliant, thanks

    Marten

    Brilliant, thank you very much for your reply.

    If others are interested, here is the solution.



    public class ViewDataInterceptor extends HandlerInterceptorAdapter
    {
  6. Replies
    2
    Views
    905

    Sharing data between views

    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...
Results 1 to 6 of 6