-
Notifications
You must be signed in to change notification settings - Fork 180
FAQ
Randgalt edited this page Oct 26, 2012
·
4 revisions
Unlike other IoC containers, Guice does not handle: classpath scanning, lifecycle annotations, configuration/properties, validation, etc.
With a small amount of work, Governator can be used with most DI frameworks. Details here: Spring, PicoContainer, Etc..
- Home
- Getting Started
- Bootstrapping
- Lifecycle Management
- Auto Binding
- Module-Dependencies
- Warm Up
- Configuration Mapping
- Field Validation
- Lazy Singleton
- Concurrent Singleton
- Generic Binding Annotations
- LifecycleListener
- Governator Phases
- Grapher Integration
- JUnit Testing
- FAQ
- Best Practices
- Spring, PicoContainer, Etc.
- Javadoc
- End-to-End Examples