Results 1 to 3 of 3

Thread: I just want to get a Spring MVC UML Sequence Diagram...

  1. #1
    Join Date
    Aug 2004
    Posts
    4

    Default I just want to get a Spring MVC UML Sequence Diagram...

    I want to get a clear Sequence Diagram to understand Spring MVC's inside realization

    I'm a newbie on Spring.


    :lol: Mon Aug 16 09:25:54 2004
    aha.

  2. #2
    Join Date
    Aug 2004
    Posts
    4

    Default Re: I just want to get a Spring MVC UML Sequence Diagram...

    give me any advice
    aha.

  3. #3
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    There is a nice breakdown graphic of the controller / form hierarchy in J2EE Without EJB, by Rod and Juergen.

    Also, I find it very helpful to link to the source from eclipse and walk through the MVC workflow step-by-step, reverse engineering as you go. It really helps you connect with the 'magic' Spring is doing for you in the controller superclasses, and how you can best insert custom functionality unique to your controllers.

    I also believe this compilation of Spring-related resources links to a UML diagram of Spring classes: http://ckny.eatj.com/wiki/jsp/Wiki?Spring (although it doesn't seem to be accessible at the moment.)

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Replies: 2
    Last Post: Jan 21st, 2005, 04:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •