I want to know if an applet made in java, can send data to the server and store it on a data base. I’m trying to make something that is executed on the client side and gather information from the execution (sort of a game, i need time, correct and incorrect clicks). Is it better to do with JApplets or JavaScript?
For a description of what I need, you can see this
Thanks!
Your appet can communicate with the server which delivered the code for the applet. If you need more than that, you need to sign your code and ask for extra priviliges.