• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Part II "Pay for Itinerary" question

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So I think to use a log out function which let users log out the account by clicking the "log out" button or the system log out the user account automatically in 15 minutes from the time the user log in. This will be better.
Please give me some suggestion.
Your message was edited since you quoted content from the actual assignment. Please read our policy on SCEA questions and refrain from discussing actual assignment issues.
Thank You!

[ August 13, 2003: Message edited by: Ajith Kallambella ]
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your job is to design the architecture, not hash out the implementation. You are going into too much detail for the assignment.
Try to think more like an Architect and less the the Developer that needs to do the work.
[ January 06, 2003: Message edited by: Chris Mathews ]
 
xiaolin yu
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Chris:
Thanks for your replay, but I think what I thought will affect the architecture a little bit.
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by xiaolin yu:
Hi, Chris:
Thanks for your replay, but I think what I thought will affect the architecture a little bit.


I would disagree, I believe these are implementation details.

Originally posted by xiaolin yu:
Hi, Chris:
So I think to use a log out function which let users log out the account by clicking the "log out" button or the system log out the user account automatically in 15 minutes from the time the user log in.


A logout feature can be implemented in about 30 seconds. The timeout feature is built into the J2EE API (both for HttpSession and Stateful Session Beans).
 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree with Cris.
Tkink like an architect. Not like a developer
 
What does a metric clock look like? I bet it is nothing like this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic