• 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

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?
 
Dinner will be steamed monkey heads with a side of tiny ads.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic