rmi « Tomcat « JSP-Servlet Q&A





1. RMI or Servlets to send objects to/from applet through firewalls?    stackoverflow.com

I have an approximately 8-year old system in which java applets communicate with a custom server (written in java) over a port using sockets. At any one time, there are no ...

2. Getting 2 Tomcat servers comminicating with each other    stackoverflow.com

I have a Java web application I’m developing for a school project. There’s a requirement to have the presentation tier (servlets/jsp) be deployed to one server and business logic be deployed ...

3. tomcat and rmi    coderanch.com

4. Wich technology? Tomcat, Servlet, RMI?    forums.oracle.com

Hi all, I've got this problem: 1. I've to implement a webserver that accepts requests via GET/POST from users that wish to send SMS; 2. I'll have to store their requests-SMS and then redirect to the correct cellphone-server using POST too. Until there is no problem, because I use Servlets with Hibernate. Ok. But the problem is: SOME SERVERS HAVE A ...