guice
NoClassDefFoundError: GuiceServletContextListener when running GWT + GAE from Eclipse
When trying to run my project as a WebApplication from Eclipse, I have the following error: [WARN] failed com.google.apphosting.utils.jetty.DevAppEngineWebAppContext@4b903fd{/,D:\\Dev\\Projects\\The[详细]
2023-03-17 06:20 分类:问答Deferred binding failed error - Ginjector
Hi I am having a problem with my gwt app, I am having the error below although I have this inherit: <inherits name=\'com.google.gwt.inject.Inject\' />[详细]
2023-03-17 00:55 分类:问答Roboguice @Inject service confusion
private Service service; @Inject public ClassName(fi开发者_JAVA百科nal Service service) { this.service = service;[详细]
2023-03-16 03:20 分类:问答Jersey and Guice and nice JSON
I have a project which uses Jersey 1.7, Guice 3.0 and has some JAXB annotated classes which are serialized through resources to XML and JSON. I\'d like to configure the JSON output using a ContextReso[详细]
2023-03-15 03:15 分类:问答How to use google guice appropriately and efficiently
I am working on a web site and we use the Google Guice for the Dependence Inject开发者_C百科ion. Now we just use the guice to inject the constructor of the services implicitly by adding the @Implement[详细]
2023-03-14 09:50 分类:问答Guice and Servlet - General understanding problem?
I want to use Guice in a Vaadin app (but this should not be Vaadin specific). In my Vaadin MyApp (extending application class) I can use the @Inject annotation to inject the Implementations defined i[详细]
2023-03-13 11:36 分类:问答Using MockRoundtrip in Stripes with Guice
I\'ve recently introduced Guice into my ActionBeans, where previously the actionbean had its data access layer implementation hardcoded.[详细]
2023-03-12 14:49 分类:问答Sitebricks HTML files
HTML files in Sitebricks need to have same name as Models and they should exist in WEB-INF or in the same directory as models. Just wo开发者_高级运维ndering is there a way to better organise HTML file[详细]
2023-03-12 03:49 分类:问答Google Sitebricks Session Management
I explored Sitebricks website and related forums but could not find out if it support开发者_如何学Gos session management (preserving state across multiple requests) or not. Just wondering if anyone kn[详细]
2023-03-12 03:40 分类:问答Guice - How to get an instance when all you know is the interface
In all of the Guice examples I have found, getting an instance involves calling Injector.getInstance() with the concrete class as a parameter. Is there a way to get an instance from Guice using only开[详细]
2023-03-11 10:10 分类:问答