CORBA lab. using Java
IDL
Introduction
- Hello
World!
- The example explains all basic steps in building a CORBA
application using Java IDL.
- For JDK version 1.4 or higher, use option -oldImplBase when compiling file Hello.idl :
- idlj -oldImplBase
-fall
filename.idl
- Hello
World Using Stringified
Object References
- The example explains how to use stringified object references
like file server.ior in the
assignment.
- Hello
World with Callback Object
- The example explains how to implement calback objects
Assignments
- Implementing a message
board using Java IDL.
Useful links: