Decoupling Registration from Login in the Reddit App 1. Overview In this tutorial – we’ll replace the Reddit backed OAuth2 authentication process with a simpler, form-based login. We’ll still be able to hook Reddit up to the application after we log in, we’ll just not use Reddit to drive our… Continue Reading reddit-app-replace-reddit-auth-with-form-based-login

Survey Results – Java 8, Spring 4 and Spring Boot Adoption Here are the results of the new Java 8 / Spring 4 / Spring Boot Adoption Survey: http://t.co/ylEBUBmaLh (over 1500 votes) — Baeldung (@baeldung) June 1, 2015 Java developers are a dynamic, ever changing bunch. Over the past couple… Continue Reading java-8-spring-4-and-spring-boot-adoption

Intro to the Spring ClassPathXmlApplicationContext Spring 1. Overview The Spring Framework core is, simply put, an IoC container used to manage beans. There are two basic types of containers in Spring – the Bean Factory and the Application Context. The former provides basic functionalities, which are introduced here; the latter… Continue Reading spring-classpathxmlapplicationcontext

Google AutoService 1. Introduction In this quick tutorial, we’ll briefly explain Google’s AutoService. This is an annotation processor library that helps us with generating Java Service Provider Interface (SPI) configuration files. 2. Java SPI Simply put, we can leverage Java SPI to develop extensible applications, as it provides fast, safe,… Continue Reading google-autoservice

Introduction to Apache CXF Aegis Data Binding 1. Overview This tutorial gives an introduction to Aegis data binding, a subsystem that can map between Java objects and XML documents described by XML schemas. Aegis allows detailed control over the mapping process while keeping programming effort to a minimum. Aegis is… Continue Reading aegis-data-binding-in-apache-cxf