Help with RMI

K

K.Z.Zamli

Dear all,

Sorry for a new bie question RMI question... Could I pass data
through RMI calls? Any help is appreciated...(i.e. sample code or
beginner's documentation would be helpful..)

Thanks
 
A

Arne Styve

Dear all,

Sorry for a new bie question RMI question... Could I pass data
through RMI calls? Any help is appreciated...(i.e. sample code or
beginner's documentation would be helpful..)

Thanks

Yes you can pass data (or objects) through RMI-calls. If you pass Objects,
make sure that the objects you want to pass implement the Serializable
interface.

Here are some examples of RMI-code:

http://java.sun.com/developer/codesamples/rmi.html

And here is Sun's guide to RMI:

http://java.sun.com/j2se/1.5.0/docs/guide/rmi/index.html

Regards
Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

RMI in java 15
RMI and references / Proxy classes 0
RMI in java 0
Battleship in RMI 0
Search Results with Pagination 1
RMI-WebService 0
Help with datascraping script 1
Help with Loop 0

Members online

No members online now.

Forum statistics

Threads
474,270
Messages
2,571,102
Members
48,773
Latest member
Kaybee

Latest Threads

Top