• 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

Cleared Part 2 & 3 - 84 %

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

I took the exam on July 5th and got the results today. I have about 3 years of J2ee and 5 years on Java. I am surprised I got less marks on the component and sequence diagrams. I was on Javaranch website mining for answers most of the time (sometimes I admit it is overdose of info). The blue prints for the j2ee adventure builder and petstore are great reference to put together the final paper as well as the cade book.

Spent great deal of time for the assignment with my 9 month old daughter on my arms all the time.

Best of luck to all of you!!!



=====================================================================
Site: mda
Grade: P
Score: 84
Comment: This report shows the total points that could have been awarded in each section and the actual amount of points you were awarded. This information is provided in order to give you feedback on your relative strengths on a section basis. The maximum number of points you could have received is 100, minimum to pass is 70. Class Diagram (44 maximum) .......................... 36 Component Diagram (44 maximum) ...................... 38 Sequence/Collaboration Diagrams (12 maximum) ........ 10
=====================================================================



Harsha

SCJP, SCWCD, IBM-XML related technologies, SCEA
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats man..

Joby.M.George
SCJP1.4,SCBCD1.3,SCWCD1.4
 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great work Harsha ..

I am still at the early stages of the assignment. Here's what I came up with:-
The flights, equipment and seats are read-only data for the customer. Once the customer prepares his trip, the details are stored as itinerary and segments.

Also, where's the best place to store the seat information?. I think it's in the segment.

What's your opinion about this ???
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Giju,

You are asking:

The flights, equipment and seats are read-only data for the customer. Once the customer prepares his trip, the details are stored as itinerary and segments.

Also, where's the best place to store the seat information?. I think it's in the segment.



The segment has a 1:1 relation to the seat. Therefore I agree with you that the segment is the obvious choice for storing or pointing to the seat.

-- Dan
 
reply
    Bookmark Topic Watch Topic
  • New Topic