Hi, I'm creating a Extension for Guice and I want to ask if you (Guice Developers) are interested in or should/could it be listed on the 3rd- Extensions site (if you want to)
This extension is able to scan the classpath for annotated classes and bind them automatically. So my extension is doing all the Stuff with your beautiful ESL. The Configuration is done by Annotations. - bind Implementations to Interfaces (Singleton, Named, ...) - bind Interceptors - bind Configuration (Properties, Apache Commons, rocoto, ...) - automatic installation of Guice Modules - Classpath Scanning with Sonatype-Extension, Reflections (not the native Java one, the one hosted on googlecode) and my own pure one (based on ASM) - aim is to use/support existing integrations like GuicyFruit, rocoto - complete Maven-based and separated in to Modules (synced to Maven Central) - Apache License v2 - hosted on github: http://github.com/manzke/guice-automatic-injection Bye, Daniel -- 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.
