I have a question about get/setDataDocument. Is it possible for the robot
servlet to be called almost simultaneously so that one call could
potentially overwrite data set by another call.
For example in very simple terms, would this be safe:
JSONArray a = JSONArray(wavelet.getDataDocument('json'));
a.put(newValue);
wavelet.setDataDocument('json', a.toString());
--
You received this message because you are subscribed to the Google Groups
"Google Wave API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-wave-api?hl=en.