Enterprise Java
-
Free eBook: The Complete Guide to Java Logging in Production
The Complete GitHub Logging Research: How the World’s Top Companies Choose How and What to Log We all use log…
Read More » -
Secure Your Vert.x Server with Single Sign-on from Okta
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Doing stuff with Spring WebFlux
Spring Boot 2.0 went GA recently, so I decided to write my first post about Spring for quite a while.…
Read More » -
Refresh Property Config at Runtime in Spring Cloud Config
In this tutorial series of spring cloud config, we will be discussing about refreshing property configuration at run-time.We will be…
Read More » -
Spring Cloud Configuration – Externalize Application Configuration
This tutorial is about spring cloud config.Here, we will take a look into how we can manage to serve and…
Read More » -
Spring Cloud Netflix Eureka
This tutorial is about spring cloud Netflix Eureka. Here, we will be creating eureka discovery server and microservices that will…
Read More » -
Neo4j: Cypher – Neo.ClientError.Statement.TypeError: Don’t know how to add Double and String
I recently upgraded a Neo4j backed application from Neo4j 3.2 to Neo4j 3.3 and came across an interesting change in…
Read More » -
Angular5 JWT Authentication (Spring Boot Security)
Welcome to angular5 jwt authentication with spring security.In this tutorial, we will be creating a full stack app using jwt…
Read More » -
Java problem with mutual TLS authentication when using incoming and outgoing connections simultaneously
In most enterprise environments some form of secure communication (e.g. TLS or SSL) is used in connections between applications. In…
Read More »