Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

doubt in deployment diagram

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't want to show all the EJBs in application server node. How to show a group of EJBs??? Same case with JSPs in web server.

Thanks.

BTW, what is the difference between node and node instance? Which one to use?
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use UML2 and I do it in this way: I group smaller components in one bigger component. On components diagram I draw jsp components squares inside bigger component square and call this bigger component for example ClientWebApp. Then on deployment diagram inside of nodes put only grouping components.
 
ankur rathi
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dawid Augustynowicz:
I use UML2 and I do it in this way: I group smaller components in one bigger component. On components diagram I draw jsp components squares inside bigger component square and call this bigger component for example ClientWebApp. Then on deployment diagram inside of nodes put only grouping components.



I think I am using UML 1.4 (I really don't know the difference).

I am partially overlapping one component with another and providing a note that it represents group of components.

Hope it is UML compliant.
reply
    Bookmark Topic Watch Topic
  • New Topic