How do you maintain mapping between Model objects at client browser?
Say for example, over the course of user conversation, there were three DIFFERENT ajax calls to load CUSTOMER, ORDERS and ITEMS. Now do you manually map CUSTOMER to ORDER and ORDER to ITEM in client to maintain mapping between Model objects.. ( or do you store CUSTOMER, ORDER, ITEM separatly with no mapping or there is a framework like hibernate mappings but for browser which maps model objects with configuration) thanks -- 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.
