• 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

Passed Part II and III with 89%

 
Greenhorn
Posts: 5
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I finally got my results last thursday after 3 and a half weeks of wait. I found that I cleared Part II and III with 89%

My distribution was
Class Diagram 39
Componet Diagram 39
Sequence diagram 11

My suggestion is
1. Keep it simple.(Don't make it complicated although the requirements may look like)
2. Make it readable so that anybody can understand it.
3. Use J2EE patterns extensively
4. Write down every assumption even if it is obvious. Your solution can be unique. I think Sun is fine as long as you can justify it

I think anybody can pass this if she/he follows the above

Nirupam
(from Minnesota)
 
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 Nirupam!!
Laxmi
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation Nirupam.

Of DAO/DTO, Factory classes which one you have mentioned in class diagram? Which one of them are essential and which one are good to have?

How was your component diagram? Have you used design pattern in them?
 
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 Nirupam!!

Cheers,
Gopi.
 
Nirupam Chatterjee
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Parag Bh:
Congratulation Nirupam.

Of DAO/DTO, Factory classes which one you have mentioned in class diagram? Which one of them are essential and which one are good to have?

How was your component diagram? Have you used design pattern in them?



Yes, I have mentioned all the above in class diagram. These are poven ones and I think one should use these patterns if possible.

Yes, I have also used design patterns in the component diagram. The components were shown tier wise.

Hope this helps
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!

Where did you store the session ( Servlet or stateful session bean)?
Did you use Stateful or stateless Facade?

Thanks,
Vijay
 
Parag Bharambe
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not able to get a clear picture of using pattern in Component diagram. Can you provide me a link, resource that explain using pattern in Component diagram. Which pattern you have mention in Component diagram.
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Nirupam Chatterjee

Thank you very much for you advice.

How many classes did you have in you class diagram??
 
Ranch Hand
Posts: 498
Eclipse IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Nirupam, great job!



Regards,
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations, Nirupam!

Go Mankato Mavericks! (Minnesota college team, good bowling school).
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Nirupam. It is an excellent score.

I just have one question about the BDM given in the assignment.
While submitting the design, did you change the BDM or did you preserve the same without any modifictaions to it.

I am thinking of two approaches given below in this regard and planning use the approach A) to be used in My design. Any comments and suggetsions would be very helpful.

A) Does it mean that you have added additonal domian classes by preserving the BDM ( and relationships) given in the assignement ?

- OR -

B) No Additonal Domain Classes to the existing BDM.

regards
Karim
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation Nirupam! Very nice performance.

Thanks,
Sourav
 
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 Nirupam for a great score!!

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

I have a question

I am using the ‘Fast Lane Reader’ pattern for doing the flight searches therefore I am not using the ‘Flight’ entity bean .
My question is that since the ‘Flight’ entity bean doesn’t have any dependency relationship with any other component in my ‘component diagram’, should I show it in the component diagram.

Thanks
Pankaj
 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Nirupam,
 
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!!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic