I have an MVP app and would like to use EntityProxys as my DTOs but I'm confused about something.
I have a widget that creates an entity. To do this, I get a RequestContext, create an instance of the EntityProxy, set the data, and then put the new entity on the event bus. My presenter gets the new entity and tries to persist. However, the presenter will have a different RequestContext than the one used by the widget to create the entity proxy. Is this a problem? Should I include the request context with the entity in the event? (Which seems kinda weird and wrong and icky.) -Michael -- 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.
