How does AwareIM handle (ExtJS) Client-Side UI Data Operations ? Does each single Create, Update, Delete Operation go to the server ? Or are several such operations in a row possible WITHOUT contacting the server ? That is: Can client-side data operations be bulk-treated ? Either commit them all in one rush to the server; or cancel them altogether on the client-side only.
Providing client-side bulk operations can make for a much smoother UI Experience, I suppose.