Jump to content

Java Interface Definition Language: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta14)
No edit summary
Line 4: Line 4:
* [https://web.archive.org/web/20120629064945/http://java.sun.com/products/jdk/idl/ Sun Developer Network: Core Java: Java IDL]
* [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]
* [http://idltechnologies.com/ IDL Technologies | Android Apps Development in Kanpur | Digital Signature Company | Software & Web Development Company in Kanpur |GST Software | ERP Software]


[[Category:Java (programming language)]]
[[Category:Java (programming language)]]

Revision as of 05:37, 11 June 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.