Enterprise Java
-
Implementing White-Labelling
Sometimes (very often in my experience) you need to support white-labelling of your application. You may normally run it in…
Read More » -
Build a Photo Gallery PWA with Spring Boot, JHipster, and React
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Build a Serverless “Hello World” Function
Serverless, Function as a Service (FaaS) or just cloud functions allows you to write code that will run in the…
Read More » -
Spring State Machine: what is it and do you need it?
State machine is a model of computation based on the finite states, as Wikipedia very obligingly says. Usually there are…
Read More » -
Model Serving: Stream Processing vs. RPC / REST with Java, gRPC, Apache Kafka, TensorFlow
Machine Learning / Deep Learning models can be used in different ways to do predictions. My preferred way is to…
Read More » -
6 Log Management Tools You NEED to Know (And How to Use Them)
Without the right tools to aggregate and parse your log data, finding and understanding the information you’re looking for is…
Read More » -
Apache Camel 2.22 Released with Spring Boot 2 support
Today we released the latest Apache Camel 2.22.0 release which is the first release to officially fully support Spring Boot…
Read More » -
Spring Security with Spring Boot 2.0: Securing your endpoints
Up until now in our previous posts we had our endpoints and controllers secured using the default spring security configuration.…
Read More » -
Developing with CUBA – a big shift from Spring?
Reading requirements for yet another web project for internal corporate use you (at least myself) usually see a pretty common…
Read More »