Java
-
Annotated controllers – Spring Web/Webflux and Testing
Spring Webflux and Spring Web are two entirely different web stacks. Spring Webflux, however, continues to support an annotation-based programming model An endpoint defined…
Read More » -
AWS Is Even Cloud-ier and Kuberneties-ier with Fargate and EKS
At re:Invent this week, AWS announced a ton of cool things. You should check out their page on it for…
Read More » -
Zero to Cloud Ops on Container Development Kit (CDK) in Minutes
While this was fun, it was not really feasible and quickly ran into limitations in use.Some time ago I walked through…
Read More » -
Easy Java EE Microservices with Payara Micro
Wondering how to get started with Java EE Microservices? It only takes a few quick steps to deploy a Microservice…
Read More » -
Difference between @Component, @Service, @Controller, and @Repository in Spring
Before you learn the difference between @Component, @Service, @Controller, and @Repository annotations in Spring framework, it’s important to understand the…
Read More » -
Split a File as Stream
Last week I discussed that the new (@since 1.8) method splitAsStream in the class Pattern works on the character sequence…
Read More » -
AppDev in the Cloud with Financial Customer Evaluation Solution
The oldest business logic demo in modern JBoss BRMS times is the Customer Evaluation example launched back in June 2012. Back…
Read More » -
Spring Framework – Application Context – Three ways to get to the application context
This article shows you three different ways how to get to the Spring Framework Application Context in your code. Summary…
Read More » -
Intro to Redis with Spring Boot
1. Overview In this article, we will review the basics of how to use Redis with Spring Boot through the…
Read More »