| Sign In/My Account | View Cart |
| Article: |
Introducing JBoss Remoting | |
| Subject: | What is remoting | |
| Date: | 2005-02-25 07:49:38 | |
| From: | greggwon | |
|
This is about making remote procedure calls, RPC... This is completely different than the distributed computing model that RMI with mobile code enables. This is just a new version of CORBA...
|
||
Showing messages 1 through 1 of 1.
JBoss Remoting does support mobile code, but through any pluggable transport. If the client doesn't have code the server has, the client asks for these class definitions. Same if the server doesn't have client code. Of course, this can be secured as well...
Bill