guice
Dependencies injection in MethodInterceptor
I have MethodInterceptor with dependencies. How could I inject them? Here, in 2007, Bob Lee said that this possibility should be included in next release, but I can\'t find API for this.[详细]
2023-02-25 01:01 分类:问答ServletContext.log() not logging
Log output of my RemoteServiceServlet (GWT) is not shown in Logfiles or Stdout when using getServletContext().log(\"anything\");[详细]
2023-02-23 05:51 分类:问答GWT, Guice ServletModule and GWT RPC problems with servlet.init()
I\'m refactoring a GWT app and plumbing in Guice to remove some of the cruft thats developing in our web开发者_开发百科.xml. I\'m using guice to map the RPC services called by GWT client code. Roughly[详细]
2023-02-22 16:27 分类:问答Problem with ProGuard and RoboGuice with @Inject annotations
I\'m having some problems with proguard when optimizing my android app. It seems that there is something done to an annotation class (@com.google.inject.Inject) which Dalvik/Harmony is not happy with[详细]
2023-02-22 14:58 分类:问答Get an Guice Injector in a web application
I\'m looking how I could get an Injector using Guice in a web application. I already found a solution using ServletContext, but I\'m not really satisfied by this solution, because it breaks the layer[详细]
2023-02-22 11:10 分类:问答Encountering Database Deadlock with JPA when persisting objects with persisted references
I have been struggling with this problem for a few days and I can\'t quite find a solution that I am happy with.I can probably work around it via various degrees of indirection, but this seems like th[详细]
2023-02-20 09:47 分类:问答Inject into anonymous inner class (GIN)
I have something like this: request.findAllProjects().fire(new ExtReceiver<List<ProjectProxy>>() {[详细]
2023-02-20 01:02 分类:问答Can I use already bound instances in Guice's Module.configure()?
I\'d like to bind a MethodInterceptor in my module\'s configure() method, like this: public class DataModule implements Module {[详细]
2023-02-19 11:20 分类:问答Guice: How to dynamically update definitions in a module w/out losing preexisting singletons
I would like to (re)create another Injector using the definitions already a part of another Inj开发者_如何学Pythonector with the following:[详细]
2023-02-19 07:32 分类:问答Error injecting constructor, org.hibernate.HibernateException: Unable to instantiate default tuplizer
Does anyone know how to get rid of this? 22.03.2011 09:52:43 org.apache.catalina.core.StandardContext filterStart[详细]
2023-02-18 19:35 分类:问答