Hi Marius, we are also doing maven and have a simple and consistent setup for GWT projects:
+myproject | +-+myproject-component1 | | | +-+myproject-component1-shared | | | +-+myproject-component1-client | | | +-+myproject-component1-server | ... +-+myproject-componentN | +-+myproject-componentN-shared | +-+myproject-componentN-client | +-+myproject-componentN-server As far as I know this is the most common and suggested layout for a modularized GWT application. -- 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/-/F4SFkYLEiFsJ. 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.
