RMI Section Index | Page 2

I am trying to do something using RMI Activation

What is the case for RMI? I used to do RMI before the EJB era.

What is the meaning of marshalling and unmarshalling?

A client I've written is trying to connect to a server that resides on another machine. The server is an implementation of the interface MyServer, and is called MyServerImpl. During the Naming.lookup() call in the client I'm getting a ClassCastException:

I am suddenly seeing java.lang.ClassMismatchError in my RMI application that was previously running fine. Why?

Is it mandatory for me to instantiate a security manager within my RMI server?

Is there any way by which I can force RMI invocations to always tunnel via HTTP?

Can I use Swing components within RMI?

Can I log the client-side remote calls of an RMI client?

Is it true that I cannot send data greater than 64K between an RMI client and server?

I am trying to run RMI over a SSL connection. The Server- and ClientSocketFactories seem to be straight forward but how could I specify when I request a remote object, what keypair to use for the SSL connection. That means I can't just load the keys from a static key file, I want to pass them dynamically, at least to the client.

I am using RMI, where the client is in Windows 2000 and the server is in Linux.

Is there any difference between JRMP (Java Remote Method Protocol) and RMI?

How does SOAP compare with RMI?

What are smart proxies?

About | Sitemap | Contact