aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB,RMI,CORBA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB,RMI,CORBA" Watch "EJB,RMI,CORBA" New topic
Author

EJB,RMI,CORBA

PRITAM POTNIS
Greenhorn

Joined: Aug 31, 2000
Posts: 9
WHAT ARE THE MAIN ARCHITECTURAL DIFFERENCES BETWEEN
EJB,CORBA,RMI ???
David Freels
Ranch Hand

Joined: Feb 01, 2001
Posts: 102
Originally posted by PRITAM POTNIS:
WHAT ARE THE MAIN ARCHITECTURAL DIFFERENCES BETWEEN
EJB,CORBA,RMI ???

EJB is a specification for writing software (in java) that is container independent. IE if I write some EJBs, they can be deployed on any app server that runs EJBs. EJBs are also components that can be bought and sold like regular javabeans.
CORBA is a language/platform independent spec used to pass objects across the network and between different apps.
RMI is a java only spec for passing objects between a client and server. RMI is kinda like RPC.
Hope this helps.
David
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EJB,RMI,CORBA
 
Similar Threads
CORBA clients connects with Java thru ?
CORBA client connects with Java(EJB) servers ???
ADVANCED JAVA
Interaction of Java with Mainframes
Are Remote Objects Thread Safe