With JDK14 Sun have introduced the POA, there were however few
examples of performing call backs using the POA.
So below is a small example program that demonstrates POA with call backs.
POA Call Back Demo (From README file in above ZIP)
=================================================================================
This is a simple demo demonstrating call back using POA and JDK14
please note that JDK14 has a bug in the Applet code and so you cannot use the POA
and Applets, hence I have used a simple Swing Application as the class.
The application is a simple chat server.
Building the class files
(1)
Run the batch file CompileIDL this invokes the idlj compiler, note it neeeds to be the
one supplied with JDK14. When successfult I get the following: