Java Beans Question: Download Java Beans PDF

Can JavaBeans use DCOM as its network model?

Tweet Share WhatsApp

Answer:

JavaBeans works with any network model (i.e., to communicate between components across the network), including CORBA, DCOM, etc. JavaBeans integrates well with CORBA IDL, which is an excellent solution for customers in a heterogeneous distributed computing environment with platform independent components. However, we recommend RMI for Java to Java inter-object communication.

Download Java Beans PDF Read All 57 Java Beans Questions
Previous QuestionNext Question
Can both Java applets and JavaBeans components use the InfoBus?Why would a developer need the JavaBeans Migration Assistant for ActiveX?