From bba0d7da93db5a33f5a5e16b476d4ac5b5a88be3 Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 16 Aug 2000 18:08:19 +0000 Subject: First version of java api guide. --- doc/html/guide/what.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/html/guide/what.html (limited to 'doc/html/guide/what.html') diff --git a/doc/html/guide/what.html b/doc/html/guide/what.html new file mode 100644 index 0000000..355f2b0 --- /dev/null +++ b/doc/html/guide/what.html @@ -0,0 +1,38 @@ + + + What is Ivy? + + + + + +
+ The Ivy java library guide
Prev + Next

+ +

What is Ivy?

+

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. + +

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 The Ivy sofware bus: a white paper. If you want more details about the internals of Ivy, have a look at The Ivy architecture and protocol. And finally, if you are more interested in other languages, refer to other guides such as The Ivy C library guide or The Ivy Perl library guide. All those documents should be available from the Ivy Web site at http://www.tls.cena.fr/products/ivy/. + +


+ + + + + + + +
PrevHomeNext
The Ivy java library guide The Ivy java library
+ + -- cgit v1.1