Enterprise Java
-
Integrating JPA Hibernate with OptaPlanner
We’ve been improving the integration of OptaPlanner with the rest of JEE, so it’s easier to build end user applications…
Read More » -
Spark 101: What Is It, What It Does, and Why It Matters
Recently, a new name has entered many of the conversations about big data. Some people see the popular newcomer Apache…
Read More » -
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 »