Jump to content

Java Interface Definition Language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2409:4062:2019:7f4f:78c8:d37a:d935:4ede (talk) at 08:32, 26 February 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In software development, Java Interface Definition Language, or Java IDL, is an implementation of the CORBA specification and enables interoperability and connectivity with heterogeneous objects. It is basically an Object Request Broker provided with JDK. The Java IDL enables distributed Web applications to transparently invoke operations on remote network services using the industry standards interface description language (IDL) and IIOP from Object Management Group.