Top "Spring-3" questions

Version 3.x of the Spring Framework, use [tag:spring] for general Spring related questions.

Using @Value annotation with static final variable in Spring Framework

I want to make the Request Mappings in my Spring application dynamic. So that my url can not be understandable. …

spring spring-mvc spring-3 spring-el
Minimum JARs for Spring 3.0 dependency injection

Similarly to this question regarding an earlier Spring version, what are the minimum dependencies required for an application to use …

java spring dependency-injection spring-3
Use custom validation messages in Hibernate + Spring

I tried the steps from the answer here: Hibernate Validator, custom ResourceBundleLocator and Spring But still just getting {location.title.…

hibernate spring spring-3 hibernate-validator
How update/remove an item already cached within a collection of items

I am working with Spring and EhCache I have the following method @Override @Cacheable(value="products", key="#root.target.PRODUCTS") …

spring caching ehcache spring-3 spring-cache
Reference an Annotated Spring Component in an XML Bean Definition

I am using an external library that requires that I configure it using an XML Bean definition; in the Bean …

spring spring-3 spring-annotations
ResponseEntityExceptionHandler is not getting called when exception occurs

I am new to spring. I am developing a REST api with spring webmvc. For Error Handling I got this …

java spring-mvc spring-security error-handling spring-3
Spring conversion service - from List<A> to List<B>

I have registered a custom conversion service in a Spring 3 application. It works well for POJOs but it does not …

java spring type-conversion spring-3
How to generate URI inside a controller in Spring 3

I use spring 3.0 and I have a really simple question but didn't find any answer on the internet. I want …

spring spring-mvc spring-3
MVC Java Config - HandlerInterceptor not excluding paths

I have a MVC Java configuration but the HandlerInterceptor is not excluding some patterns. At the line marked with xxx, …

java spring-mvc spring-3
Need understanding of spring.handlers and spring.schemas

I have some questions derived from a problem that I have already solved through this other question. However, I am …

spring xsd uri spring-batch spring-3