Even though I can read .pom configuration files, I'm not strong in 
configuring them myself, when it comes to multi-module project. Especially 
when it comes to packaging servlets as *jar*. So I introduced the new 
module *sandbox-server-lib*. But which files should it consume from 
*sandbox**-server*? E.g. if I move only 
*com.mycompany.GreetingServiceImpl.java* under *sandbox-server-lib* I won't 
have servlet mappings, necessary for jetty to operate during tests in 
*sandbox-client* (should I duplicate some files and have them in both 
modules)? If I move */src/main/webapp,* then I'm not even sure what will be 
left for  *sandbox-server* to package as *war* and how to deploy it in 
container. And which dependencies, plugins and configurations would 
*sandbox-server-lib's* pom require (and what left from *sandbox-server* after 
all these operations)? I know I'm terribly lost :)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to