A Short Guide To Learning CORBA

Michael Le and Jun Suzuki


This web page is not intended as a tutorial on CORBA, but rather a simple guide to point you in the right direction.  The learning part is entirely up to you.  The following is a few suggestions on how you might want to approach learning CORBA.

 

Using this web page:  Start from the beginning and do the things in the order that is being specified.  

 

Start off with an overview about CORBA.

 

To begin learning CORBA, it is essential that you get the proper tools to do so.

To install JacORB, read the following documentation located on JacORB's website.

The are many sample programs located in the demo folder of the JacORB package.

Suggested demo to start: 

 

The official CORBA website:    http://www.corba.org

 

    Here you can find some official documentations about CORBA's design and interface.


Important Resources to look into

The best way to learn CORBA is to get this book:
JAVA Programming with CORBA 3rd Edition: Advance Techniques for Building Distributed Applications by Gerald Brose, Andreas Vogel, and Keith Duddy

This book contains in-depth information about CORBA using JAVA. A must have for any serious CORBA developer.
This is also a good book:
Advanced CORBA Programming with C++ by Michi Henning, Steve Vinoski

 

ON-LINE Resources

 

The following are a list a few good papers about CORBA using C++.  The papers give in depth source code example of a few basic programs to glen over for personal enrichment.  The papers also go over some useful CORBA services that are essential for development.  

The main website where most of the above articles can be found is at:

 

A complete and thorough supply of links and resources, including demos and samples.