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

Difference between EJB and RMI

Preethi M
Greenhorn

Joined: Oct 24, 2000
Posts: 22
hi
can anybody tell me the basic difference between EJB and RMI?
thanks
aseem kapoor
Greenhorn

Joined: Jun 24, 2000
Posts: 14
EJB is serverside componet designing , it works on rmi in background.
whreas RMI is can be used to invoke remote methords in remote jvm's
George Brown
Ranch Hand

Joined: Sep 26, 2000
Posts: 919
Preethi,
please would you look at the JavaRanch naming policy: unfortunately, single-letter last names are less than the requirement.
Thanks.
Sean MacLean
author
Ranch Hand

Joined: Nov 07, 2000
Posts: 621
To eleaborate a bit on what Aseem wrote, RMI is the basic structure upon which EJB's are based. If you study the structure of how RMI works (stub/skeletons + naming registries) and *then* look at EJBs you'll probably notice the EBJ's are basically a higher level abstraction of RMI technology.
Sean
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Difference between EJB and RMI
 
Similar Threads
RMI and EJB
rmi/ejb
what is the difference between an rmi and a corba??
ejb and rmi
RMI