See JavaRemoteMethodInvocation.
RemoteMethodInvocation (RMI) is a Java-specific middleware spec that allows client Java programs to invoke server Java objects as if they were local. Since this technique is designed specifically for JavaPlatform, there is not a need to have an InterfaceDefinitionLanguage mapping. Sourced from http://my.execpc.com/~gopalan/java/java_rmi.html
Is JAX-RPC a substitute for Java-RMI as at 2005? Or are these complementary?
Anyone knows:
Searching for non Java KissWebServices with RPC type capabilities (simpler than SoapProtocol.
Thanks Michael. I have forgotten about DotNetRemoting here. But actually I am interested in this because of the search for WebServices alternatives simpler than SoapProtocol, for the DistributedInternetArchitecture and / or DotNet arena that have RemoteProcedureCall capabilities. RestArchitecturalStyle implementations don't have that, or do they? -- dl