There's a great presentation by GWT developer Ray Ryan here:
http://code.google.com/events/io/sessions/GoogleWebToolkitBestPractices.html

<http://code.google.com/events/io/sessions/GoogleWebToolkitBestPractices.html>He
talks about the sort of design considerations you have in mind.

- Isaac


On Mon, Jun 22, 2009 at 2:09 PM, Sean Boyer <[email protected]> wrote:

>
> Hi!
>
> I've got what is probably more of a design/practice question more than
> anything.
>
> I've got my MainEntryPoint class. It holds a TabPanel. I've got 2
> tabs, each has a custom vertical panel. One panel lists users
> (gathered from a web service). The other panel has form fields to
> allow me to add/edit a user (again, by pushing data to a web service).
>
> My problem is that I am not sure what the best way to get data from
> the list tab to the edit tab.
>
> If I were working in Struts or something, I would catch the click
> update button event, put the user object into the session context,
> advance the page to the edit page, and then extract the values from
> the session context.
>
> I haven't yet seen any examples in GWT showing complex object passed
> from a child widget to a parent.
>
> Any examples you could point to me would be great.
>
> Thanks,
> Sean
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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