what is the differences between
http://www.springframework.org/schema/beans/spring-beans.xsd
and
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
Because currently I almost done a Spring MVC(Java based server-side) project, and my last step is to apply my previous Spring Security Login sample to it. The Spring Security sample works flawlessly before I start my project.
Then, I realised both links above and I bump into ugly exceptions after applying my Spring Security sample.
My Spring MVC project is using this http://www.springframework.org/schema/beans/spring-beans.xsd
and my Spring Security was using this http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
.