Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello i want to know if i can do server side event handling like for example i want to detect a keyboard or mouse event on the server and inform it to client system..can i do this using servlets ,or can i use anything else.. plz help..
Posted
Updated 4-Feb-10 1:09am
v2

1 solution

You could do this but it would involve a lot of traffic and needless comunication.
The big problem is you'll need to handle the events client side to pass them through to the server.
A better approach would be to decide at what atomic level you should be communicating client action. For example, let the cleint deal with input into fields and only call the server for validation of data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900