Questions tagged [spring-3]

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

The Spring Framework is an open source application framework for the Java platform. Use for general Spring related questions. This tag is for questions that are specific to versions 3.x only.

It provides services and functionality across the application domain, including a core Inversion of Control container, technology-agnostic data-access and MVC layers, extensive AOP support, task scheduling, and various integration patterns designed to make distributed system development simpler and clearer. While some spring modules are simple wrappers and helpers over the Java EE specifications, the majority of them go far beyond the Java EE specification.

The latest Spring Framework Reference Documentation can be found here.

Frequently Asked Questions

People often ask about the following Spring topics:

###Guides:

Video tutorial on Spring Framework

###Blog:

Related tags

###More information:

762 questions
-1
votes
1 answer

why running a maven spring project on intellij giving "connection refused on port" error

I am running a sample "hello world" spring maven project from my machine and debugger port is allowing to run or debug the class also browser gives blank screen
IgnitedMind
  • 25
  • 10
-1
votes
1 answer

org.springframework.beans.factory.NoUniqueBeanDefinitionException

Stacktrace: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type [org.vliv.dao.MySqlLogDao] is defined: expected single matching bean but found 2: mySqlLogDaoImpl,mySqlLogDao Java code: public interface…
ritesh
  • 13
  • 1
  • 2
-1
votes
2 answers

Adding objects (copied through Defensive copying using BeanUtils) in ArrayList giving stale data: Spring 3

public class CustomerDTO { private int customerId; private String customerName; private String customerAddress; public int getCustomerId() { return customerId; } public void setCustomerId(int customerId) { …
ritesh
  • 907
  • 3
  • 11
  • 31
-1
votes
1 answer

Can't run Spring 3 based web application on WebSphere?

I have a web application which is based on Spring 3.1.1. It runs perfectly fine on Apache Tomcat 7.0. However, when I run it on, IBM WebSphere Application Server V7.0, I am receiving an error: 00000020 HiddenInputTa E…
Arci
  • 6,647
  • 20
  • 70
  • 98
-1
votes
1 answer

Spring json not using the desired root name

I have the following configuration :