Hello there,

I am struggling in getting the structure of my GWT application right.

The application is supposed to be an interface to a couple of quite
distinct areas - let us say area A and B. At the moment I am trying to
implement it as an interface with two tabs - one taking you to area A
and one taking you to area B. I do not see how I can have a nice
separation of the code needed for the two different areas in this way
though - applying the MVP pattern I end up having area A and area B
code in for instance both the client.view and the client.presenter
package:

src -
  - main
      - java
          - client
              + event
              - presenter
                  + a_stuff
                  + b_stuff
              - view
                  + a_stuff
                  + b_stuff
 :

I have not been able to find some good examples of how to use multiple
modules - and am wondering if my case might be one where multiple
modules would make sense?

Hints would be greatly appreciated,
thanks a lot from Stine

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