Top "Spring-3" questions

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

Can Spring MVC's REST framework accept query strings rather than PathVariables?

In all the tutorials and articles I have read regarding Spring 3's RESTful additions to Spring MVC, I have only …

spring-mvc query-string spring-3 path-variables
How to generate WADL for Spring REST Service

Hi I am working with Spring 3.5.0.Release. I want to generate a WADL for my spring rest service. Is their …

spring rest spring-mvc spring-3
Spring's @Scheduled error : Only one AsyncAnnotationBeanPostProcessor may exist within the context

I am trying Spring 3's @Scheduled annotation . Here is my configuration (app.xml) : <?xml version="1.0" encoding="UTF-8"?> <…

spring scheduler spring-3 crontrigger
difference between @Component and @Configuration in Spring 3

I came across two annotations provided by Spring 3 (@Component and @Configuration) I am a bit confused between these. Here is …

java spring spring-3
@Autowired and @Service working from controller but not from a different package

I need help understanding the concept behind @Autowired and @Service. I have a DAO defined with @Service and controller with @…

java spring-mvc spring-3 autowired
Downloading Spring Jars without using Maven

How do you download Spring Framework jars if you can't stand Maven or any of the other build management tools. …

spring spring-3
Understanding basic Spring Framework and Total Flow

I am new to the Spring Framework. Please guide me regarding basic understanding of Spring. I know Java and JSF, …

spring spring-3 springsource spring2.x
eventlisteners using hibernate 4.0 with spring 3.1.0.release?

These jars are both new released and have the latest solutions for Java EE applications. But I have a problem …

java event-listener spring-3 hibernate-4.x
spring-security - where can I find the list of ALL security filters registered when I use the <http> element?

There are a default set of filters registered when we use the <http> element in our xml file. …

spring spring-security spring-3