Can you explain to me how to properly build a web app with Spring? I know that the latest version of Spring framework is 4.0.0.RELEASE, but the latest version of Spring Security is 3.2.0.RELEASE, and it depends on spring 3.2.6... maybe i'm wrong :)
How can I integrate it with Maven? Can I use Spring 4 or must I use the previous version? What is the proper way?
If it`s not hard for you could you show me you pom.xml?