• 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

Part -II approach

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

Hi,

Please help me in start working on the assignment.

What is the best and easier approach to start with the deliverables, I mean which is the best order to be followed in preparing the diagrams.

class diagrams ----> sequence -----> component ----> deployment

Thanks & Regards,
Kumar
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For me, class diagram is absolutely the first step, and deployment is the last step. The order of sequence diagram and component diagram is up to you.
Oh, maybe the assumption and risk list should be done before drawing diagrams. But I'd assume that the updating of assumption and risk list would be go through the whole process.
BTW, I am also working on part II....
 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can also think of going for component diagram first , where you get a overall idea of components needed.
then follows the sequence diagram between components and more detailed class diagrams later.

Assumptions and risk list can go side by side as and when there is something to add to them.

But whatever sequence you choose, iterate through all the diagrams multiple times, thats when you will notice more details to add to make diagrams complete.


Best Regards
P
 
vikram kumar
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Thanks Guys,

I will go with Prashant idea, it seems to be much suitable for this assignment.

Thanks,
Kumar

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what tool you are using to draw UML diagrams?
 
vikram kumar
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I am using startUML.

Regards,
Kumar
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's up to you actually. The bottom line is all diagrams must be consistency, one of the reasons that why we use many types of diagram is we want to eliminate contradiction, if there is a contradiction that means something is wrong in somewhere.
 
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, I wanted to go one step back; what one is supposed to include in the assignment-solution? Only diagrams (risk list) or some explanations, too? What should be the ideal format?
 
My honeysuckle is blooming this year! Now to fertilize this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic