Snippets of the day – Friday, March 21, 2014
Here are some of the most recently published snippets! Simple CORBA java server This code shows an example of simple corba server in java. A CORBA server needs a local ORB object. The server instantiates an ORB and registers its servant objects so that the ORB can find the server when it receives an invocation […]