Originally posted by Colin Humber:
Does anybody know where I can find information about using applets as EJB Clients?
Never tried this thing... However I definitely think this is possible...under some constraints.
1. The J2EE Libraries and the Home/Remote interface should be accessible to the applet client.
You should be pointing to them using codebase attribute.
2. An applet can only make socket connections from the server which it is downloaded. Thus your EJB container and Webserver should be on the same machine.
I don't know of any resource but I thought that my reply would help you. Just give it a shot... and you can keep people here posted on your progress.