Spring MVC at London JUG

I had the privilege of giving a talk on Spring MVC at yesterday’s London JUG meeting. I had a full room of Java programmers keen to find out about how to write Spring MVC web applications. I hope that all attendees went away with good understanding of just how easy it is to write the Ms, Vs and Cs in Spring MVC.
You can download the source code of the talk from http://github.com/janm399/smvc/tree/master; the PDF version of the talk is available here.

I’d be happy to give a repeat of the talk at another JUG meeting or, if you prefer, give another talk on Spring-related topic. Spring AOP seemed to be quite popular!

Tags: ,

5 Responses to “Spring MVC at London JUG”

  1. [...] This post was Twitted by rapaul [...]

  2. Rustem says:

    Thanks Jan,
    Really good talk espesially i like the pointer provided by skillmaster
    Looking forward to Spring AOP one. Audit injection would be one the interesting topics.
    Best Regards,

  3. Jan Machacek says:

    The pointer was very much an improvised solution! Low-tech, but in the end much better than laser pointer. I’ll have a chat with Barry to see if there’d be interest in [Spring] AOP, OSGi or something completely different.

  4. Benoit says:

    Thanks Jan,

    Very interesting, how would you serve images that are in a WAR in a Spring MVC application? Your example does not show that and most “obvious” answers seems to get:

    [WARN,2009-09-13 10:08:13,843,PageNotFound#noHandlerFound,750565@qtp-8715708-4] No mapping found for HTTP request with URI [/myapp/images/mymage.png] in DispatcherServlet with name ’smvc’

    where smvc is defined as this:

    smvc
    org.springframework.web.servlet.DispatcherServlet
    2

    smvc
    /

    Any suggestion or a blog post would be great! Thanks

  5. Jan Machacek says:

    Hi Benoit,

    Message me on Jabber using my Cake e-mail address; we’ll sort it out in no time!

    Jan

Leave a Reply