In this module, you will deepen your understanding of the IDL-to-Java mapping by examining how IDL interfaces are mapped to Java stubs and
skeletons that are used in clients and servers and how to develop these clients and servers.
By the end of this module, you will be able to:
- Describe how stubs and skeletons in Java correspond to IDL interfaces
- Write a CORBA server in Java
- Write a CORBA object implementation in Java
- Write a client in Java
- Describe the purpose and use of the
narrow()
method for interface helper classes