InitialContext ctx = new InitialContext();
POJO pojo = new POJO();
Dispatcher.singleton.registerTarget("pojo", pojo);
System.out.println("*** hello ***");
ctx.rebind("pojo", AsynchRemoting.createRemoteProxy("pojo", POJO.class, new InvokerLocator("socket://localhost:5150")));