Enterprise Java
-
Spring Boot Complete Example
This post provides a complete example of using spring boot to develop a loosely coupled REST service. Using spring boot,…
Read More » -
How to Create Spring Boot Project in STS
Hello Friends, In this tutorial, we will see step by step, how we can create a Spring Boot project in STS…
Read More » -
Apache Ant 1.9.13 and 1.10.5 released – Supports Java 11 single-file source programs
We just released 1.9.13 and 1.10.5 versions of Apache Ant. As usual, you can download it from the Ant project…
Read More » -
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 »