File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Distributed Java and the fly likes RMIC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "RMIC" Watch "RMIC" New topic
Author

RMIC

Sub swamy
Ranch Hand

Joined: Oct 02, 2002
Posts: 121
The following is what i came across about RMI

"The rmic compiler generates stub, and skeleton class files (JRMP protocol), and stub and tie class files (IIOP protocol) for remote objects. These classes files are generated from the compiled Java programming language classes that contain remote object implementations."

Question:
The stubs and skeleton are basically proxies which contain the smarts to communicate across JVMs. So, why does rmic have to work on the remote object implementation ? Isnt it sufficient if we work of the remote object interface ? i.e why not the remote interface be given as the argument to rmic command ?

Would appreciate if some one could throw more light into this.
 
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: RMIC
 
Similar Threads
Does anybody can explain how RMI works?
RMI implementation
Servlets and RMI
RMI Skeleton class
How to create the stub class using rmic