File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Connect from servlet to Applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Connect from servlet to Applet" Watch "Connect from servlet to Applet" New topic
Author

Connect from servlet to Applet

Aryan Khan
Ranch Hand

Joined: Sep 12, 2004
Posts: 289
Is it possible to establish a connection from servlet to applet downloaded from same server?
Thanks


OCP/MCP/SCJP/SCWCD/IBM XML/SCMAD/SCEA-1
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Generally, no. The applet can make a connection to the servlet and receive a response, but not the other way around.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Connect from servlet to Applet
 
Similar Threads
how to startup servlet from applet
POST method
how to startup servlet from applet code
Redirect from servlet to html (or php) web?
from a applet how can i call a servlet??