Enterprise Java
-

Building Enterprise Java applications, the Spring way
I think it is fair to say that Java EE has gained pretty bad reputation among Java developers. Despite the…
Read More » -

Fully working prototypes with Spring Boot and H2
We do use a lot of h2 with spring especially for unit tests. However instead of unit tests we might…
Read More » -

Serverless – a new way to build modern applications
Curious about serverless/function-as-a-service/cloud functions technologies, but haven’t had a chance to dig in? Wondering what all the excitement is about?…
Read More » -

Multi-Cloud Interoperability != Cloud Services Aggregation
Multi-cloud is defined as an approach that combines more than one cloud (public or private), from more than a single…
Read More » -

Making REST Communication Easy with Feign Clients
In this example, we shall show you how to develop a simple Spring Boot Application with a Feign client for…
Read More » -

Automate Access Control for User-Specific Entities
Practically every web application is supposed to have multiple users and each user has some data – posts, documents, messages,…
Read More » -

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 »


