Hi,
i find new GWT-API (2.1) with RequestFactory very interesting for
persistence from client side-code, however,  if i want to use/invoke
this also from handwritten javascript, i need to do the conversion
between Layer-type/JSO & EntityProxy & export it to JSNI, that creates
alot of boiler-plate code. is there any other suggestion for this
approach ?

as for JSO: how should i handle the reverse-relationship, eg: Person
has an Address,  an Address belongs to a Person, if i convert this to
JSO, will this create a "endless loop", like a PersonJSO has an
AddressJSO, which in turns contains the PersonJSO and so on .... ?

thanx alot for your help

kimi

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to