Sending a message from the server to the client using Java RMI

Dear Friends,

I just would like to know on how i can send a message from the server to the client using Java RMI.

Say if the client has choosen option 1, i would like the server to send a message like (Thanks for choosing this option).

Hope to hear from you'll.

Thanking you'll in advance.

Regards

Gan.P

[355 byte] By [Gan.Pa] at [2007-11-26 20:03:42]
# 1
1. You can return the message as the response from the RMI method call.2. You can use RMI "callback" to make server->client calls. (Google for "java callback"; look in the RMI docs.)
bschauwejavaa at 2007-7-9 23:03:34 > top of Java-index,Core,Core APIs...