Building CORBA Applications

This example is specially designed to walk you through designing and developing a simple pair of interacting Java IDL applications. It begins with an overview of the steps to building a CORBA application in Java IDL. Then it takes you through every step need to produce a running server and client that interact using CORBA.

Java IDL

Java IDL is a reference implementation in Java of an Object Request Broker (ORB) that is compliant with the OMG-approved Java mapping for IDL. It is designed to provide interoperable CORBA support, including ubiquitous thin client Web access to other IIOP-compliant Common Object Request Broker Architecture (CORBA) services, for Java applications.

Java IDL is designed to work with the Web ...

Get JavaBeans Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.