Java Interface Definition Language: Difference between revisions
Appearance
Content deleted Content added
Dead link. Maybe in archive.org; (is this dead technology?) Then I do not bother finding it... |
|||
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 [[ |
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]]. |
||
==External links== |
==External links== |
||
*[ |
* [https://java.sun.com/products/jdk/idl/ Sun Developer Network: Core Java: Java IDL]{{dead link|date=March 2018}} |
||
* [ |
* [https://docs.oracle.com/javase/6/docs/technotes/guides/idl/ JDK 6 Java IDL-related APIs & Developer Guides] |
||
[[Category:Java (programming language)]] |
[[Category:Java (programming language)]] |
Revision as of 20:08, 1 March 2018
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.
External links
- Sun Developer Network: Core Java: Java IDL[dead link]
- JDK 6 Java IDL-related APIs & Developer Guides