		README for the online library Project
		------------------------------------
	
Installation:
------------
	The programs written for the project are written using JDBC 
and servlets for the web interface. To run the programs following softwares 
are required :
	- Java Development Kit (1.1 or higher)
	- Java Servlet Development Kit (2.0 or higher)
	- An Sql Server compilant with SQL92 Standards
	- A Web server which supports servlets
	- A web browser for user interface

	In the hierarchy the html directory contains the html code, and 
servlet directory contains servlets. value of CLASSPATH must be set before
invoking the servlets.The sql table definitions are given in files in sql 
directory.They should be loaded into sql server.
	Also the protocol to connect to various sql servers differ from server
to server.So appropriately the code to connect to server should be accordingly
modified.
	The web server should be configured to locate servlets.
	
How to use
----------
	
	After installing the server with a servlet enabled web server,
The user just needs to point his browser to html directory.The various
interfaces for different tasks are given as links from the index.html files.
So it's a point and click interface to the task of Library Maintainance.
