Hi Jörg, I had a look over the sample project that you've referenced and, from what I see so far, I am using a similar solution with yours.
The mmm-util-gwt project depends on mmm-util-core project. The mmm-util-core project depends on spring, hibernate, etc. libraries. My gwt project also depends on utility projects which are used for the business logic also by other modules. What I am trying to avoid is to package (via maven) all these business logic libraries, that are actually not needed, within the gwt web application. regards, Marius. On Friday, November 16, 2012 4:41:13 PM UTC+1, [email protected] wrote: > > Hi Marius, > > in that case I also have a hint for you: > > I have retro-fitted my own OSS lib for GWT. > The lib is here: > https://github.com/m-m-m/mmm/tree/master/mmm-util/mmm-util-core > > I added another module/lib that contains the GWT related config and > portation code: > https://github.com/m-m-m/mmm/tree/master/mmm-util/mmm-util-gwt > > Here you can find all required magic to make this work: > > https://github.com/m-m-m/mmm/blob/master/mmm-util/mmm-util-gwt/src/main/resources/net/sf/mmm/util/Util.gwt.xml > > Hope it helps. > > Regards > Jörg > -- 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/-/WDbL49Y9PI4J. 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.
