Interface description language
From Wikipedia, the free encyclopedia
Categories: Articles to be merged since March 2008 | Computer languages | Specification languages | Data modeling languages
Not to be confused with IDL (programming language).
An interface description language (or alternately, interface definition language), or IDL for short, is a specification 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 Java. 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, IBM's System Object Model, the Object Management Group's CORBA, Facebook's Thrift and WSDL for Web services. Interface description languages
See alsoExternal linkses:Interface description language fr:Interface description language gl:Interface description language it:Interface Description Language nl:Interface description language ja:インタフェース記述言語 pl:Interface Definition Language pt:Linguagem de descrição de interface ru:Язык описания интерфейсов sk:Interface description language fi:Rajapintojen kuvauskieli sv:Interface Definition Language uk:Мова описання інтерфейсів |


