Abstract:
In this project, we have developed distributed query processing system with Java RMI based
system. The system is developed for the computer that doesn’t have any Oracle/SQL Server or
Database and does not have enough memory to afford Oracle/SQL Server. However, we can
achieve benefit of the Database/SQL server. Here, we introduce the necessary functions to
implement the project.
RMI (Remote Method Invocation) is used to call the distributed function to make server side
Database connection. RMI based Distributed Query Processing is a smart system to connect two
computers under a network. At first, we create client and server. There is a database in server
side to connect the server with Database through JDBC (mysql-connector.jar).The client sends
its query to the server and the sever checks the database for processing the query and after the
query processing results send back to clients.
Description:
This thesis submitted in partial fulfillment of the requirements for the degree of Bachelor of Science in Computer Science and Engineering of East West University, Dhaka, Bangladesh.