The InfoBus architecture addresses Beans talking to one in a single JVM not across multiple JVMs; while RMI (Remote Method Invocation) is intended for communication across JVMs (different Java Virtual Machines across the network). As for IIOP, one can envision a JavaBeans component that uses RMI to talk to something on another JVM and then publishes the data on the InfoBus.
Additionally, RMI could be used to allow components in different security classes to communicate within the same JVM.
Posted Date:- 2021-10-12 00:42:38
How stateful transactions maintain consistency?
List some key elements in persistence API?
What are the ways through which the EJB control can be extended?
Enlist the technologies embraced in J2EE.
How to call one EJB within another EJB?
Differentiate singleton session bean vs. stateless session bean?
Key applications of EJB container?
How an EJB can be Stateless created?
What is the relationship between Enterprise JavaBeans and JavaBeans?
How to implement a bound property in your bean application?
How and when will the JavaBeans Migration Assistant to ActiveX be available?
Why would a developer need the JavaBeans Migration Assistant for ActiveX?
Can JavaBeans use DCOM as its network model?
Does the InfoBus compete with JavaBeans?
What are the properties of java beans?
What are/is Enterprise JavaBeans?
Who is developing the JavaBeans Migration Assistant to ActiveX?
Why is the JavaBeans Bridge for ActiveX only available on Windows/X86?
What is the relation between the InfoBus and RMI?
Difference between java Beans and Enterprise Java Beans?
Is the InfoBus client side only?
Will the general public have access to the InfoBus API s?
How does the InfoBus relate to JavaBeans?
How to create bound property in bean application?
What is the serializable class in java beans?
How to control serialization in java beans?
What is introspection properties in java beans?
What are introspection API in java beans?
Name the attributes of javax.ejb.Stateful.
List down the steps for the demonstration of EJP persistence mechanism.