question on module packaging

2008-10-27 Thread Thad
I am creating a module I will create will have several servlets. It will also share several GWT RPC's with the application into which it will eventually be incorporated. I'm guessing that that I need to have of those servlets and RPCs defined in my module's *.gwt.xml file. I know I will need

Re: question on module packaging

2008-10-27 Thread olivier nouguier
AFAIK module.gwt.xml are only exposing client client code (xyz.client.**.java) during the GWT compilation process and dispatch the servlet services in the embeded tomcat hosted mode. So module.gwt.xml doesn't provide any service nor to the deployed (not embeded in GWT Shell) webapp neither to