forked from JacORB/JacORB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (42 loc) · 1.83 KB
/
index.html
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
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>JacORB 3.0</title>
<LINK rel="stylesheet" type="text/css" href="doc/jacorb.css">
</head>
<body>
<H1>JacORB - the free Java ORB</H1>
<blockquote>
<H2>License</H2>
<P>For copyright information please see the file <A
href="doc/LICENSE">LICENSE</A>, which contains the GNU Public Library
License plus the license files of any third-party software contained
in this disctribution.
<P>In <tt>src/java_cup</tt> there are a few classes from the Java_Cup
parser generator that are necessary to run the IDL compiler. These are
redistributed here with permission from Scott Hudson. The source files
in <tt>java_mapping</tt> replace some of the
automatically generated classes in <tt>org/omg</tt> according to the
rules of the Java language mapping.
<H2>Installation</H2>
<P>For installation (and optional building) instructions please see
the <A href="doc/install.html">installation documentation</A> and the
<A href="doc/ProgrammingGuide.pdf">Programming Guide</a> available in
the doc/ subdirectory and from the JacORB web pages at <A
HREF="http://www.jacorb.org">www.jacorb.org</A>.
For release notes see the file <A
href="doc/REL_NOTES">REL_NOTES</A>. The build file in this directory
can be used to remake and recompile all of CORBA and the CorbaServices
Naming, Trading, Transaction and Events.
<P>After installation, please have a go at the examples in
<tt>demo/</tt>. In <tt>idl/omg</tt> we provide the complete IDL text
of all of COSS for you to play with.
<H2>Documentation</h2>
<ul>
<li><A href="doc/ProgrammingGuide/ProgrammingGuide.pdf">JacORB Programming Guide</A>.
<li><a href="doc/api/index.html">API Documentation</a>
</ul>
</blockquote>
<p class="bottompar">Gerald Brose, <a href="mailto:[email protected]">[email protected]</a>, May 2004.</p>
</body>
</html>