dependency « Web « Spring Q&A





1. dependency injection of 3rd party singleton class with Spring    stackoverflow.com

I'm using apache commons validator in few classes in my project, and I want to inject the singleton to my Class. to use the validator you need to get the instance of ...

2. dependency problem with validator    forum.springsource.org

Hi, My project is a swing fat-client based. We do not have the use for servlet.jar. I just figured out that servlet.jar is mandatory to use spring-modules-validation.jar. Is it planned to ...