PDA

View Full Version : I just want to get a Spring MVC UML Sequence Diagram...


BillyW
08-15-2004, 08:12 PM
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

BillyW
08-16-2004, 07:28 PM
give me any advice

Keith Donald
08-16-2004, 10:44 PM
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.)