Hi, I am configuring my servlets with Guice (a joy!), but ran into this little problem: I want to map a GenericServlet (one that extends com.caucho.hessian.server.HessianServlet, so I cannot simply opt for changing it) rather than a HttpServlet.
How can I do that? The ServletKeyBindingBuilder interface seems to be all HttpServlet? Still on Guice2 btw, but this might be a good excuse to make the move (everything I have needed is working smoothly, so have just not felt the need!) if it is needed. Cheers, -S- -- You received this message because you are subscribed to the Google Groups "google-guice" 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-guice?hl=en.
