File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Itinerary Cart creation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Itinerary Cart creation" Watch "Itinerary Cart creation" New topic
Author

Itinerary Cart creation

kiran tata
Greenhorn

Joined: Jul 13, 2006
Posts: 5
Hi All,

I am new to this site and i am not sure whether it makes sense to ask this type of question,but need u r help.

I know i am asking a design specific question which i need to decide but slightly confused. In the prepare itinerary use case when should i create the Itinerary cart, is it after customer selecting the seats or before.?

I am under the impression that once customer selects the flights
the following sequence will happen
customer->controller->delegtate->statelessbean->dao--.creates-seatvo and
i use seatvo for the selected flights for the customer to select the seats and once the customer selects seat ,i am planning to create a Itinerary cart(SFSB).Is this correct?

Can i lock the seats once customer reserves them and release the lock based on payment is successful or not and change the status.
Cleuton Sampaio
Ranch Hand

Joined: Nov 11, 2005
Posts: 181
Hi,

SFSB makes sense because it is the blueprint recomendation. The user probably will make many requests to the server and may select and desselect flights, so the shopping cart must be preserved.


Cleuton Sampaio (Rio de Janeiro, Brazil)
SCJP, SCBCD, SCWCD, SCEA (I)


Cleuton Sampaio<br />Systems Architect<br />(SCEA,SCWCD,SCBCD,MCSE,MCSD)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Itinerary Cart creation
 
Similar Threads
When Price Itenary usecase will be called?
When Price Itenary usecase will be called?
SCEA Part II - Handling Login Usecase
Saving Itinerary, yet again
Itinerary cart