Is it possible the communication between JSP-Applet & Applet-JSP? If possible please explain to me how is it possible?
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
1
posted
0
Since the whole purpose of a JSP is to make HTML coding simpler, there is no reason to use a JSP if you just want to communicate with an applet. Using a servlet is much cleaner. Paul Wheaton has some classes designed for servlet - applet communication sitting around somewhere on Javaranch, but I don't remember exactly how to get to them. Bill
Originally posted by William Brogden: Paul Wheaton has some classes designed for servlet - applet communication sitting around somewhere on Javaranch, but I don't remember exactly how to get to them.
JavaBeginnersFaq "Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
rgopi
Greenhorn
Joined: Jan 10, 2001
Posts: 9
posted
0
Hi, Yes using a servlet as a middle tier.
Bye Gopinath ------------
Originally posted by jyotsna varma: Is it possible the communication between JSP-Applet & Applet-JSP? If possible please explain to me how is it possible?