mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7702c83488
Enables dynamic exchange of data between JavaBeans(TM). PR: 13163 Submitted by: Jose Marques <noway@nohow.demon.co.uk>
10 lines
540 B
Plaintext
10 lines
540 B
Plaintext
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
|