Dear Experts,
I am new to RMI, On my application i having 2 clients and an server.
Frist client gets data from User.
Second client Process the data (which was received by first client)
Result is displayed and First client only (Where input was received)
Server is responsible for passing the input / output data only.
Is it possible to be implemented using RMI ??
Advance Thanks,
Rengaraj.R
I am new to RMI, On my application i having 2 clients and an server.
Frist client gets data from User.
Second client Process the data (which was received by first client)
Result is displayed and First client only (Where input was received)
Server is responsible for passing the input / output data only.
Is it possible to be implemented using RMI ??
Advance Thanks,
Rengaraj.R
Comment