Enterprise Java
-
Writing an Event-Sourced CQRS Read Model
Discussions about event sourcing and CQRS seem to usually focus on the overall system architecture or various flavors of domain-driven…
Read More » -
Resource versioning with Spring MVC
When serving static resources, it is common practice to append some kind of version information to the resource URL. This…
Read More » -
How does the MySQL JDBC driver handle prepared statements
Prepared statement types While researching for the Statement Caching chapter in my High-Performance Java Persistence book, I got the chance…
Read More » -
Spring Cloud Sidecar
I have an application deployed to a NetflixOSS based cloud which has a structure along these lines: Essentially a service…
Read More » -
A look on CDI 2.0 EDR1
CDI is one of the best additions to Java EE of the recent. This opinion is widely shared amongst users…
Read More » -
Spring Data and Redis
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More » -
Redis Clustering
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More » -
Redis Replication
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More » -
Redis Sharding
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More »