let's say i have 2 projects the first is the gwt application while the 2nd is a simple java project, which does contain entry points and modules to be included in the application's module. so far this works fine, but what about the jars? if i use hibernate and jpa, i would need to include jars in both projects, in app projects i need to place them in the war lib folder while in the "common library" project i need to place them when i wanna release the library, isn't there a better way?
-- 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.
