I think that using GuiceServletContextListener instead of manual servlet registration would be a good move.
2011/3/28 Nelson Silva <[email protected]> > Hi all, > > Just wondering if it would be possible to use GWT's hosted Jetty to start > WAIB's servlets and websocket server. > I've been using remote debug but being able to launch this from the IDE > would be great. > > Could we use a GuiceServletContextListener to register the servlets instead > of relying on ServerMain ? > > This would still allow us to have a programatic configuration (only a > guicefilter in the web.xml) but could decouple from the internal Jetty > server. > >
