Counting the number of users in Java applet

Hi .

If I want to embed a Java applet in a web page (my web page or another's web page) , is there a way to count the number of users who activated the Java applet itself ? and is there a way to measure the time that the user used the Java applet in the web page (or average using time of the Java applet by all the users who activated it) ?

Thanks in advance ,

Lior .

[394 byte] By [ABCDEFGa] at [2007-10-3 8:45:11]
# 1
Probably the best way would be to have the applet report back to the server when it's being used.Or you could just approximate it by counting page loads with your log analysis tool. This is a lot easier but also significantly less accurate. But it might be good enough.
paulcwa at 2007-7-15 3:54:03 > top of Java-index,Desktop,Core GUI APIs...