Java Interface Definition Language: Difference between revisions

Content deleted Content added
DrilBot (talk | contribs)
Added {{No footnotes}} tag
 
(17 intermediate revisions by 17 users not shown)
Line 1:
{{OrphanNo footnotes|date=FebruaryAugust 20092025}}
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[[Object requestRequest brokerBroker]] 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 [[Interfaceinterface description language|IDL]] (IDL) and Internet InterORB Protocol [[IIOP]] from [[Object Management Group|OMG]].
 
==External links==
* [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]
[[Category:Java (programming language)]]
 
[[Category:Java programming language]]
 
{{softwareprog-lang-stub}}
 
{{software-stub}}