Enterprise Java
-

IDE approach to log analysis pt. 1
Intro I think most software engineers understand the importance of logs. They have become part of software development. If something…
Read More » -

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 »


