Airline reservation system project in java

Airline Flight ticket booking system in java can be used by BCA, MCA, BSc, MSc, computer science and information technology students.

PROJECT SOURCE CODE

Sponsored Links

Airline flight reservation system project helps in booking air tickets online. This project can be developed in JAVA, asp.net and PHP. When you start to develop your project, the first question that comes in your mind is on which technology I should develop my project. Should I use JAVA or .Net or PHP?

PROJECT REPORT

Sponsored Links

According to me it depends on your interest and you can also check that in which technology you can get job easily.

You can download project report, PPT and source code from the end of this article

When you select any Software development technology you should keep the following things in your mind.

  • 1. Do you have good knowledge of Java or ASP.NET or PHP?

  • 2. Do you want start career as java developer or Asp.net or PHP developer.

If you want to select JAVA to develop your final year project you should cross check java and asp.net to confirm what is more beneficial. You should ask following question with yourself.

  • 1. Are you interested in learning java and want to develop your final year project in java?

  • 2. Do some markets research to confirm that you can find job easily in java programing?

  • 3. You should also keep in your mind that Performance of java in your project. Are the tools available that can help you in developing your project?

  • 4. Does the development process is easy and fast in java for your project.

It would be much appreciated if you take advice of people with experience in both java and asp.net. They can give an overview and their own subjective view about which you should choose and why

If you are willing to develop airline reservation system project in java, you can use this project report but for that you have to do some changes in Project report in technology used section.

8.2 ER DIAGRAMS of Airline ticket Reservation system Project

Figure 1

ER DIAGRAMS of online Airline flight ticket booking system Project in java

Sponsored Links

8.3 Tables created in database to store data of airline reservation system.

FEEDBACK TABLE – This table has 5 attribute. In this table feedback data is stored. When users send any feedback from airline reservation system then this is stored in this table in database. This feedback msg can be check by admin.

FLIGHT SCHEDULING TABLE- Scheduling table has the attribute like file name, number of seats and price of each seats. when admin update the schedule of the flight the it is stored in this table.

AIRLINE TICKETBOOKING TABLE: Ticket information is stored in this table. From this table we get the information like passenger name reserved ticket number, number of passengers etc

AIRLINE USER REGISTRATION TABLE : this table contains the user credentials like user name password, gender and phone number.

Below is the login form of the airline reservation system project. In login page, we have two text box, Login name and password. This is the first page when user comes to the airline booking system.

When user enter valid username and password then clicking on submit button displays user panel. If entered username is invalid, error message is displayed.

On this airline system login page there are also forgot password link. If user forgot password then he can retrieve his airline flight ticket booking system project password. Password is send to user’s email id that he has given on registration form. Admin can login from this screen to schedule flight and price of the ticket. If admin want to login to system then user has to select admin in type list box.

Figure 2 Login screen - airline flight ticket reservation system project in java

Description: This is login form for user and admin.

REGISTRATION FORM

Figure 3 - Registration form - airline flight reservation system project in java

Description: This is registration form for registering with site, registered users will be provided with unique username and password.

Sponsored Links