Dagim T.

asked • 01/08/15

hi there, is any body can help me about java rmi server,client ,databse

am java programming student am so confused in remote method innvocation

Anthony F.

DatabaseServer.java
 
import java.rmi.*;
import java.rmi.registry.*;
import java.net.*
          .
          .
          .
DatabaseClient.java
 
import java.rmi.*;
import java.rmi.registry.*;
import java.net.*;
          .
          .
          .
DatabaseInterface.java
 
import java.rmi.*;
public interface DatabaseInterface extends Remote
{
         public void add() throws RemoteException;
}
 
To perform database steps client app has to call an RMI method on the server app...
Report

11/09/15

1 Expert Answer

By:

Henry T. answered • 11/30/23

Tutor
New to Wyzant

Experienced Java Tutor: CS Graduate with 5+ Years Professional Ex

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.