-
```
When combining several features that provide guice modules that can only be
used with Guice's ServletModule, I find that I must explicitly include "new
ServletModule()" in the list of modules that…
-
This is more of a question than a feature request.
```
दर्पकः शूर्पकारातिरनङ्गो विषमायुधः । आत्मभूर्मनसिशयः पुष्पधन्वा मनोभवः ॥ ३३ ॥
glgglggl {m: 13} [8: rrgl]
lggllglg {m: 12} [8:…
-
```
There is a rule saying :
1 - Look at a constructor annotated with @Inject. If so, select it.
2 - Look at a no-parameter constructor. If so select it.
3 - Throw an exception.
Is there a reason fo…
-
```
It would be convenient to specify a servlet instance with the Servlet 2 syntax:
serve("/static/*").with(new StaticContentServlet(...));
```
Original issue reported on code.google.com by `limpbi…
-
```
What steps will reproduce the problem?
1. Same error everytime I run the suspend user
2. I can suspend users individually
3. Do I need a header in the csv
4. Users show up in the Master Template
…
-
```
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 issu…
-
```
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 issu…
-
```
It would be great to have this library with CDI or generally JSR 299
```
Original issue reported on code.google.com by `valo...@gmail.com` on 3 Mar 2010 at 2:03
-
```
Hi,
I've just been looking at using warp-persist, and whilst it seems like a
useful tool, the messy state of the svn repository makes it a bit of an
epic effort to understand the state of the pro…
-
```
When using the @Provides annotation on a method in my module extending
ServletModule and adding the servletContext as method parameter (JIT
binding), I'm getting a null for the ServletContext.
@P…