blob: 52a269beca6ad44395d769df48d0cb73b29c510e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<!-- $Id$ -->
<html> <head>
<title><HTML>
<TITLE>CORBA and TAO Beginners' Guide</TITLE>
<BODY text = "#000000" link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff">
<HR><P>
<H3>The Beginners' Guide to CORBA and TAO Programming</H3>
The <A HREF="http://www.cs.wustl.edu/~schmidt/ACE-members.html">TAO
development team</A> is creating a set of tutorials to help TAO
newcomers learn how to use the ORB effectively. The following
links provide further information on this topic.
<DL>
<DL>
<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> <A
HREF="tutorials/Quoter/">Quoter
tutorial</A> <P>
<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> This
document is a PDF version of <A
HREF="http://download.ociweb.com/tao_dev_guide_getting_started.pdf">chapter 3</A> from <A
HREF="http://www.theaceorb.com/">OCI</A>'s <A
HREF="http://www.theaceorb.com/product/">TAO
Developer's Guide</A>. It
details the process of building and running a simple client and
server using TAO.
</A> <P>
<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
Additional tutorials are available in the <A
HREF="http://www.theaceorb.com/product/">TAO
Developer's Guide</A> available from <A
HREF="http://www.theaceorb.com/">OCI</A>. <P>
<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<A HREF="tutorials/new-tutorials.html">Developing new
tutorials</A> <P>
</DL>
<HR><P>
Back to the <A HREF="index.html">TAO documents</A> page.
<!--#include virtual="/~schmidt/cgi-sig.html" -->
</BODY>
</HTML>
|