• 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 II and III with 83%

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

least to say, am very happy today.. Got my results.

class diag : 44/44
comp diag : 34/44
seq : 5/12

total 83%

Thanks to ranchers!! It took me close to 2 months of effort , but the real one was lasted only last 2-3 weeks. I wrote my part III on 4th Oct and got my result today, so close to 6 weeks.

thanks,
 
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 Bharat.

Can you please tell us what books and resources you have referred for part II and Part III. Have you specified attributes and methods in class diagram?

How many class diagrams you have provided totally?

And anything relevant, pls inform.
Thanks.
Laxmi
 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you take about your component diagram?
 
chao cai
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what solution did you use to integrate the mileage system?
 
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, good job!



Regards,
 
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 !!!
 
Bharat Talwar
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Bharat.

Can you please tell us what books and resources you have referred for part II and Part III. Have you specified attributes and methods in class diagram?

How many class diagrams you have provided totally?

And anything relevant, pls inform.
Thanks.
Laxmi


REPLY : Java ranch is the answer to what i referred. Apart from this, I tired to follow Mark cade, though not exactly. I kept it technology independent.
I showed some composition relationships. I had about 22 classes. I kept the same cardinalitites as in the assignment and did not change as done some some fellow ranchers.

I did specify some attrubutes to make my class more understandable. But nothing more then this.

I followed what cade did like Search Processor classes, but I did not tag it as any time of EJB.
 
Bharat Talwar
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you take about your component diagram?


REPLY: I had 5 component diagrams. I gave component diagram for those use cases/ systems that I felt were complex and needed more detailed level of description.

I had the following:

1 overall compone t diagram ( no JSP)
Rest 4 component diagrams with JSP/ Servlets and other J2EE components.

I hope this helps.
 
Bharat Talwar
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you take about your component diagram?


The approach I took was simple. I assumed that the Mileage system exposes a CGI interface to it's front end which uses it to get the data it needs. I am going to use the same interface.

I assumed that the CGI interface is written in Java. So i call this CGI java interface directly from EJB and get the data I need.

I also assume that The system is updates by another way and not thru this interface.

Remember, nothing is wrong ot right here. Whatever u do, justify that.
 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations,

Great score ...
 
chao cai
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks your answer
More questions
Did your change the BDM segment--flight?
Did you use DAO factory ,I think this make things complex.
 
Bharat Talwar
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks your answer
More questions
Did your change the BDM segment--flight?

No I did not change anything. I kept the cardinality as it was.


Did you use DAO factory ,I think this make things complex.
Keep it simple is all I can say. rest is up to you.
These things can come at the later stage. They are most interested in seeing how you deal with the bigger issue.
 
chao cai
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The segment is the part of customer's itinerary how can a flight just for a customer segment for some manager customer can take one same flight.Can this association is 1 to 1?
 
Bharat Talwar
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The segment is the part of customer's itinerary how can a flight just for a customer segment for some manager customer can take one same flight.Can this association is 1 to 1?
--------------------

I COULD NOT UNDERSTAND YOUR QUESTION..
 
chao cai
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
multiple customers may both have the segments that order the same flight.So the association between the segment and flight is 1 to1
 
chao cai
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I look the segment as a reservation of a flight.If not we must introduce the new object to store the flight ans seat reserved info,so segment object is no use.
 
reply
    Bookmark Topic Watch Topic
  • New Topic