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 applet servlet communication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "applet servlet communication " Watch "applet servlet communication " New topic
Author

applet servlet communication

kashyap parekh
Greenhorn

Joined: Dec 26, 2000
Posts: 5
i am trying to call a servlet from an applet in my html page
but when i use a genric servlet the servlet gives me an output but when i use the httpservlet the servlet gets initialised i.e the init method is called but none of the other methods are executed
i am not using the url to send the query but am using the servletInputstream and the ServletoutputStreams to get and send the data

can any one help out with this
------------------
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: applet servlet communication
 
Similar Threads
How to Send Session Object to Servlet through Applet
EJBs and Applets
transfering objects to applets
http tunneling
Will there be port collision when multiple applets access a single servlet?