1. Applet to Servlet Communication with RMI coderanch.comI'm attempting to convert an Corba application to use Applet - Servlet Communication using RMI. I've found a few references on the web but they all seem to be outdated so I just want to check the information I've gathered with the group since I've never done RMI before. I'm assuming there needs to be some sort of Naming Service that ... |
2. RMI and servlet communication coderanch.comI am trying to call RMI object from servelt. I am using tomcat 4.0.3. I tested the server using command line client , it works ok. If I place the stub file in std extns or catalina path then it is ok with servlet when servlet is used like RMI client. When I try to download stub file as in client(command ... |