Hye Folks,


Well, I tried applet-servlet communication but it just didn't seem to work correctly. I am sending serialized data from the applet to the servlet. The send operation works fine cos' the applet does send data. The applet is able to connect to the sevlet and the init() method of the servlet does work too. The problem is, I don't get anything back from the servlet even though I am just sending a simple string back to the applet.

I do not want to use sockets for this problem even though I know that this would work because I do not want to complicate the entire approach.

Basically, I want a replacement for HTML by applets as my front-end.


Any suggestions, fellow java freaks?


Long Live Java....


Davender aka JaVaFLow