I just realize when I press a button many times fast in the UI for fetching data from the server, I get redundant result. From race condition i guess.
Should i add "synchronized" on the execute method's on the server. Or should i use some client mechanism?
What do you think is the best solution?
Regards
Fille