Hi Cristian, There is no such system at present. In the past I have had to do this once, and achieved it by managing the Guice injector as a spring bean itself (and using <factory-method> to getInstance).
Dhanji. On Sat, Aug 15, 2009 at 6:50 PM, Cristian Vasile Mocanu <[email protected]>wrote: > > Hello, > > I would like to integrate Guice with Spring. I read about > SpringIntegration which integrates Spring into Guice. > Is there a reverse to that? I would like to integrate Guice into > Spring, keeping Spring in control. > > What I am looking for is a spring BeanFactoryPostProcessor (or > something of that kind) that takes a Guice module bean and produces > Spring BeanDefinitions. > > If nothing like that exists yet, I might want to write one (if I find > the time for it). To do that, I would need to know if there are any > big differences between a Spring BeanDefinition and a Guice Binding. > > Thank you, > Cristian Vasile Mocanu > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
