Skip to content

Server Side:A example app using RMI & JDBC to connect and operate remote database

License

Notifications You must be signed in to change notification settings

Fibird/RMIDBManagerServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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 connect and operate remote database. This is server side and you also need a client side in this repository.

Run

Double click the script file 'runserver.bat' and you can run the server side. You also need a client to do some basic operations and you can get it from this repository. Besides, you need to have a database 'MySql' installed on your PC as a server side.

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

Server Side:A example app using RMI & JDBC to connect and operate remote database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages