Description:: Airline Reservation System A Java Project
Description:: Airline Reservation System A Java Project
Description:: Airline Reservation System A Java Project
Softwares have always created a platform to make work easier and more
accurate. The Airline reservation system a java project is not an
exception. With working employees traveling 24/7 this software speed up your
reservation process and makes it convenient for the customers to book flights
whenever and wherever!
It reduces the scope of manual error and conveniently maintains any
modifications, cancellations in the reservations. It not only provides flight
details but also but also creates a platform to book tickets, cancels or modifies
ticket timings or dates and even informs about the number of people on
board!
The software is divided into 5 parts with each having their respective
functions.
Primary Objective:
The system objectives educate us about the primary function of this Airline
reservation system a java project software. The system context deals with
easy-to-use, interactive, and intuitive graphical and telephonic interfaces.
The functional requirements consist of the bulk of the project explaining the
various functions and working of the software. It also has taken into
consideration the non- functional requirements and also the plausible future
requirements.
When a user makes a reservation or a cancellation it is identified as reserve in
file or cancel in file. This information is accepted and the details are
restored in the passenger data base, which does not cause any hindrance to
the customer.
<HTML>
<HEAD>
<%
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String dbURL = "jdbc:odbc:dwa";
Connection con = DriverManager.getConnection(dbURL, "","");
Statement s=con.createStatement();
ResultSet rs;
String value;
%>
<meta http-equiv="Content-Language" content="en-us">
<TITLE>Latest News in Medical Field</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-
1252">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0
MARGINHEIGHT=0>
<!-- ImageReady Slices (general_for_everyone.psd) -->
<TABLE WIDTH=766 BORDER=0 CELLPADDING=0 CELLSPACING=0 align=center>
<TR>
<TD>
&nbsp;</TD>
<TD>
<IMG
SRC="../Main/images/general_31.gif" WIDTH=1 HEIGHT=350 ALT=""></TD>
<TD>
<p style="margin-top: 1px">
<img
border="0" src="../Main/images/2.jpg" width="758" height="150"></p>
<p style="margin-top: 1px">
<b><font size="2" face="Verdana">Latest News regarding to
Products
of&nbsp; treatment
of any new disease and it's detail.</font></b><font
size="2"> </font>
</p>
<table cellpadding="5" cellspacing="1" align =center>
<%
out.println("<th>Nno.</th><th>Disease
name</th><th>It's
Proof</th><th>Treatment</th><th>It's
Proof</th><th>Admin has to approve</th>");
%>
<%
rs=s.executeQuery("SELECT * from tblnews");
while(rs.next())
{
%>
<font face="Verdana" size="2">
<% String st=rs.getString("n_no");%>
<% String st1=rs.getString("n_disease");%>
<% String st2=rs.getString("n_dproof");%>
<% String st3=rs.getString("n_treatment");%>
<% String st4=rs.getString("n_tproof");%>
</font>
<tr>
<td height="20" width="10" bgColor= #BFBFBF>
<font face="Verdana"
size="2"><%out.print(st);%></font></td>
<td height="20" width="138" bgColor=#6AA3D0><font face="Verdana"
size="2"><%out.print(st1);%></font></td>
<td height="20" width="138" bgColor= #BFBFBF>
<font face="Verdana"
size="2"><%out.print(st2);%></font></td>
<td height="20" width="138" bgColor= #6AA3D0>
<font face="Verdana"
size="2"><%out.print(st3);%></font></td>
<td height="20" width="138" bgColor= #BFBFBF>
<font face="Verdana"
size="2"><%out.print(st4);%></font></td>
<td height="20" width="138"bgColor= #BFBFBF ><font face="Verdana"
size="2"><%out.println("<a href='verified_news.jsp?i1=" +st1+
"&i2=" + st2 +"&i3=" + st3 +"&i4=" +
st4+"'>Verified</a>");%></font></td>
<%
}
%>
</tr>
</table>
</TD>
<TD>
&nbsp;</TD>
</TR>
</TABLE>
<pre></BODY>
</HTML>
Conclusion:
The web based airline reservation system project is just another attempt to
stimulate the basic concepts of airline reservation system. The system follows
a simple process which allows the passenger to check availability of flights by
entering the two travel cities, namely the Departure city and Arrival city.
Once this is done if the seats are available the system asks the customer to
enter his details such as name, address, city, state, credit card number and
contact number. Then it checks the validity of card and book the flight and
update the airline database and user database.
download Project Report of CSE Airline reservation system a java project.