Version 3.x of the Spring Framework, use [tag:spring] for general Spring related questions.
I have two types of controllers in my spring application. View controllers that forward to views to generate HTML API …
spring spring-mvc spring-3Please help me with learning the basics of Spring 3 MVC better, I was trying to learn about Spring JSR 303: Bean …
spring-mvc bean-validation spring-3 jsr validationerrorAs of Spring 3.0 the ScheduledTimerTask is deprecated and I can't understand how to upgrade to org.springframework.scheduling.concurrent. <…
java spring spring-3When trying to install a module using Maven, it throws up the following error: org.jasypt.exceptions.EncryptionOperationNotPossibleException: Encryption raised …
java maven encryption spring-3 jasyptI need to get a visitor's locale in my JSP pages so that I can properly display a drop down …
spring jsp jakarta-ee spring-mvc spring-3I am new to Spring and trying to deploy and run my first spring web application using Maven.For more …
java spring-3 servlet-2.5I am very new to Quartz and I have some doubts about the jobs lifecycle. Let's suppose I have a …
java quartz-scheduler spring-3 job-schedulingI'm using Spring 3.2.0. I have registered a few custom property editors for some basic needs as follows. import editors.DateTimeEditor; …
spring spring-mvc spring-3 databinder propertyeditorWhy is spring not binding the values on my nested object? The SecurityQuestion object on the RegistrationBean is set with …
java jsp spring-mvc spring-3 spring-formHi I am running a maven test using maven 3.0.3 with hibernate 4.0.0 Final release and spring 3.1 on jdk7 update 2. I get …
java equals spring-3 java-7 hibernate-4.x