diff options
author | jestin | 2001-08-06 14:32:47 +0000 |
---|---|---|
committer | jestin | 2001-08-06 14:32:47 +0000 |
commit | 8fef6a76959160bf73064be48d4aa36b48f27412 (patch) | |
tree | 0302bba851a31c9c75973239364094a2c5fa49cb /doc/html/guide/what.html | |
parent | 5e78d21ce9c03add4bee47b0eb8ab359b639b306 (diff) | |
download | ivy-java-8fef6a76959160bf73064be48d4aa36b48f27412.zip ivy-java-8fef6a76959160bf73064be48d4aa36b48f27412.tar.gz ivy-java-8fef6a76959160bf73064be48d4aa36b48f27412.tar.bz2 ivy-java-8fef6a76959160bf73064be48d4aa36b48f27412.tar.xz |
Theses docs have been removed from this package. What a pity ! They now belong
to the ivy cvsroot. What should I do ?
Diffstat (limited to 'doc/html/guide/what.html')
-rw-r--r-- | doc/html/guide/what.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/html/guide/what.html b/doc/html/guide/what.html deleted file mode 100644 index 355f2b0..0000000 --- a/doc/html/guide/what.html +++ /dev/null @@ -1,38 +0,0 @@ -<html> -<head> - <title>What is Ivy?</title> -</head> -<body> - <table width=100% border=0 cellpadding=0 cellspacing=0><tr><th colspan=3 align=center> - The Ivy java library guide</th></tr><tr> - <td width=10% align=left valign=bottom><a href="index.html">Prev</a></td> - <td width=80% align=center valign=bottom> - <td width=10% align=right valign=bottom><a href="javalib.html">Next</a></td> - </tr></table><hr> - - <h1>What is Ivy?</h1> - <p>Ivy is a software bus designed at CENA (France). A software bus is - a system that allows software applications to exchange information - with the illusion of broadcasting that information, selection being - performed by the receiving applications. Using a software bus is very - similar to dealing with events in a graphical toolkit: on one side, - messages are emitted without caring about who will handle them, and on - the other side, one decide to handle the messages that have a certain - type or follow a certain pattern. Software buses are mainly aimed at - facilitating the rapid development of new agents, and at managing a - dynamic collection of agents on the bus: agents show up, emit messages - and receive some, then leave the bus without blocking the others. - - <p>Ivy is implemented as a collection of libaries for several languages and platforms. If you want to read more about the principles Ivy before reading this guide of the java library, please refer to <em>The Ivy sofware bus: a white paper</em>. If you want more details about the internals of Ivy, have a look at <em>The Ivy architecture and protocol</em>. And finally, if you are more interested in other languages, refer to other guides such as <em>The Ivy C library guide</em> or <em>The Ivy Perl library guide</em>. All those documents should be available from the Ivy Web site at <a href="http://www.tls.cena.fr/products/ivy/">http://www.tls.cena.fr/products/ivy/</a>. - - <p><hr><table width=100% border=0 cellpadding=0 cellspacing=0><tr> - <td width=33% align=left valign=top><a href="index.html">Prev</a></td> - <td width=34% align=center valign=top><a href="index.html">Home</a></td> - <td width=33% align=right valign=top><a href="javalib.html">Next</a></td> - </tr><tr> - <td width=33% align=left valign=top>The Ivy java library guide</td> - <td width=34% align=center valign=top> </td> - <td width=33% align=right valign=top>The Ivy java library</a></td> - </tr></table> -</body> -</html> |