bineanzhou / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Make GuiceServletContextListener.INJECTOR_NAME public #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To implement GWT remote services, one needs to extend RemoteServiceServlet.
Therefore one cannot extend InjectedHttpServlet, and has to resort to
override init(ServletConfig c).

Original issue reported on code.google.com by mathias....@gmail.com on 6 Aug 2007 at 4:34

GoogleCodeExporter commented 9 years ago
As of Guice Servlet 2.0 you can directly bind and inject subclasses of 
RemoteServiceServlet, so this is no longer 
necessary.

Original comment by dha...@gmail.com on 24 Dec 2008 at 11:38