• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic