|
Courses Java |
|
|
InfoBus was developed by Lotus for use in their eSuite product suite. eSuite is composed of a collection of Java applets. Written in pure Java, InfoBus is used as the mechanism that allows these applets to communicate with eachother. The Infobus provides a set of enhanced interfaces that applets can use to share and exchange dynamic data. Rather than have the applets register themselves with eachother (for instance, as event listeners), each applet plugs into the same Infobus. Data producing applets use the bus to announce the availabilty of data. Data consumers request data when it becomes available. An applet can be both a consumer and producer of data simulateously. The real benefit of the Infobus is that we can assemble separate applets (at runtime) and they can communicate. They can exchange data with other vendor's applets without knowledge of any applet specific API's. By writing to a common data exchange specification, applet developers can ensure out "of the box" compatibility with a wide range of other applets. Infobus has been adopted by Sun and is supported in the BDK. Objectives
Specifications
Pre-requisites If you are building a custom course, you will need to cover these topics before this topic can be presented:
A table of contents of this module is available upon request.
Return to the Custom Order Page.
Copyright ©2007 by Petronio Technology Group, Inc. All
rights reserved. Petronio, "Targeted Technology Training", "T3"
and "Turning new technologies into your competitive advantage"
are trademarks of Petronio Technology Group. All other trademarks are the
properties of their respective companies. |