Version 3.x of the Spring Framework, use [tag:spring] for general Spring related questions.
I'm learning Spring 3 and I don't seem to grasp the functionality behind <context:annotation-config> and <context:component-scan&…
java spring configuration annotations spring-3I am working with Spring Framework 4.0.7, together with MVC and Rest I can work in peace with: @Controller ResponseEntity<…
spring spring-mvc spring-3 spring-4I am migrating from Spring 2.5 to Spring 3. They have introduced <mvc:annotation-driven /> which does some black magic. This …
spring spring-mvc spring-3I am working with Spring 4.0.7 About Spring MVC, for research purposes, I have the following: @RequestMapping(value="/getjsonperson", method=RequestMethod.…
spring rest spring-mvc spring-3 spring-4I am using jsf and spring together in web application. I have configured datasource and session factory in one configuration …
java spring spring-3 spring-annotationsI'm trying to learn, how spring security works, so I've downloaded some sample project and then I tried to implement …
java spring spring-mvc spring-security spring-3I'm trying to add spring security to a regular JSF application. After repeated tries and I'm failing with the following …
spring-security spring-3What is the most appropriate, and standard, way to set the Content-Disposition=attachment and filename=xyz.zip using Spring 3 FileSystemResource? …
java spring spring-3 content-dispositionI have been trying to get an incredibly simple controller/view set up, and just can't make it work. In …
spring spring-3 spring-annotations