CRaC is an OpenJDK project developed by Azul to solve the problem of “slow” startup times of the JVM in a microservice environment.
-
Journeys in Java, Level 7: Externalize Microservice Configuration
Learn how to set up a service that hosts the Spring Cloud Config server and wire our Neo4j microservice as the config client service.
-
Spring Boot – Annotation Reference – 01/b
In part #2 of my article series on Spring Boot Annotations, we focus on the REST and Spring Stereotype Annotations.
-
Spring Modulith: Have We Reached Modularity Maturity?
Spring Modulith is the successor of Oliver Drotbohm’s Moduliths project (with a trailing S). It uses both ArchUnit and jMolecules.
-
Spring Boot – Annotation Reference – 01/a
Spring Boot Annotation Guide, providing an easy reference for daily development and provides code samples.
-
EJB Support in Piranha via CDI
Since there’s so much existing code using Enterprise Beans (EJB), a certain level of support is still desired. Piranha Cloud takes a somewhat novel approach to Enterprise Beans and maps Enterprise Beans annotations to equivalent functionality in CDI or other Jakarta EE APIs.
-
How to Build Low Latency Crypto Trading Systems using Java and Chronicle Services
Chronicle-Services framework allows running the market data connectors within a single event loop, which is designed to minimize latency.
-
MicroProfile Config for Java SE
How can you use MicroProfile Config in a pure Java SE environment? What libraries support this, what are the supported features, etc?
-
Unified Event-Driven Architecture for the Cloud Native Enterprise
CTOs and enterprise architects have long recognized the importance of event-driven architectures (EDA). While once considered purely a technology concern, the foresight of organizations that have invested in EDA has become readily apparent as the world has shifted around us. …
-
Starting Docker Desktop with Spring Boot
In this article, we discuss Docker Desktop, including the Docker file, creating/pushing Docker images, creating/running Docker containers.
-
Reclaiming Persistent Volumes in Kubernetes
Learn how to manually reassign a PersistentVolume from one StatefulSet to another. Also learn about the STS, PV, and PVC API resources in greater detail.