• 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

need guidance for part2 ?like from where to start

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

I got assignment three weeks back and every time i read, i find something new. I just need small guidance like from seniors like what should be approach to go with Part 2, like from where to start like class diagram, sequence..etc

like Do we have any sequences of steps or approach.

Can someone please guide me.
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

deepak adlakha wrote:Hi,

I got assignment three weeks back and every time i read, i find something new. I just need small guidance like from seniors like what should be approach to go with Part 2, like from where to start like class diagram, sequence..etc

like Do we have any sequences of steps or approach.

Can someone please guide me.



Hi

May be you can consider following guidelines.

Once you understood the assignment, I think Class diagram is the best starting point for the diagrams. Next Sequence diagrams, components, Deployment diagrams. Apart from your assignment related diagrams, you can also draw some supporting diagrams like login, logout, design patterns at a glance etc.

While you are working on it you will get many doubts, just note down some where and find out answers one by one.
Some of these doubts can be moved to assumptions.

Parallel to the diagram development, you can come up with design choices you made, risks and mitigation strategy and design patterns used etc. can be done.

Try to maintain sync between all your diagrams. Examples: Class, method, and attribute names in class diagram should match the names in sequence diagrams, Stereotype uniformity etc.

If you stuck at some point, read articles related to that point and come to conclusion. Examples are No. of layers, Deployment strategy, Security levels needed etc.

One last point: Review multiple times, once you get bored of it then submit.

Hope this helps. All the best.

Best regards,
Sri.
 
deepak adlakha
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the info. It helps
 
reply
    Bookmark Topic Watch Topic
  • New Topic