Jump to content

Java Interface Definition Language: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
more specific stub template
Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta14)
Line 2: Line 2:


==External links==
==External links==
* [https://java.sun.com/products/jdk/idl/ Sun Developer Network: Core Java: Java IDL]{{dead link|date=March 2018}}
* [https://web.archive.org/web/20120629064945/http://java.sun.com/products/jdk/idl/ Sun Developer Network: Core Java: Java IDL]
* [https://docs.oracle.com/javase/6/docs/technotes/guides/idl/ JDK 6 Java IDL-related APIs & Developer Guides]
* [https://docs.oracle.com/javase/6/docs/technotes/guides/idl/ JDK 6 Java IDL-related APIs & Developer Guides]



Revision as of 08:33, 26 April 2019

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.