Spring Security Login Page with React 1. Overview React is a component-based JavaScript library built by Facebook. With React, we can build complex web applications with ease. In this article, we’re going to make Spring Security work together with a React Login page. We’ll take advantage of the existing Spring Security… Continue Reading spring-security-login-react

Introduction to Spring Batch 1. Introduction In this article we’re going to focus on a practical, code-focused intro to Spring Batch. Spring Batch is a processing framework designed for robust execution of jobs. It’s current version 3.0, which supports Spring 4 and Java 8. It also accommodates JSR-352, which is… Continue Reading introduction-to-spring-batch

Building Microservices with Eclipse MicroProfile 1. Overview In this article, we’ll focus on building a microservice based on Eclipse MicroProfile. We’ll look at how to write a RESTful web application using JAX-RS, CDI and JSON-P APIs. 2. A Microservice Architecture Simply put, microservices are a software architecture style that forms… Continue Reading eclipse-microprofile