Next Previous Up Top Contents Index

4 Writing and Compiling IDL

4.2 Compiling IDL for a CORBA application

Functional Developer includes an IDL compiler, Scepter, that it uses to check and compile IDL files into Dylan libraries. These libraries provide essential infrastructure for CORBA-based applications in Dylan.

The libraries are built according to the specification in Appendix A, "An IDL Binding for Dylan". That document is a draft specification for a standard mapping from CORBA IDL to the Dylan language. Briefly, the specification states that:

IDL declarations are mapped to Dylan according to these rules. The resulting libraries provide a Dylan protocol equivalent to the IDL.

4.2.1 - Libraries created by compiling IDL
4.2.2 - IDL files in Dylan projects
4.2.3 - Compilation steps

Developing Component Software with CORBA - 26 May 1999

Next Previous Up Top Contents Index