I want to execute a program on a windows machine from a java program that is running on a java server in another windows machine and return something from that executable.
While I am researching different ways to do this, I don't seem to find any popular approach.
What would be a quick but standard way of accomplishing this distributed call?
(RPC, CORBA, Sockets??)
Thanks