I need to build an applet as servlet front end. The servlet and the
applet would be separate servers. Is that possible since I read the java
applet cannot make any network connections except to the host that it
came from ?
Is there is any exception to the rule when it concerns http connection
(to servlet from another host).
Please inform if anybody knows.