tags:

views:

33

answers:

2

Hi,

i am looking for an online tutorial in Corba and working with C++ especially. I tried to search on the internet but can't find any good ones.

I am not restricting to just tutorials. Any online guide, step-by-steps would be helpful too.

any assistance would be greatful thanks.

+1  A: 

I cannot really recommend any Internet tutorials. To get started however, you might look at OmniORB. The website has a good tutorial that gets you started with using OmniORB. A very popular free ORB is TAO, but I have not used it. It is quite popular and you're bound to find some documentation on it.

If you have the ability to acquire it, however, I highly recommend "Advanced CORBA Programming with C++". Despite the "Advanced" part of the title, is really an introduction to CORBA and takes you deep into CORBA aspects. At over a 1000 pages you really don't have to read it all, you can read different parts as you progress with CORBA. After reading a book like this, the CORBA specs make more sense. I picked up my used copy of the book for USD$5, by the way. It was well worth it.

Dr. Watson
A: 

It is not targeted at C++ specifically, but "CORBA explained simply" is a pretty good overview.

For something more C++ oriented, this TAO tutorial series is good.

Éric Malenfant