hessian

How to integrate Hessian with Guice?

We're looking at technologies for an up and coming project here and I really want to use Guice as our dependency injection framework, I also want to use Hessian for client/server comms, but it doesn't seem to be compatible with Guice. public class WebMobule extends ServletModule { @Override protected void configureServlets() { ser...