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. |
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 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. |
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 Presentations - http://grisby.org/presentations/
Duncan Grisby's presentations and tutorials about CORBA and distributed applications. |
IDL-to-Java Mapping, Part 1 - http://www.ibm.com/developerworks/library/co-corbajct4/
How discrete component interface definitions translate to Java elements. |
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. |
Implement a CORBA Client and Server - http://code.activestate.com/recipes/81254/
ASPN Python cookbook recipe. |
Introduction to CORBA - http://www.javacommerce.com/displaypage.jsp?name=index.sql&id=18212
A tutorial with examples in Java. By Sudhir Ancha. |
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. |