I will create a 3 GWT modules:
- app A
- app B
- app A and B

You will have the best optimization. If you add the 2 modules
separately, you will have code duplication (code for the String class
in app A and code for the same class in app B).

Olivier

On 26 mai, 11:20, Stefan Ludwig <[email protected]> wrote:
> Hi,
>
> I have to exchange datas between two GWT apps.
>
> Current situation:
> Application 1 is a stock symbol search (e.g. "IBM" or "GOOG" for
> Google) which shows the symbol results in a list.
>
> Application 2 is a stock quote application. The user has just to enter
> a symbol and he will see the current quote.
>
> What I have to do:
> A page with two divs. Div A contains app 1, div B contains app 2. Now
> I have to "concatenate" these two apps. Means, when a user clicks on a
> symbol in the result list of the search app, the quote for these
> symbol has to be shown in the app 2.
> But - both of these two apps also has to works as "standalone"
> applications.
>
> Any ideas what I have to do..?
>
> Thanks and regards
> Steff

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