Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Interface description language
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Computer language used to describe a software component's interface}} {{more citations needed|date=March 2022}} [[File:Component-based-Software-Engineering-example2.png|thumb|right|Representation of different software components for performing a hypothetical holiday reservation in [[Unified Modeling Language|UML]]]] An '''interface description language''' or '''interface definition language''' ('''IDL''') is a generic term for a language that lets a program or object written in one language communicate with another program written in an unknown language. IDLs are usually used to describe [[data type]]s and interfaces in a [[Language-independent specification|language-independent]] way, for example, between those written in [[C++]] and those written in [[Java (programming language)|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 system]]s and computer languages. IDLs offer a bridge between the two different systems. Software systems based on IDLs include [[Sun Microsystems|Sun's]] [[ONC RPC]], [[The Open Group]]'s [[Distributed Computing Environment]], [[IBM]]'s [[System Object Model]], the [[Object Management Group]]'s [[CORBA]] (which implements OMG IDL, an IDL based on DCE/RPC) and [[Data Distribution Service]], [[Mozilla]]'s [[XPCOM]], [[Microsoft]]'s [[Microsoft RPC]] (which evolved into [[Component Object Model|COM]] and [[Distributed Component Object Model|DCOM]]), [[Facebook]]'s [[Apache Thrift|Thrift]] and [[Web Services Description Language|WSDL]] for Web services.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)