• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Passed part 2 & 3 with 86%

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have passed part 2 and 3 with 86%. Here is the break up.

Class Diagram (44 maximum) .......................... 36
Component Diagram (44 maximum) ...................... 39
Sequence/Colloboration Diagrams (12 maximum) ........ 11

My submission had 1 class, 1 component, 4 sequence and 1 deployment diagram.

Few things I would like to suggest to those who started working on assignment.

1)Keep things simple. I followed Lowest Common Denominator and tried to cover all requirements. There are many ways to address a requirement, choose one solution and present it right.

2)I realized where I lost the marks. My document was very detailed, but when some one looks at only the diagrams, they may not quite get what I was trying to convey. Try to depict all you can in the diagrams, you can use various means to achieve this. Evaluator may not have time/patience to delve into the details of your documentation. Remember, assignment also asks for diagrams + just assumptions.

3)I guess I had spent anywhere between 70-90 hrs. I could have finished it even in shorter time had I planned it well. I would suggest do not spend too much time on a single diagram, create all diagrams roughly and start improving them. Ofcourse, you need revise the diagrams many times over, that is when you refine and improve the design. Also, start document in parellel, that could save you a lot of time at the end.

4)I started with identifying list of assumptions, then screen flow diagrams, then the rough database schema. Then my class diagram evolved from BDOM + above. Then, I started the component diagram. Sequence diagrams are the last , and they took lot more time than I thought.

5)I have used JUDE for class+ component diags. Rational Architect for sequence diagram, it is UML2.0 based, so you can present all alternative flows in a single diagram.

I prepared my documentation in MS-WORD and saved it as HTML. I found it is easier and faster.

6)My documentation had the following sections- Definitions( I defined all the business terms), assumptions, application tiers, UML diagrams descriptions (I explained why, what, where DP I have used here), application modules, Architecture and Design choices and Service Level Requirements is the last section.

Thank you all!

Lekha
[ February 10, 2006: Message edited by: Lekha Sharma ]
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!!
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Lekha.
Great Job !!!
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Lekha!!

Cheers
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Lekha.

Thanks,
Sourav
 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Lekha!!
Laxmi
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Lekha!!

Cheers,
Gopi.
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Lekha.Thanks for your invaluable suggestions.

regards
Karim
 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Lekha...
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congratulation !!!
 
Lekha Sharma
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you all for your wishes.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic