nevella / alcina

Automatically exported from code.google.com/p/alcina
1 stars 2 forks source link

LocalDom ex-gwt mutation handling #23

Open nevella opened 1 year ago

nevella commented 1 year ago

go through all localdom code, make sure exceptions thrown are all LocalDomException subtypes

clean up remote access as per LocalDom javadoc

notify server max one time (once there’s one, there will be more)

add some better logging (first event, if payload isn’t too high, do send the dom (maybe base64/zipped - it’ll zip a bunch) - also the mutation logs)

see also comments in LocalDomMutations

nevella commented 1 year ago

Plan 2: (see LocalDomMutations2)