• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Desgin Patterns - SCEA

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Can you tell, in whcih diagrams (Sequence,component,etc),we show J2EE Design patterns? and also stereo types?

Thanks in advance.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
>Can you tell, in whcih diagrams (Sequence,component,etc),we show J2EE >Design patterns? and also stereo types?
Hi Ravi,
there are different opinions about that. I think we should show J2EE Patterns resp. the components (e.g. ServiceLocator) only in the Component Diagram. Others show them also in the Sequence Diagram. But I am also uncertain.
Regards
Roger
 
Ranch Hand
Posts: 1327
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think in class diagram and component diagram, u can look up the blueprint section on sun's website
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It all depends what kind of pattern are you trying to establish. If it is a structural pattern, it should be in class diagram or object diagram. If it is a behaviour pattern, it might go in sequence, collaboration, activity or statechart, depending on what is the best way to represent it.
 
ravi appala
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rahul,
I do not aggree with you. Design patterns divided into structural, etc depending on which tier of application design you want to apply. It is not devided to show in which part of uml diagram?
 
The two armies met. But instead of battle, they decided to eat some pie and contemplate this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic