Dear all,
I wrote an applet accessing a text file from server for further processing. Right now, its working fine - the applet and the server running on the same PC - "localhost:8080...".

Is there a possibility that firewalls block my applets when run from Internet,assume trusted applets?
What might be other risks? I am not using any servlets for handling this bottlenecks.