-
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 » -
Core Java
JEP 181 incompatibility, nesting classes / 2
JEP 181 is a nest based access control https://openjdk.java.net/jeps/181. It was introduced in Java 11 and it deliberately introduced an…
Read More » -
Agile
A Partner for Your Custom Software Solution – pt 2: Determine Your Level of In-House Expertise
From “Part 1: Identify the type of project” you should have a clear idea of the project you want, and…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Software Development
Behavioural Design Patterns: Interpreter
Previously we had a look at the chain of responsibility and the command pattern. They do tackle different problems however…
Read More » -
Software Development
Eclipse IP Process: Service Releases of Third Party Content
The primary role of the Eclipse IP Team is to reduce the risks associated with adopting open source software. In…
Read More » -
Enterprise Java
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 » -
Software Development
Azure Functions – Part 3: Handling HTTP Query GET and POST Requests
Serving static pages is interesting, but a real application needs input from the user, and in the web this is…
Read More »