Results 1 to 5 of 5

Thread: UML Modeling of Application Using Spring MVC

  1. #1

    Default UML Modeling of Application Using Spring MVC

    Hey all,

    I'm trying to wrap my head around Spring's MVC framework as I'm working on my current application's architecture. Does anyone have any links to a finished sample application's UML modeling?
    I would love to see the UML model for something like the JPetstore example, or something using Hibernate. I understand most of what's going on from a functional point of view. But from an architectural point of view, I'm getting a bit lost while trying to iron out my own model/view/controler design.

    Thanks,
    James

  2. #2
    Join Date
    Dec 2004
    Posts
    19

    Default Re: UML Modeling of Application Using Spring MVC

    Hi James,

    I would also be interested in seeing a UML model of a complete application. Did you ever find anything?

    Thank you.

    Jay.

  3. #3

    Default

    Hey Jay,

    I didn't find UML models of any Spring tutorials, BUT I found an easy way to create them. If you use eclipse, you can install EclipseUML Free edition, from Omondo. With EclipseUML you can quickly create great class diagrams from existing tutorials. This really helped me understand the architecture of a Spring project.
    Of course, so far I can only get it to create class diagrams for classes in a single directory. If you find a way to create them for the entire project, let me know.

    Take care,
    James

  4. #4
    Join Date
    Dec 2006
    Posts
    6

    Default UML diagram for the whole project

    Only the EclipseUML Enterprise Edition from Omondo (not free) allows creation of diagrams for the whole project..

  5. #5
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,425

    Default

    This thread is over two years old, maybe they've changed the licensing in this time? I'm sure if you have a look however, you'll find a free tool out there!

Similar Threads

  1. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  2. Replies: 2
    Last Post: Jul 19th, 2005, 07:30 AM
  3. Spring http invoker: retrieving the application context...?
    By gvl@foundation.be in forum Remoting
    Replies: 1
    Last Post: Jun 21st, 2005, 12:59 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Questioning the core component
    By Martin Kersten in forum Swing
    Replies: 6
    Last Post: Feb 21st, 2005, 03:45 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
  •