1. dependency injection of 3rd party singleton class with Spring stackoverflow.comI'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.orgHi, 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 ... |