Spring REST API + OAuth2 + Angular Spring Security OAuth 1. Overview In this tutorial, we’ll secure a REST API with OAuth and consume it from a simple Angular client. The application we’re going to build out will consist of four separate modules: Authorization Server Resource Server UI implicit –… Continue Reading rest-api-spring-oauth2-angularjs

Overview and Need for DelegatingFilterProxy in Spring 1. Overview The DelegatingFilterProxy is a servlet filter that allows passing control to Filter classes that have access to the Spring application context. Spring Security relies on this technique heavily. In this tutorial, we’ll cover it in detail. 2. DelegatingFilterProxy The Javadoc for DelegatingFilterProxy states that… Continue Reading spring-delegating-filter-proxy

Intro to Google Cloud Storage with Java 1. Overview Google Cloud Storage offers online storage tailored to an individual application’s needs based on location, the frequency of access, and cost. Unlike Amazon Web Services, Google Cloud Storage uses a single API for high, medium, and low-frequency access. Like most cloud… Continue Reading java-google-cloud-storage