• 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

Implementation of Cade/Roberts GES case study

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

I am looking for a complete implementation of Cade/Roberts
Golf Equipment Store (GES) case study. Does anybody know where
I can find the java source code for that case study

Thanks a lot, D.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All-
I am new to this group. Recently passed Part1 with 92% (definitely I missed this group, used whizlabs material). I have a question regarding Paper2 so called topic between segment and flight. I actually try to do a mapping using recent flight booking I have done(the values are not actual). here it is

I am travelling from cincinnati (USA) to Mumbai. below is the itinerary I got



To Bombay(mumbai)-india
-------------------------------
I have 2 stop over
1)cincinnati to Chicago -flight 1
2)chicago to zurich - flight 2
3)zurich to mumbai -flight 3


From Bombay(mumbai)-india
-------------------------------
2 stop over
1)Mumbai to Zurich ->Flight 1
2)Zurich to chicago->flight 2
3)chicago-cincinnati->flight 3

From all these I came to a conclusion

Itinerary has multiple segements (1. cinci->mumbai 2. mumbai-cinci)
segment can have multiple legs
each leg can have different flights

will it work?
-Ranjeeth
 
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ranjeeth,

Check this post as well:
https://coderanch.com/t/153028/java-Architect-SCEA/certification/segment-flight

I have made exact same assumptions as you have depicted in your scenario

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

this doesn't really relate to my question.
Please open your own thread, or do you have the GES implementation by any chance?

DF

Originally posted by ranjeeth nambiar kumar:
All-
I am new to this group. Recently passed Part1 with 92% (definitely I missed this group, used whizlabs material). I have a question regarding Paper2 so called topic between segment and flight. I actually try to do a mapping using recent flight booking I have done(the values are not actual). here it is

I am travelling from cincinnati (USA) to Mumbai. below is the itinerary I got



To Bombay(mumbai)-india
-------------------------------
I have 2 stop over
1)cincinnati to Chicago -flight 1
2)chicago to zurich - flight 2
3)zurich to mumbai -flight 3


From Bombay(mumbai)-india
-------------------------------
2 stop over
1)Mumbai to Zurich ->Flight 1
2)Zurich to chicago->flight 2
3)chicago-cincinnati->flight 3

From all these I came to a conclusion

Itinerary has multiple segements (1. cinci->mumbai 2. mumbai-cinci)
segment can have multiple legs
each leg can have different flights

will it work?
-Ranjeeth

 
ranjeeth kumar
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
David-
I apologize for the wrong posting.

-Ranjeeth
 
reply
    Bookmark Topic Watch Topic
  • New Topic