aspose file tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Searching for flights Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Searching for flights" Watch "Searching for flights" New topic
Author

Searching for flights

David Follow
Ranch Hand

Joined: Oct 16, 2001
Posts: 223
Hi all,

from my understanding Flight-Equipment-Seat is read-only data that some staff of FBN maintains which is beyond the scope of this assignment.
Further you will have some "SearchManager" (POJO-DAO) that hides the rather complex algorithm of doing the actual search. I also assume that this searching algorithm is on a more detailed level and not part of the architecture, therefore I just assume a complex searching transportation algorithm but will NOT show the algorithm itself (e.g. in the sequence diagaram). Is that an assumption I can make?
However, I am not sure if the search uses Flight or Segment? If it searches on the Segment then Segment will also be read-only but I am not confident if that is the case.

Also, what class would use the SearchManager? Right now I am thinking about the Itinerary using the SearchManager. Would you show the SearchManager in the class diagram or only in the sequence and component diagrams?

D.


SCJP, SCEA
Jen Carol
Greenhorn

Joined: Jun 25, 2005
Posts: 4
Wouldn't the search algorithm be part of your business delegate?
David Follow
Ranch Hand

Joined: Oct 16, 2001
Posts: 223
Could be, but the BusinessDelegate would delegate it to te algorithm that I don't plan on to design/describe.

D.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Searching for flights
 
Similar Threads
Which is better for a general search call (ref PetStore)
Route - Flight - Segment again.
Cade's class and sequence diagram
Another wait is over! Passed II/III with 91%
Passed Part 2/3 with 100