  |
Implement a CORBA Client and Server - http://code.activestate.com/recipes/81254/
ASPN Python cookbook recipe. |
  |
CORBA Presentations - http://grisby.org/presentations/
Duncan Grisby's presentations and tutorials about CORBA and distributed applications. |
  |
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 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) |
  |
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. |
  |
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. |
  |
IDL-to-Java Mapping, Part 2 - http://www.ibm.com/developerworks/library/co-cjct5.html
Continues the examination of the IDL-to-Java mapping with a look at more complex types and helper classes. |
  |
IDL-to-Java Mapping, Part 1 - http://www.ibm.com/developerworks/library/co-corbajct4/
How discrete component interface definitions translate to Java elements. |
 |
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. |