I think that Joerg's proposal is exactly what you're looking for, though what may not be immediately obvious is how the various components relate to one another. The basic idea is that myproject-componentN-client depends on myproject-componentN-shared and that myproject-componentN-server depends on myproject-componentN-shared as well. For multiple components (number them #1 and #2), you may also have myproject-component2-client depend on myproject-component1-client, myproject-component2-shared depend on myproject-component1-shared, and myproject-component2-server depend on myproject-component1-server.
Having multiple "server" modules for a given component is straightforward as well - just have them all depend on the "shared" module. -Abraham -- 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/-/JJMdSHdEfDEJ. 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.
