Jump to content

Java Interface Definition Language: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
rm link spam
mNo edit summary
 
Line 1: Line 1:
In [[software development]], '''Java Interface Definition Language''', or '''Java IDL''', is an implementation of the [[CORBA]] specification and enables interoperability and connectivity with [[heterogeneous]] [[Object (computer science)|objects]]. It is basically an [[Object Request Broker]] provided with [[Java Development Kit|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]].
In [[software development]], '''Java Interface Definition Language''', or '''Java IDL''', is an implementation of the [[CORBA]] specification and enables interoperability and connectivity with [[heterogeneous]] [[Object (computer science)|objects]]. It is basically an [[Object Request Broker]] provided with [[Java Development Kit|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 Internet InterORB Protocol [[IIOP]] from [[Object Management Group]].


==External links==
==External links==

Latest revision as of 11:41, 1 October 2021

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 Internet InterORB Protocol IIOP from Object Management Group.

[edit]