  |
Implement a CORBA Client and Server - http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/81254
ASPN Python cookbook recipe. |
  |
CORBA Java Code Clinic - http://www.waveman.com/etac/corba/index.html
Presents full code examples that will help develop CORBA applications in Java using VisiBroker, OrbixWeb, and JavaIDL ORBs. |
  |
Sun Developer Network: Introduction to CORBA - http://java.sun.com/developer/onlineTraining/corba/corba.html
Short course which teaches how to use CORBA as found in the Java 2 platform. |
  |
CORBA Presentations - http://grisby.org/presentations/
Duncan Grisby's presentations and tutorials about CORBA and distributed applications. |
  |
CORBA FAQ - http://www4.informatik.uni-erlangen.de/~geier/corba-faq/toc.html
Frequently asked questions. (Rob Appelbaum, Lester Claudio, Jim Watson, Marshall Cline, and Mike Girou) |
  |
CORBA Makes Remote Objects Easy - http://www.kegel.com/corba/lula.html
Introductory talk comparing CORBA with SOAP, RMI, DCOM, and RPC. Also includes some simple CORBA examples. (Dan Kegel) |
  |
Introduction to CORBA with VisiBroker and C++Builder - http://dn.codegear.com/article/27059
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. |
  |
Tutorial on Java/CORBA - http://www.geocities.com/sundar_rajan_in/java/corba.html
Explains how to write CORBA servers and clients in Java using Sun's implementation from the grounds up. (Sundar Rajan) |
  |
Practical CORBA Programming Using TAO - http://www.geocities.com/ranjeetw/toc.htm
A beginner's guide to CORBA using TAO. Explains the steps involved in configuring and using TAO under Visual C++. |
  |
Adding SSL to Java CORBA Applications (IIOP over SSL) - http://mihaibucica.3x.ro/corba_ssl.html
Describes how to add SSL support to CORBA applications written in Java. |