Google Guice vs. PicoContainer for Dependency Injection
You may want to include Spring in your list of Dependency Injection frameworks you are considering. Here are some answers to your questions: Coupling to the framework Pico – Pico tends to discourage setter injection but other than that, your classes don’t need to know about Pico. It’s only the wiring that needs to know … Read more