Howdy all, Consider a scenario in which we have some GWT apps (each contain some modules) on the same host. We are going to develop a portal-like (= concept of a UI viewpoint to our GWT modules NOT an Enterprise Portal) app on the same host that can gather all our GWT apps under the same theme and UI. (GWT apps are UI snippets or our logics each) My question is: Does GWT provide any library or framework code to do this in design time? ( I mean we can see and access our GWT apps as widget objects in development time?) With this we can send some generic control messages to the apps/widgets that are pre-written in another project and hosted in the same host.
I guess the answer is NO, since the only way to recognize and use a GWT app in our portal is the .nocache.js bootstraper file which u can embed in your portal at runtime!? huh? any patterns? workarounds? -- 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.
