Dear Ranchers
I am currently working on the
SCEA assignment and need your help for handling the login usecase.
"Price Itinerary" use case requires that customer has successfully logged in.
Hence in the "Prepare Itinerary" usecase, when customer selects seats and submits the request, before the system prices the itinerary we need to check if the customer has loggedin or not.
1. If the customer has not logged in
- create SFSB to store the selected flights and seats
- store the SFSB handle in HTTPSession and display login/createuser
jsp Is there a better way to handle this ... by using Intercepting Filters.
I have not used filters hence wanted inputs on the using the filters for such cases.
Thanks in advance
Mrudul