Very new to GWT. start playing with it. It looks like the design of GWT is trying to have all the UI components modularized and then everything happens in one page. In old fashioned JSP/JSF world, the controller servlet decides which page to load and each page layout its own UI components and load its own beans on the backend. But in GWT, I cannot find an answer how to implement application in this fashion. In Gmail, when you compose email, you can have it pop-up a new window to edit your email, you can also have gchat window pops up. How was that implemented? Is it possible to dynamically load a new window and tells this window to load one of the modules ?
For example: let's say I am design an application monitoring several servers. Main window will show a high level health status of each system, when I click on the icon represent the system, I wish to have a new window pops up and load a whole different UI, with much detailed info of that server looks like windows performance monitor and self refresh in that individual window. How to implement such feature in GWT??? -- 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.
