In fact, patch
http://code.google.com/p/wave-protocol/source/detail?r=c6765f3b3f67e2cdd80faa06b8e4290de1b89260
already
allows to use web.xml. Use of Guice servlet registration was also discussed
at http://codereview.waveprotocol.org/552005/show in the context of enabling
easier integration of WIAB with other projects.
Nelson, it seems like you already advances toward the solution, would you
like to submit an official patch? You can find instructions at:
http://www.waveprotocol.org/get-involved
<http://www.waveprotocol.org/get-involved>Yuri

2011/3/28 Nelson Silva <[email protected]>

> Sorry, forgot to add my addServlet method which would be something like:
>
>    @Override
>    public void addServlet(String s, Class<? extends HttpServlet> servlet) {
>        LOG.info("Serving " + s + " with " + servlet.getSimpleName());
>        serve(s).with(servlet);
>    }
>
>
>

Reply via email to