• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

help for sequence diagram and class diagram for scea part 2

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

In my sequence / class diagrams I am showing transfer objects, managed beans, business delegate , service locator apart from other objects in my class diagram. My question is am I showing too much detail ? is it ok to show managed beans etc in class diagram and sequence diagram.

I read in mark's book that class diagram / sequence diagram should be framework agnostic, but when I looked at the samples in epractize labs / other books it shows framework objects as well.
thanks a lot

Raj

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, Class diagram is better to be tech agonostic. You can show managed beans to make class diagram representing complete solution but do not mark it as managedbean sterotype. For example, LoginCMD can be shown in class diagram and it can be implemented as struts action class or JSF managed bean.

For Sequence diagrams, it is better to show all classes like managed bean, service locator, POJOs. It is better to provide all details in SD to make things clear for developers.

 
raj sirohi
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Chetan.
 
Be reasonable. You can't destroy everything. Where would you sit? How would you read a tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic