Spring Security – Reset Your Password 1. Overview In this tutorial – we’re continuing the ongoing Registration with Spring Security series with a look at the basic “I forgot my password” feature – so that the user can safely reset their own password when they need to. 2. The Password… Continue Reading spring-security-registration-i-forgot-my-password

StackExchange REST Client with Spring and RestTemplate HTTP Client-Side Spring Web HttpClient RestTemplate This article will cover a quick side-project – a bot to automatically tweet Top Questions from the various Q&A StackExchange sites, such as StackOverflow, ServerFault, SuperUser, etc. We will build a simple client for the StackExchange API… Continue Reading tweeting-stackexchange-with-spring-social-part-1

Spring @RequestMapping New Shortcut Annotations 1. Overview Spring 4.3. introduced some very cool method-level composed annotations to smooth out the handling @RequestMapping in typical Spring MVC projects. In this article, we will learn how to use them in an efficient way. 2. New Annotations Typically, if we want to implement… Continue Reading spring-new-requestmapping-shortcuts