Java Beans Question:
Download Questions PDF

Is the InfoBus client side only?

Answer:

Yes. InfoBus is typically used to communicate among Beans at the client, and it can also be useful for sharing information among components at a single server site. The initial version of InfoBus is not distributed, and is therefore not intended for transmission of data between clients and servers.

A variety of Java communication services, including JDBC, CORBA, and RMI can be used by InfoBus components for access to distributed data. For example, the ESuite Data Access component is a Bean that connects any JDBC compliant data source to the InfoBus. Once the data is on the bus, it can easily be imported by any InfoBus Data Consumer, such as a spreadsheet, chartingcomponent, word processor or data analysis tool.

Download Java Beans Interview Questions And Answers PDF

Previous QuestionNext Question
Will the general public have access to the InfoBus API s?Difference between java Beans and Enterprise Java Beans?