OOPortal
J2EEOnline RationalDB
prev next prev next
  Course navigation
 
Lesson 1
Java mapping: Constructed types
    In this module, we will conclude our tour of IDL-to-Java mapping by examining how IDL constructed types are mapped to Java and how the resulting generated Java code is used.
Module objectives
By the end of this module, you will be able to
  1. Describe how IDL structs, sequences, and enums map to Java
  2. Use the Java generated for structs, sequences, and enums
  3. Describe how IDL exceptions map to Java
  4. Use the Java generated for exceptions
  5. Describe how IDL unions and arrays map to Java
  6. Use the Java generated for unions and arrays
In the next lesson, you will learn the Java mapping for IDL structs.
  Course navigation