ReCaptcha login form with Spring Security
Today I’ll show you how to customize Spring Security to create a login form with ReCaptcha verification The captcha is based on Google ReCaptcha plugin. More info on ReCaptcha here
Today I’ll show you how to customize Spring Security to create a login form with ReCaptcha verification The captcha is based on Google ReCaptcha plugin. More info on ReCaptcha here
Recently I started studying GWT, a new web framework for my curriculum. The main idea of GWT is to let you code the GUI part in Java (with static compilation and type checking) then translate this code into Javascript. For…
Read more
In this article we’ll have a look at the new Spring 3 feature: caching by annotation.
Today we’ll dig into the exception handling mechanism of Spring MVC 3.1
Recently when developing the Tatami application for the Twitter-like contest, I faced an annoying issue: how to detect an user session timeout when an Ajax request is triggered from the browser ? If you’re not familiar yet with Spring Security,…
Read more
This post follows on from the previous post on Thymeleaf integration with Spring MVC. Today we’ll look at some advanced features of Thymeleaf
Today we are going to look into Thymeleaf, a very innovative and full HTML5-oriented templating engine. Thymeleaf, by definition, can be used as a standalone engine but when associated with Spring MVC, it gives the best of its essence. Once…
Read more
Today we discuss about the security tags provided with Spring Security package. These tags allow you to customize your web pages to include/exclude elements based on user roles and credentials
In this post we’ll examine in depth the ExceptionTranslationFilter and FilterSecurityInterceptor filters
In this post we’ll examine in depth the AuthenticationProcessingFilter & AnonymousFilter