Online Airline Ticket Reservation System
Online Airline Ticket Reservation System
Online Airline Ticket Reservation System
URL: http://acrux.cis.ksu.edu:8080/start.jsp
AVINASH PONUGOTI
NAGARJUNA NAGULAPATI
SATHISH KUMAR REDDY YENNA
1. PROJECT’S MOTTO
The main aim of the project was to develop a website which would facilitate the
reservation of online air tickets through an effective and yet simple GUI for a normal
passenger intending to travel in airways. Apart from reserving tickets, through our system
a passenger can compare online fares ‘from’ various cities ‘to’ various cities.
2. INTENDED AUDIENCE
1. The project is basically targeted at those people who would like to travel through
air and have an Internet access.
2. As we will be making our site WAP – enabled, this will facilitate our site to
accept requests from other alternative devices like PDA’s and WAP-enabled
browsers. Apart from the above category of audience, passengers using hand-held
devices will be our second major category of audience.
3. Finally passengers curious in comparing the prices for various Airlines for their
selected source and destination cities form our third category of audience.
2.Sitemap:
We are providing a cool map of our entire site for easy access of our
pages. Sitemap includes all the links in all the pages in our site categorized based
on the functionality of the pages.
4.Airport Layouts:
We are showing the airport layouts so that the user can know the airline
counter details prior to his arrival at the airport. He can directly go to the counter
concerned to collect his travel tickets.
4.TECHNOLOGIES USED.
A. Server Technologies:
WEB SERVER :
1. Tomcat Server
• Tomcat is enterprise class, robust web server which comes bundled with
JavaServlets and JSP that provides a java application server environment
• One of the other major issues why we chose Tomcat was Scalability.
Presently Java is our core technology used for portability and in future if we
want to make our site be reachable to users using Microsoft products we
would be having no conflicts between the servers because Tomcat can be
deployed as either a standalone product with its own internal Web server or in
conjunction with several other Web servers, including
• Since we were not going for enterprise java beans in our project we didn’t feel the
necessity of going for other application servers like J2EE or JBOSS .We were
basically looking for a reliable web server which would be compatible with both the
front-end and back-end technologies we were using and our ultimate choice was
Apache’s Tomcat Web Server.
DATABASE SERVER :
1. Oracle Server
We are listing the four main reasons why we have used Oracle instead of any
other prevailing database servers
• SCALABLE
• RELIABLE
• SECURE
One of the major concerns about our database were the security issues
as we would be maintaining tables to store user information like his
user-name, password and personal information like credit card details.
We had this extra overhead of maintaining all this information securely
and at the same time transparent to the user. We have no regrets now for
choosing Oracle as our database server.
B. Software Technologies:
• Servlets have access to the entire family of Java APIs, including the JDBC
API to access databases. Servlets can also access a library of HTTP-
specific calls and receive all the benefits of the mature Java language,
including portability, performance, reusability, and crash protection.
• Our other alternative for Java servlets was CGI. But we continued with
Java servlets mainly because of the following reasons
JavaMail
WML
JavaScript
5.SYSTEM ARCHITECTURE:
Database Server
Our System
Database Server
U
s
e Internet Database Server
r
Webserv
er
server Database Server
C. Detailed Architecture:
The figure shows how our website is organized. The Servlet accesses the
Database, which use the bean. The Servlet generates a DOM tree, which contains the
required information. This XML it transformed in to a code containing HTML,
JAVASCRIPT code. Which is displayed to the user in a web browser. In case of a PDA
device WML code is generated by the XSL.
We are using an Applet to encrypt to user credit card and password information.
User will type the URL of our site: eztickets.com in the browser.
2. User will be shown our homepage containing various page
links and search option.
3. User will click on the Login button to log on into our system.
4. The user-id and password are validated and the user is allowed
to login.
5. The user is directed to the home page where he can start his
search for his travel options.
6. The user can select the Departure and arrival cities and click
on the Search button.
7. The user will be shown a page with various list boxes he has to
choose for his tickets.
8. The user will select the departure airport, arrival airport,
departure date, arrival date, and number of tickets and will click on the Search
button again.
9. The user is presented with page listing all the options for his
search criteria.
10. The user can select one of the options and click on the Buy
button.
11. The user will be shown the details of the option and the
discount offered to him on his selection for his confirmation.
12. The user can click on the Confirm button or can cancel even at
this point.
13. If he chooses to buy this ticket he will be sent E-mail with all
details of the tickets and is shown a page with a link to the flight seating
arrangement details page.
14. User can click on that link and go to the Flight seating
arrangement details page.
15. He can click on the link corresponding to his flight number to
see the seating arrangement of his flight.
16. User can either continue shopping or close his session by
logging out of the system.
7. DATABASE DESIGN:
We use Oracle as the backend and use JDBC connectivity to access the database. The
servlets access the database using JDBC and output the results according to the query,
which again takes into account the options, selected by the user.
The following gives the various tables and their fields used in our database, which was a
major design decision of our project.
USERS Table contains the details of the users registered for our services. The
fields in this table are as follows:
TRANSACTIONS Table contains the details of all the transactions done by the
users through our site. The table contains the following fields:
NEWS Table contains the details of the current news. This news includes flight
cancellations, flight delay information and other important weather information.
The table contains the following fields:
HEADLINE HREF
HEADLINE is the PRIMARY KEY of this table and the HREF is the link
to the file, which contains the complete data regarding the headline.
MOTELS Table contains the motel information for various cities. The fields in
this table are as follows:
AIRLINE Table contains the information about the various flight availabilities
and the related information. The table has the following fields:
7.SECURITY:
We have been very much successful in implementing the security features to our
site as stated in our project specifications. We are enclosing the brief description
of how we have carried out this feature.
Password Encryption:
Httpsessions:
8. HANDICAPPED ACCESS:
Text-Only Version:
ALT Tags:
Sitemap:
No Frames:
We have completely avoided using frames on our web pages as
these frames avoid screen readers providing information to the handicapped users.
9. DISTRIBUTION OF COMPUTATION:
A. Client-side Computation:
Password encryption and Credit Card encryption are done at the client-
side using the java applets. This will reduce the server side computation a bit.
Validation of the data entered by the user is done at the client-side using
javascripts. This will avoid the users entering invalid data. All the fields either in
Registration form or in Login form are checked before sending to the servlet.
As we have designed our Servlets in such a way that they throw out the
XML DOM tree, in a way we are able to offload the computation to the client side
thereby reducing the overhead on the server side.
B. Server-side Computation:
We are assuming that at most 500 simultaneous users will access our site at any
instance, so this requires high computational powered server. We assumed dual
processor web server with each 1.0 GHz power. This will be sufficient for the
requirements.
10. MULTIMEDIA:
Statistical details
Seating arrangement Details
Rough Pictorial View of the Flights.
11. FLEXIBILITY:
• Since our website doesn’t involve bandwidth occupying images or bitmaps which
could unnecessarily take lot of time to load, our loading times for each of the JSP
pages are quite decent and fast. Moreover we are calculating the client’s
bandwidth dynamically and directing the client to the text version if it has low
bandwidth.
• The pages that invoke the servlets (which in turn access the database) to generate
dynamic content may take some few seconds to load as the servlet has to establish
a connection and then has to query the database. This cannot be avoided in our
case and it doesn’t occupy much of a time really.
• The performance result actually depends on the number of users accessing the
database. Our optimal case, average case and the worst case all depend upon the
number of users trying to connect to the database. The worst case will be when
several hundreds of users are accessing the pages, which might cause the database
server to crash. Since we create new connection every time a servlet is invoked it
could be a case that the connections are used rapidly and it will come to a point
where the database server could crash.
• We have around 3 servlets for WML which enables our website to be accessed by
hand held devices.
1. HOME PAGE :
17.REFERENCES:
http://info.med.yale.edu/caim/manual/index.html
http://www.xml101.com:8081/xml/
http://www.webdevelopersjournal.com/
http://developer.iplanet.com/viewsource/marchal_xml.htm
http://www.object-arts.com/EducationCentre/Overviews/MVC.htm
http://www.w3.org/
http://www.gelon.net
http://www.delta.com
http://www.priceline.com