Corba - Intermediate

General Programming and Mapping
  • Map IDL constructs to Java
  • Differentiate Java and IDL types
  • Good and bad programming using CORBA with Java
Client Side Programming
  • Implement CORBA clients in Java
  • Different kinds of object location (note there won't be vendor specific questions) using IOR, naming service, corbaloc or corbaname
  • Handling of parameters and return values
Server Side Programming
  • Implement CORBA servers in Java. Learn how to use the POA
  • Implement the POA policy corresponding to a given situation
  • Create and activate objects
  • Deactivate objects
Exception Handling
  • Implement and use remote CORBA exceptions
  • Implement exception chaining correctly
  • Distingush System and User exceptions
Nameservice Usage
  • Use the nameservice to register your objects
  • Lookup references from the nameservice

你可能感兴趣的:(java)