web.xml vs Initializer with Spring 1. Overview In this article we’ll cover three different approaches of configuring a DispatcherServlet available in recent versions of the Spring Framework: We’ll start with an XML configuration and a web.xml file Then we’ll migrate the Servlet declaration from the web.xml file to Java config,… Continue Reading spring-xml-vs-java-config

Intro to Spring Security Expressions 1. Introduction In this tutorial we’ll focus on Spring Security Expressions, and of course on practical examples with these expressions. Before looking at more complex implementations (such as ACL), it’s important to have a solid grasp on security expressions – as they can be quite… Continue Reading spring-security-expressions