Jump to content

Interface description language

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by GTBacchus (talk | contribs) at 09:01, 19 September 2006 (dab link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An Interface Description Language (or alternately, Interface Definition Language), or IDL for short, is a computer language used to describe a software component's interface. IDLs describe an interface in a language-neutral way, enabling communication between software components that do not share a language – for example, between components written in C and components written in Pascal.

IDLs are commonly used in Remote Procedure Call software. In these cases the machines at either end of the "link" may be using different operating systems and computer languages. IDLs offer a bridge between the two different systems.

Software systems based on IDLs include Sun's ONC RPC, The Open Group's Distributed Computing Environment, Microsoft's COM, IBM's System Object Model, Mozilla's XPCOM, the Object Management Group's CORBA, and SOAP for Web Services.

External links

See also