Skip to content

Client Side:A example app using RMI+JDBC to operate remote database

License

Notifications You must be signed in to change notification settings

Fibird/RMIDBManagerClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Inactive - The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

Overview

A example app using RMI & JDBC to operate remote database. You can complete basic operations for database. This is Client Side, and you must need a servr side in this repository.

Run

Double click the executable jar 'RmiClient.jar' and you can run the client side. However, you need to start server side first and you can get it from this repository.

When you have run it, a login GUI will display and you need to input user and its password, who has permissions to access remote database and do some basic operations. After that, you need to input the database name which exists in remote server.

Having done that, you can get a manager GUI, and you can do some basic operations for database.

NOTE: This executable jar is exported in Java 8 environment, so you must have Java 8 if you want to run it.

Config

You can set the url of remote server and its port according to your need.

Download

You can get it from here.

Develop

If you want to compile my source code, you need to install 'mysql-connector-java-5.0.8-bin.jar'.

About

Client Side:A example app using RMI+JDBC to operate remote database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages