guice
How to load a variable in the ServletContext when application initializes using stripes and guice?
I have read answer regarding loading variable when app starts in stripes In that KDeveloper has adviced to use Guice to load singleton object instead of the other techniques he has specified. I have[详细]
2023-03-11 05:34 分类:问答CXF and Google Guice using JAX-RS + JAX-WS
I would like to integrate CXF with Google Guice. I am already using Guice in my project and I want to avoid adding extra dependencies.[详细]
2023-03-11 03:45 分类:问答Guice And Scala - Injection on Generics Dependencies
I\'m trying to create a binding of a generic trait using Guice See how the trait is defined trait Repository[T][详细]
2023-03-10 22:10 分类:问答GWT Guice/Gin on the server side problem
Hi guys with my question. A GWT project, as i have read Gin i usable only on the client side than Guice is usable on the server side. Here is my question.[详细]
2023-03-10 09:34 分类:问答Gin problem using GWT - GWT.create(someClass.class) return different instance every time is called
here is my problem. I m using Gin in a gwt project, i m using GWT.create(SomeClass.class) to get instance ,but the problem is that i want signleton instance and for that purpose i bind that class in t[详细]
2023-03-09 19:30 分类:问答Gin problem using GWT and Guice. - java.lang.RuntimeException: Deferred binding failed for
I have a problem using Gin. Here is a simple example. @GinModules(AppModule.class) public interface AppInjector extends Ginjector[详细]
2023-03-09 14:07 分类:问答downloading guice3.0 artifact from maven central repository
I\'m trying to upgrade my struts2 web app from guice2.0 to guice3.0. I\'m trying to test it out using maven jetty.[详细]
2023-03-09 09:05 分类:问答How do I configure Google-Guice using a generic interface?
I have a bunch of entity type factories that derive from a common, generic interface. For instance, public class ConnectionFactory implements IEntityFactory<Connection> { ... }[详细]
2023-03-09 01:01 分类:问答Running inside Guice injector, @Injects not respected on `new`-ed class
We have a Swing-application we would like to add a slight touch of dependency injection to using Guice-3.0.Our reason is to migrate our old Factories into something more flexible.[详细]
2023-03-08 17:49 分类:问答Problem with configuring servletModule with Guice injecting GWT RequestFactory
I want to use GUICE on the server side with the GWT 2.3 RequestFactory. I have my class that extends the ServletModule with :[详细]
2023-03-08 12:32 分类:问答