In: Computer Science
To come up with a problem definition, write up some sample
questions you would ask the president of Java Airlines to better
help what they would like their software to do. Be Creative in your
questions!
Write up a mock Problem Definition Statement to summarize what you
think the Java Airline software should be.
Attention to detail will earn full marks on this assignment.
Answer:-
the questios to java airline software president is
All user/agents are allocated a SINE code, which is used during sine-on and then appended to all transactions carried out by the agent for security purpose . Different security levels may be assigned so that different agents can access different areas of the system and also different records in the case where a travel agent is only allowed to review PNR’s that have been created by that agency.
Flights may be entered as far ahead as required without limitation using the flight inventory GUI. Native transactions support reservations up to 1 year ahead. The flights may be specified within a particular date range and may be used to display different classes of service and different fares within a specific seating class.
Write up a mock Problem Definition Statement to summarize what you think the Java Airline software should be.
Reliable internet access is required to check reservations and add bookings that are made over the phone. However, services like foreUP can be run on mobile internet connections. Given the industry's transition to online tools, it's a good idea to invest in the best internet service possible for your region.
Existing System:
The existing system of airlines reservation is time-consuming and not economical for both the airlines company and passengers. Reservations do not support up to 1 year. Accessing and updating the system is slow. And, overall, the system is not web-based but is file-based processing.
Proposed System:
Using the distributed technology we can handle these problems easily. In general, a distributed process means that a program in execution makes use of resources in other machine. The two technologies for distributed processing available are J2EE and .NET.
In this Airlines Reservation System Project, J2EE is used for managing distributed systems. So, even if the Airline system has lot of branches or if they are located at different places, we can effectively handle the management of service.
The proposed system is a web based system that allows online reservations. The system is divided into three layers namely: presentation layer, business layer and data layer. The presentation layer is at the client side. At the server side, business layer and data layer reside.