start with com.google.inject.internal.InjectorImpl#getInstance(Class) and track back from there. If you can trace it under a debugger you can probably learn a lot, quickly.
Short answer: No JNDI. Logically, it's a big ConcurrentMap<Key,Provider> but of course the implementation is rather more complex. -dg On May 16, 8:00 am, mayumi <[email protected]> wrote: > Hi I am reading the source code to understand how this framework works > internally and I am not clear how the Injector looks up for a instance > give Key? It will be helpful if you could refer to a particular file > for an example. > > Thanks. -- 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.
