Building a Web Application with Spring Boot and Angular 1. Overview Spring Boot and Angular form a powerful tandem that works great for developing web applications with a minimal footprint. In this tutorial, we’ll use Spring Boot for implementing a RESTful backend, and Angular for creating a JavaScript-based frontend. Further… Continue Reading spring-boot-angular-web

A Guide to Spring Session Reactive Support: WebSession Spring Web 1. Introduction In this article, we’ll learn how to combine Spring Session with Spring WebFlux. Specifically, we’ll learn how to use Spring WebSession which unites Spring Session with Spring Boot 2’s WebFlux. A Spring Session is defined as “a simplified… Continue Reading spring-session-reactive

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

Deprecated Classes in Spring 1. Introduction In this tutorial, we’re going to take a look at the deprecated classes in Spring and Spring Boot and explain what these have been replaced with. We’ll explore classes starting from Spring 4 and Spring Boot 1.4. 2. Deprecated Classes in Spring For easier reading, we… Continue Reading spring-deprecated-classes