This project is a Web-based Information System for U.S. Colleges.
It is a real application with more than 300 U.S.A. schools' information in its database.
It aims at providing an on-line guidance for college programs.
Client Interface program is tested on Netscape 4.0.
The program implements Client-Server structure using Java RMI.
It consists of three distinct modules:
The first is
Data Preparation module
, which extracts data from Web Pages and converts into Oracle
database.
The Second is the
Client Side module
, which offers an interface for ordinary users to query on information about schools.
On the other hand, it provides authorized user with database operations for maintainance purpose.
The Third module is the
Database Backend
, which handles queries from users, performs database access
through JDBC and displays results to client side.