Parts
The CORBA components included in the Functional Developer Enterprise Edition are:
- 1. An IDL (Interface Definition LanguageTM) compiler
- This comes in two forms:
- (i) some DLLs linked into the Functional Developer development environment, and console Dylan compiler, to allow IDL files to be included in Dylan projects. This integrates CORBA into the Functional Developer project manager and build system.
- (ii) a standalone IDL compiler called:
console-scepter.exe
- in the
Bin subfolder of the top-level Functional Developer installation folder.
- 2. An ORB runtime library
- This is a single DLL called:
dxorb.dll
- (for some value of x) in the
Redistributable subfolder of the top-level Functional Developer installation folder.
- 3. Some example CORBA projects including:
-
hello-world
-
bank
-
chat
- in the
Examples subfolder to the top-level Functional Developer installation folder.
- 4. The manual Developing Component Software with CORBA