Enterprise Java
-
End to end BPM (with a splash of DMN)
Red Hat Summit next week is shaping up to be one of the best ever! And if you are a Drools…
Read More » -
Spring Boot, @EnableWebMvc And Common Use-Cases
It turns out that Spring Boot doesn’t mix well with the standard Spring MVC @EnableWebMvc. What happens when you add…
Read More » -
Spring Web-Flux – Functional Style with Cassandra Backend
In a previous post I had walked through the basics of Spring Web-Flux which denotes the reactive support in the web layer of…
Read More » -
Hibernate Logging: Tips and Solutions to Common Problems
How to solve some of the most common Hibernate issues with proper logging? Hibernate’s logging configuration is an important but…
Read More » -
Java RAM Usage in Containers: Top 5 Tips Not to Lose Your Memory
In this article, we would like to share specifics of Java memory management and elasticity inside containers that are not…
Read More » -
Real-Time Communication: Implementing Websockets With Spring Boot
When developing web applications, we sometimes need to push server events down to connected clients. However, HTTP was not designed…
Read More » -
Important Production bugs and fixes for Storm and Kafka integration
I will describe here a few details for Storm and Kafka integration modules, a few important bugs that you should…
Read More » -
Understanding the first level JPA cache
I can bet that every Java developer at least heard about L1 (aka EntityManager or Session) cache. But is your level…
Read More » -
Spring Batch Restartability
First of all, I’d like to give a big thank you to the wonderful folks from Spring who have given…
Read More »