• 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
  • 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

Customer Login

 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess for the sake of this assignment you cannot say - my architecture assumes declarative security provided by the server and LoginManager class does not exist?
I am guessing they excpect to see LoginManager in your class diagram since its part of work flow.
Any thoughts?
 
Gennady Shapiro
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've changed my mind about this. The spec says the architecture must be J2EE first and foremost. Declarative security is an essential part of J2EE. So as long as I mention this in the assumption I don't need a dedicated LoginManager.
Any thoughts anyone?
 
Ranch Hand
Posts: 139
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think we can use sevlet and jdbc to handle the login case. Do I have to use EJB in login use case?
[ April 28, 2002: Message edited by: Robin Zhang ]
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Robin Zhang:
I think we can use sevlet and jdbc to handle the login case. Do I have to use EJB in login use case?
[ April 28, 2002: Message edited by: Robin Zhang ]



Yes. Where are you goint to store login information for travel agents? They are UI clients, remember?
 
Ranch Hand
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI
I did not think about security at all for the assignment, and I have no idea about the detail that I have to provide. I know that I amm going to https, but there is slight problem since there are 2 web servers I assume that there will be a Load Balancer, in front of both these servers. Since HTTPS is a session based protocol, we will have sticky sessions, do I have to get into all this detail.

Vivek
 
Come have lunch with me Arthur. Adventure will follow. This tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic