guice-servlet Questions

0

I'm working on a Java based web app. We're using Guice and its ServletModule to configure servlets and filters. Now, I need a Filter to be invoked even when a request is forwarded through the disp...
Stagger asked 6/10, 2017 at 9:3

1

Solved

I create a sample webapp using Guice-servlets and websocket in tomcat, now once guice filter is used websocket stop working Basic information: In my web.xml, i initialized the Guiceservlet using ...
Gerrygerrymander asked 27/5, 2017 at 12:21

4

Solved

I have web application written in Java using gucie-servlet framework being built by Maven 3. When I deploy it on Tomcat 7 container and try to access it using browser, Tomcat replies with 404 statu...
Chatelain asked 4/4, 2013 at 7:18

2

Solved

I have to use both (oddly enough ..) prefer-web-inf-classes and prefer-application-packages properties of weblogic.xml on a Weblogic 12c Server (12.2.1) It is REST application based on Jersey 1.9....
Supranatural asked 29/3, 2016 at 19:4

8

Solved

Is there any sample code demonstrating how to use guice-servlet with Jersey 2.0?
Hollis asked 24/6, 2013 at 21:24

3

Solved

I have just started using Google Guice with my Tomcat webapp, and have noticed the following in the catalina.out file whenever the WAR file is undeployed: May 16, 2011 5:37:24 PM org.apache.catal...
Impressionism asked 17/5, 2011 at 0:46

1

Solved

I was trying to get simple webapp working with Guice and JPA on Jetty, using the persistence and servlet guice extensions. I have written this Service implementation class: public class PersonSer...
Spae asked 28/2, 2015 at 21:37

1

I have a dilemma in my GAE Java app: I am trying to write a servlet that will be handled by GAE backends and it must also use Guice dependency injection to initiate all the servlet's fields. I have...
Hypoglossal asked 20/12, 2012 at 3:44

1

Solved

I am attempting to update a legacy Guice application, and I was wondering if there is any sort of preferred way of doing things when taking Servlet 3.0 annotations into consideration. For example, ...

1

Solved

I have a basic JAXRS service that I can expose easily, but for once I wish to use a dependency injection API and I suspect Google Guice will be one of the best. With this in mind, I have tried to i...
Blabbermouth asked 29/3, 2013 at 22:14

1

Solved

I'm developing a small web framework using Guice. I have a Router object that, once initialized, expose a getControllerClasses() method. I have to loop over all those dynamically returned classes t...
Percale asked 8/10, 2012 at 0:25

2

Solved

Since ServletContextListener is created by the server, not by Guice I can't find a way to make it work together. How do I get guice injector at ServletContextListener? Maybe there is better way to...

1

Solved

I'm starting to use Guice/Shiro instead of Spring/Spring Security. I have looked examples from Shiro site, and all configuration examples are made as INI-file examples. Is it possible to configure ...
Gordongordy asked 4/5, 2011 at 17:45
1

© 2022 - 2024 — McMap. All rights reserved.