• 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

UML tools used in designing

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
Can anyone tell me which UML tool i use to show web pages(jsp/jsf) in the class diagram.
i want to know the UML representation of jsp/jsf pages.


regards
serzeel
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Have you tried with stereotypes. For example:



Br,
Janez
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a look at Visual Paradigm
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Unified Modeling Language is a tool for designing object-oriented software. In terms of describing Java Server Pages on Class diagrams, these are Servlet classes. You could represent the JSP page as Class. If you are creating an Object diagram, then you could represent the JSP page as an Object.
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
star uml is free uml tool

http://staruml.sourceforge.net/en/
 
Jimmy Clark
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Unified Modeling Language is the visual tool for designing object-oriented software. There are software applications that help humans use the UML in varying degrees. However, the UML is independent from any supporting software application or editor and can certainly be used without such an application, i.e. you can create UML-based diagrams using paper and pencil or on a whiteboard or in MS Word.
 
serzeel khan
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks to all for your reply,
- Which UML version i supposed to use in diagrams 1.0 or 2.0 ?

- regarding sterotypes in class diagram which is most appropriate way specific to JEE
like, i write <<entity>> or <<@entity>> ?

- I know it is common, but i would like to discuss it,
is it fine to add some more entities in the class diagram if i feel it is necessary ?, for example i find some new entities in the use cases which are not in BDM

- one question for those who read the "Mark Cade and Humphrey Sheil second edition" book's chapter 9.
what are those classes which are un stereotyped and without any attribute and operation
like characteristics class , bidder and seller class
i think they are pojo's

thank you
 
permaculture is largely about replacing oil with people. And one tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic