Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ialimustufa/java-rmi-example-with-db
This is a Menu Driven Program with Implementation of RMI with Database in Java
https://github.com/ialimustufa/java-rmi-example-with-db
Last synced: about 2 months ago
JSON representation
This is a Menu Driven Program with Implementation of RMI with Database in Java
- Host: GitHub
- URL: https://github.com/ialimustufa/java-rmi-example-with-db
- Owner: ialimustufa
- Created: 2018-04-16T11:21:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T11:49:14.000Z (almost 7 years ago)
- Last Synced: 2024-10-23T08:30:43.310Z (3 months ago)
- Language: Java
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-rmi-example-with-DB
This is a Menu Driven Program with Implementation of RMI with Database in JavaFirst Add the Database in Neatbeans using JAVA DB:
Database : details
Table Name:debit.
Structure:-->MyServer Folder is a Netbean Version of this Project.
Goto the Project Folder:
(Navigate to \MyServer\build\classes using cmd and fire the command)
Step 1:
Point the RMI Server file using this command:>rmic AdderRemote
then Start the Server.
>rmiregistry
Step 2:
Open the MyServer Folder in Netbeans.
Create the DB ->
Goto Services.(Refer the Image)
Now Right click on the db and click on connect.
Run->MyServer.java
Run->MyClient.java
This is the output of MyClient.java