A Collection of Spring Tutorials Persistence REST Security Series Spring Hibernate JPA I started the REST Security project on GitHub to explore writing an elegant REST Services with the latest and greatest Spring had to offer. That was Spring 3.1 and now Spring 3.2, moving towards Spring 4.0 and 4.1.… Continue Reading this-is-not-your-fathers-spring-a-learning-project

Spring Security Registration Tutorial Building a full-fledged, production-ready registration for your web application is oh so much more than just putting together a simple registration page. There are a lot of questions that need to be answered: How do I verify the email addresses of new users? How do I… Continue Reading spring-security-registration