Hi Raghu,
I donot think the environment would make a difference for Applet-Servlet Commumnication.
You can use HTTP Tunnelling to achieve it.It means you are reading and writing serialized objects through HTTP Connection.The applet opens a URLConnection to the servlet, and writes the serialized Object in the ObjectOutputStream.The servlet would read this request using the ObjectInputStream and write it in the response for the applet to read it using its(applet's) ObjectInputStream.
You would find an excellent example for this in
Developing Java Servlets by James Goodwill,Chapter 7, HTTP Tunnelling Hope this helps,
Regards,
------------------
Sandeep Desai vgdesai@bom3.vsnl.net.in
- Sun Certified Java Programmer Scored 93 per cent
- Oracle JDeveloper Rel. 3.0 - Develop Database Applications with Java Scored 56 out of 59
- IBM Enterprise Connectivity with J2EE Scored 72 per cent
- Enterprise Development on the Oracle Internet Platform Scored 44 out of 56