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!