hi,

we are migrating our web app. to GWT but it's a big app. so we will
migrate it by modules. In the Struts app. we have a toolbar with
buttons that allows to access different "modules" of the app. We would
like to migrate module a module. Let's say I have buttonA (module A),
button B (module B) and button C (module C).

I would like to know if I can call (and how) the GWT app. when I click
button C in Struts app. (I have module C in GWT) I suppose I should
call the entry page but then how can I redirect to the "page" I want ?
In the entry point I should receive some parameter (passed through the
URL) to know which page I should load ...

When the GWT app. will be load, I will have the same toolbar I have in
Struts app. Then I would like that when I call button A or B and go
back to Struts app.

I have two WAR's, one for Struts app. and the other for GWT app.

Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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