english deutsch
A Brief Tutorial on CORBA
By Kate Keahey. A short introduction to The Object Management Group's Common Object Request Broker Architecture (CORBA).
A Simple CORBA/Java Example
Explores the many areas of CORBA technology.
CORBA FAQ
Frequently asked questions. (Rob Appelbaum, Lester Claudio, Jim Watson, Marshall Cline, and Mike Girou)
CORBA Java Code Clinic
Presents full code examples that will help develop CORBA applications in Java using VisiBroker, OrbixWeb, and JavaIDL ORBs.
CORBA Makes Remote Objects Easy
Introductory talk comparing CORBA with SOAP, RMI, DCOM, and RPC. Also includes some simple CORBA examples. (Dan Kegel)
CORBA Program Development, Part 1
Provides some basics to get the new CORBA programmer started.
CORBA Program Development, Part 2
Discusses some more advanced techniques like the Naming and Event services.
CORBA Program Development, Part 3
Looks at CORBA implementations in Java to provide interoperability between platforms.
Demystifying CORBA
Introduction to using the CORBA package included with the Java 2 platform.
Distributed Applications with CORBA
A tutorial presented at the Tenth International Python Conference by Duncan Grisby.
IDL-to-Java Mapping, Part 1
How discrete component interface definitions translate to Java elements.
IDL-to-Java Mapping, Part 2
Continues the examination of the IDL-to-Java mapping with a look at more complex types and helper classes.
Implement a CORBA Client and Server
ASPN Python cookbook recipe.
Introduction to CORBA
Short course which teaches how to use CORBA as found in the Java 2 platform. (jGuru.com)
Introduction to CORBA
A tutorial with examples in Java. By Sudhir Ancha.
Introduction to CORBA with VisiBroker and C++Build
An introductory paper for those familiar with C++ and C++Builder and wanting to learn about CORBA and how to create, use, and deploy CORBA systems.
Introduction to CORBA, Part 1
CORBA basics for developing interprocess applications in multiple languages in a heterogeneous environment.
Introduction to CORBA, Part 2
Shows two other examples of CORBA applications in different languages with different ORB implementations.
Practical CORBA Programming Using TAO
A beginner's guide to CORBA using TAO. Explains the steps involved in configuring and using TAO under Visual C++.
Tutorial on Java/CORBA
Explains how to write CORBA servers and clients in Java using Sun's implementation from the grounds up. (Sundar Rajan)