We have a use case to:
I checked that we can use sockets/rpc for it. I also saw that RMI/web-services are available and now confused with everything.
Could somebody point me to some good documentation about how to do this ?
Thanks in advance
RMI is going to be your simplest choice here (2 java programs running on the same box). streaming data over rmi is not straightforward, however i've written the RMIIO library which makes that fairly easy.