0. Setup Java IDL compiling/running environment
1. Create a CORBA-complaint code using Java IDL
2. Compile the IDL file using
idltojava
3. Check all java codes generated by
idltojava
in
ClientApp
4. Develop the server based on
_xxxxImplBase
classes
5. JDBC code
6. Create a sample applet client
7. Compilen and Run
Material and References