Thanks for input. I need to know how to make a rpc call from module2 to module1. I have server class running in module1 and i have to invoke the methods in module1 from client of module2.
how to acheive this? Also, i need to check that same session flows from host page of module1 to host page of module2 when i open module2 host page in a new window. Thanks Deepak On Fri, Nov 18, 2011 at 11:35 AM, -sowdri- <[email protected]> wrote: > You can have as many modules as you want for the same client/server code. > And you can reuse the same services across modules. > > Just understand that you create multiple module definitions (.gwt.xml > file) and a corresponding host pages for each of them. > > And if you want to pass data/info across module, pass it as url parameter. > > If you are using Activities/Places, then the parsing will take place in > the PlaceTokenizer for the DefaultActivity. > > Hope this helps, > -sowdri- > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/k1skH_FXGSwJ. > 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. > -- Deepak Singh -- 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.
