Locator.create()

Thomas' replied me :
"I believe you should do it in some kind of "persist" method in a service 
instead. create() is called when sending to the server a proxy that was 
created on the client-side (for EntityProxy-s; for ValueProxy-s, it's called 
for any object sent from the client to the server, whether it was created on 
the client or just edited there)."

* Does the Locator.create function just returns a not-persisted entity ? Is 
the implementation in my case simply 'return new ContactEntry()' ?
* I am not getting it. Actually, how does the RequestFactory know that I 
updated, deleted etc an entity. Does it check the version to see if updates 
occurred ? How about deletes ?


any gurus out here ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.

Reply via email to