Implementing the Client in Java
// Java
package hello;
import org.omg.CORBA.*;
import java.io.*;
public class Client
{
public static void main(String args[])
{
ORB orb = ORB.init(args, new java.util.Properties());
Initialize ORB
BOA is not required for the client
Previous slide
Next slide
Back to first slide
View graphic version