Dear all,
I have strong doubt about how Travel Agent can help a customer to book a ticket. Let me explain this:
1. Normal customer enters his user name and password in web page. The web server authenticates customer information using real SYSTEM account in
J2EE server. The customer user name and password is not by itself system account in J2EE server.
2. Since travel agent logon using the application client, it will not go through the web login mechanism but rather directly calling the EJB layer.
So my question is :
1. Do you have other ideas on how to handle travel agent logon?
2. How would you represents travel agent logon in our diagrams?
Hope this can rise our discussion.
Patrick