I want DWR to transparently batch all remote calls that are done in the course of handling the same event.
The reason is that handling an event in Javascript must only take a short time and nothing else can happen during the same time. So if I am going to do many calls, I would like to DWR batch them transparenty. Is that possible? How?