Conventions used in the IBM Director SDK
- Programming environment
- Programming examples used in the SDK will show how to program using
the Eclipse development environment
- Programming samples
- We will use a fictional company "BobCo" for the programming
examples used in the SDK.
Common terms
- IBM Director Server
- A Java application that maintains the management data.
- IBM Director Console
- A Java application that is the IBM Director user interface
- Extension class
- The main class that you write to make you code run on the Directro
Server
- Extension file
- A text file that describes your extension to IBM Director
- Resource bundle
- A type of Java class used to store translatable table strings.
- Ras Log
- A file, used mainly on the IBM Director Server, used to log debug and error
messages received from Java code.