Issue 259: [patch] a guice based JNDI provider http://code.google.com/p/google-guice/issues/detail?id=259
New issue report by james.strachan: This patch provides a Guice based JNDI provider. While Guice Ioc is a general replacement for JNDI - there are times when developers need to work with JNDI (e.g. for JSR250/EJB3 or legacy reasons) and sometimes there is value in some kind of Registry or Service Locator pattern. So this patch provides a JNDI provider which uses Guice to create an Injector from one or more modules and then exposes the bindings from the injector into JNDI. This lets you use Guice to fully create the entire JNDI context in a simple easy way letting folks use Guice for all their IoC needs while using JNDI if it is required. I can't create wiki documents in guice so for now I've created a wiki document in another project to describe how to use this JNDI provider and how to bind Guice bindings to JNDI http://code.google.com/p/camel-extra/wiki/GuiceJndi Attachments: a_guice_jndi_provider.patch 38.6 KB Issue attributes: Status: New Owner: ---- Labels: Type-Defect Priority-Medium -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice-dev" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
