Introduction The issue is how to invoke a method which is located in a different process or even different machine on the network? This question causes a lot of solutions to appear such as DCOM (Distributed Component Object Model) by Microsoft, CORBA (Common Object Request Broker Architecture) which is cross platform independent, Java RMI (Remote […]
