How do you maintain rich OR mapping in client.

For example CUSTOMER has many ORDERS and each ORDER has many ITEMS.

Now GWT makes DIFFERENT ajax calls wherein CUSTOMER, ORDER, ITEM are
loaded at separate times (eager fetching does not look good thus lazy
fetching only).

Thus do you manually map objects again in client ( or do you store
CUSTOMER, ORDER, ITEM  in separate shared variables or something
else.....).

I am sure you experts out there must have some directions for us.

-- 
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-tool...@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