• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

number of component diagrams ???

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to all,
For my component diagram, I did create 5 packages:
� 1 package for each of the 4 business-tier sub-system
� 1 web-tier package

For each of the business-tier package I have a component diagram.
For the web-tier I have 4 uses cases to describe. Each of those use cases have common component (<<Servlet>> FrontController for example) and non common component ( <<JSP>> for example). I did create 1 component for each use case and show the dependency to the business-tier by showing the related package + interface.

Is this the right approach?

Thanks for any answer.

Patrick
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No matter how many packages you have, you should include them in one component diagram and submit. I have heard people saying they submitted extra class diagrams and deployment diagrams, but haven't heard anyone submitting multiple component diagrams.
 
patrick de geynst
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your answer, as I my component diagram is big, I just want to split all those component in several packages for the business-tier.

Originally posted by Ajith Kallambella:
No matter how many packages you have, you should include them in one component diagram and submit. I have heard people saying they submitted extra class diagrams and deployment diagrams, but haven't heard anyone submitting multiple component diagrams.

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ajith,
Cade has shown 3 component diagrams in his book. So, is showing more than one component diagram in the assignment OK?
Thanks,
Lokesh
 
Put a gun against his head, pulled my trigger, now he's dead, that tiny ad sure bled
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic