Blood Bank
Blood Bank
Somil
RA1411003010041
CSE-A
Acknowledgement
ModulesIn this project I use servlets. Servlets provide a componentbased, platform-independent method for building Web-based
applications, without the performance limitations of CGI
programs. Servlets have access to the entire family of Java
APIs, including the JDBC API to access enterprise databases.
For connectivity I used MySQL, which is a database used to
store data in table.
Donor Information
It will take the Donor name from the previous table donorinfo of
the same schema. In this, present date and time is taken and
stored with all the details relating to status and quantity of the
blood in another table DonorDetails.
Hospital Information:-
Blood Search-
out.println("<tr><td>"+rs.getString(2)+"</td><td>"+rs.getString(3)+"</td><t
d>"+rs.getString(4)+"</td><td>"+rs.getString(5)+"</td><td>"+rs.getString(6)
+"</td><td>"+rs.getString(7)+"</td><td>"+rs.getString(10)+"</td><td>"+rs.ge
tString(14)+"</td><td>"+rs.getString(15)+"</td><td>"+rs.getString(16)+"</td
><td>"+rs.getString(17)+"</td></tr>");
}while(rs.next());
}
else
{
not found..");
Software Requirements:
Front End
HTML
Back End
My sql, JDBC,java
Tools
Eclipse Juno
Hardware Requirements:
CPU
version.
Core i3 or higher
RAM
2 GB
Hard Disk
500 GB
ConclusionI have successfully created the program for Blood Bank which
was developed using Java,Servlet, JDBC, MySQL and
Eclipse,Tomcat Server version 7.0 , fully meets the objectives of
the system for which it was developed.