Enterprise Java
-
HTTP cache with Spring examples
Caching is a powerful feature of the HTTP protocol but for some reason, it’s mainly considered for static resources like…
Read More » -
Cached Prepared Statements with Spring Data Cassandra
Today I have a short post on using Prepared Statements in Spring Data Cassandra. Spring provides you with some utilities…
Read More » -
Key differences between Apache Ignite, Hazelcast, Cassandra and Tarantool
Apache Ignite is widely used around the world and is growing all the time. Companies like Barclays, Misys, Sberbank (3r…
Read More » -
Simple Testing Can Prevent Most Critical Failures
Error handling is one of the hardest and ignored part of software development and if system is distributed then this…
Read More » -
Resource and Dependency Injection in Java EE 7
1. Overview Contexts and Dependency Injection (CDI) is a feature of Java EE that helps meld the web tier and…
Read More » -
Simple Token Authentication for Java Apps
“I love writing authentication and authorization code.” ~ No Web Developer Ever. Tired of building the same login screens over…
Read More » -
New DMN Editor Preview
The Workbench 7.13.0.Final was released Tuesday, October 16, and this version brings a lot of interesting features and important fixes.…
Read More » -
Zero-Downtime Rolling Updates With Istio
The first part of this article series explained how to achieve real zero-downtime updates in Kubernetes clusters. We specifically tackled…
Read More » -
Setup SSL in Jetty
Have you faced issues when you have to quickly enable SSL and you got stuck with it :-( You are…
Read More »