-
Distributed Object Technology. (3 messages)
- Posted by: sonal mehendale
- Posted on: April 02 2001 04:45 EDT
The RMI, CORBA and EJB all work on the Distributed object Tecnology. Then what are the differences between them.Threaded Messages (3)
- Distributed Object Technology. by Ramasubramanian Balasubramanian on April 02 2001 09:08 EDT
- Distributed Object Technology. by sonal mehendale on April 04 2001 04:38 EDT
- Distributed Object Technology. by sahil gupta on April 04 2001 11:57 EDT
- Distributed Object Technology. by sonal mehendale on April 04 2001 04:38 EDT
-
Distributed Object Technology.[ Go to top ]
- Posted by: Ramasubramanian Balasubramanian
- Posted on: April 02 2001 09:08 EDT
- in response to sonal mehendale
Hi
Ejb is the server side component model. Distributed server
side components are developed by following the ejb spec.
Where as RMI and CORBA are the technlogies for
communicating between the components distributed across the network.
RMI is used to communictate only between java components but CORBA is language independant.
bye
Rama. -
Distributed Object Technology.[ Go to top ]
- Posted by: sonal mehendale
- Posted on: April 04 2001 04:38 EDT
- in response to Ramasubramanian Balasubramanian
How dfferent is EJB from RMI in terms of communication between componenets across network. i.e. their protocols uesd etc. -
Distributed Object Technology.[ Go to top ]
- Posted by: sahil gupta
- Posted on: April 04 2001 11:57 EDT
- in response to sonal mehendale
EJB uses RMI as its communication protocol
Sahil