• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

[Ask] How to using rational rose to create UML for MVC application based?

 
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all..

Same as topic, how to designing UML for application which using MVC pattern?..
iam using Struts2 Spring and hibernate...
how to designing actions between packages in UML?..

example : package Model with package DAO..

thank's
Sorry my english isn't too good
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you please to explain more what is "actions between packages"?
 
Leonardo Carreira
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Kengkaj.

Hi..
iam so sorry about my english first ..

okay "actions between packages" mean is..
when we develop application with whatever framework we will use many interface and many class..
example in my case iam using Struts2 Spting Hibernate..
how to "drawing" the relation between The Classes, The Interfaces which used in Struts2 Spring Hibernate?..

i've to documented it because my lecturer tell me to "drawing" all of that ..

Thank's in advance..
 
Hong Anderson
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You needn't to display classes, interfaces that you haven't used.

If you use SimpleFormController from Spring Web MVC, you just draw your controller classes extend from SimpleFormController. Simple like that.
 
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are trying it out on a complete project you might want to try out the capabilities of Netbeans plugin.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic