• 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

2 phase 2 questions,seek help!

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

I'm puzzled with following questions,can anyone give me idea?

1.If I use short message phrases rather than method name to depict the interaction between objects in seqence diagram and I also provide method name in my class diagram.Whether this kind of design is ok?
2.In my class,I only show the business domain classes.These domain classes are not used in my sequence diagram and component diagram.Instead, I use J2EE technological components/patterns in my sequence diagram and component diagram,such as entity bean ,session facade,dao.I really don't know whether this kind of design is ok?

Thanks all.
 
Jacky Doner
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone give some instructions?
Thanks in advance.
 
Ranch Hand
Posts: 344
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jacky,
You have described Cade's case study. You must be on the right track.
Ray
 
Jacky Doner
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I still can't figure out whether this kind of design is right or not?
Can you give me the further explanations?

Best Regards.
 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jacky ,
From the previous posts I have seen on these topics ,I would not feel too comfortable with this design as
your domain classes diagram should have sequence diagrams relating business domain. The sequence diagrams should have some reference to the business domain. Add a note or specify in your asumption doc the relation.
OR if you are planning to show only J2EE sequence diagram ,I would recommend that u add a business domain sequence as well.
Dont warranty anything on this as I have yet to pass the certification. This is what I have preceived about the three diagrams from various posts.
HTH
Dhiren
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic