Hi ,
I need some help/suggestions with architecture. I started GWT slowly getting old of it. My idea is to enhance current Mail app to fit my application. I want to add following features 1) User registration (link will appear at the top panel). 2) Login application (link will appear at the top panel). 3) Update profile information (center panel). 4) Display Menu on West Panel. Following questions, I need help/suggestions 1) To display user registration is popup panel is best way or display on central panel. 2) Once user registers and login need to reload all panels, right now I am passing menu and detail panel reference to top panel and as others, so that they can make it visible widgets based on user login... topPanel.setMailDetail(mailDetail); topPanel.setShortcuts(shortcuts); 3) After successful user logs in, will make update profile link on toppanel visible as I have access to central panel, I will display update profile widget. Is it right way to do? Thanks, Sai -- 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.
