Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
nanocontainer: Dependency-injection container
- Summary
- The scope of the NanoContainer project is to complement the
PicoContainer project, providing it with additional
functionality. The project comprises of several components
which can either be adaptions in various guises of
PicoContainer (eg composition by-class-name rather than
by-class), or adaptations to external components bringing
them closer to the Dependency Injection ideal - particularly
Constructor Injection.
NanoContainer is a Dependency Injection container that
manages trees of PicoContainers.
Changelog
- * Fri Jul 20 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.1-1jpp
-
- Upgrade to 1.1
- Switch to maven2 build
- Separate scripted containers into subpackages
- Add poms and depmap frags
- Make Vendor, Distribution based on macro
- Optional build with ant pending
- * Tue May 15 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.0-2jpp
-
- Make Vendor, Distribution based on macro
- Fix aot build
- * Wed Sep 27 12:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.0-1jpp
-
- First JPP-1.7 release
- Add post/postun Requires for javadoc
- Add gcj_support option