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

Cucumber Spring Integration 1. Overview Cucumber is a very powerful testing framework written in the Ruby programming language, which follows the BDD (behavior-driven development) methodology. Its intent is to enable developers to write high-level use cases in plain text that can be verified by non-technical stakeholders, and turn them into… Continue Reading cucumber-spring-integration

Spring REST API with Protocol Buffers 1. Overview Protocol Buffers is a language and platform neutral mechanism for serialization and deserialization of structured data, which is proclaimed by Google, its creator, to be much faster, smaller and simpler than other types of payloads, such as XML and JSON. This tutorial… Continue Reading spring-rest-api-with-protocol-buffers

Java Weekly, Issue 220 Here we go… 1. Spring and Java ===== >> Monitor and troubleshoot Java applications and services with Datadog Sponsored Optimize performance with end-to-end tracing and out-of-the-box support for popular Java frameworks, application servers, and databases. Try it free. >> Testing auto-configurations with Spring Boot 2.0 [spring.io]… Continue Reading java-weekly-220

Spring Security Registration – Resend Verification Email 1. Overview In this tutorial – we’re continuing the ongoing Registration with Spring Security series with a look at resending the verification link to the user in case it expires before they have a chance to activate their account. 2. Resend the Verification… Continue Reading spring-security-registration-verification-email