Applet creation and running in a Browser

Can someone point me to a tutorial or docs that show me how to make a small applet in Java and embed it in the browser (IE or Firefox)?

Specifically I a looking to make an applet to control from Javascript that can open a socket on the server (same computer the web page and applet will be on) and do some back and forth communications with an application that runs there.

Thanks

[398 byte] By [imok] at [2007-11-26 7:59:06]
# 1

If you want to incorporate an applet in a JSC project, see this resource:

Adding Applets to Web Applications Built with Sun Java Studio Creator 2

(A link to it is at the top of this forum's topic listing.)

If you want to create an applet to run in a web browser (that is, not related to a JSC project) see here:

http://java.sun.com/docs/books/tutorial/deployment/applet/index.html

ChuckBing at 2007-7-6 20:27:09 > top of Java-index,Development Tools,Java Tools...