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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

SCEA Part II - Handling Login Usecase

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Originally posted by Mrudul Palvankar:
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



i don't think you're allowed to mention your assignment or any modules included on your assignment.
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
The total ban on discussion of the assignments only applied to the SCEA 5 Beta exam - that is still in effect.

The rules for the current SCEA assignment are a little less strict:

From the JavaRanch SCEA FAQ:
For questions / discussions on the assignment, in general we will allow discussion where members are trying to understand the domain model and/or terms used in the assignment. We will also allow questions about which tools to use.

But we will not allow discussion on a solution to the assignment (or a part of the assignment) itself.

Refer to the thread "IMPORTANT - Position on real assignment (Part 2) questions" for more information.(https://coderanch.com/t/150936/java-Architect-SCEA/certification/IMPORTANT-Position-real-assignment-Part)


This question is still outside acceptable rules, so I have closed this topic.

Regards, Andrew
 
The longest recorded flight time of a chicken is 13 seconds. But that was done without this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    Bookmark Topic Watch Topic
  • New Topic