diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 12:25:12 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 12:25:12 +0800 |
commit | 3647ae57f45962488692cfd048857a154c4dfafc (patch) | |
tree | 530c2259c9b4276082af7e986a816ded8bbf55aa /java/infobus/pkg-descr | |
parent | 0b3b5dc1ba8e8d7613b85632d44a4a799d40fd7f (diff) | |
download | freebsd-ports-gnome-3647ae57f45962488692cfd048857a154c4dfafc.tar.gz freebsd-ports-gnome-3647ae57f45962488692cfd048857a154c4dfafc.tar.zst freebsd-ports-gnome-3647ae57f45962488692cfd048857a154c4dfafc.zip |
Initial import of infobus version 1.2.
Enables dynamic exchange of data between JavaBeans(TM).
PR: 13163
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
Diffstat (limited to 'java/infobus/pkg-descr')
-rw-r--r-- | java/infobus/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/infobus/pkg-descr b/java/infobus/pkg-descr new file mode 100644 index 000000000000..2b60ec15a301 --- /dev/null +++ b/java/infobus/pkg-descr @@ -0,0 +1,9 @@ +InfoBus enables dynamic exchange of data between JavaBeans(TM) component +architecture by defining a small number of interfaces between cooperating +Beans and specifying the protocol for use of those interfaces. The +protocols are based on a notion of an information bus. All components +which implement these interfaces can plug into the bus. As a member of the +bus any component can exchange data with any other component in a +structured way, including arrays, tables, and database rowsets. + +WWW: http://java.sun.com/beans/infobus/index.html |