Enterprise Java
-
Method parameter validation with Spring and JSR 303
Spring provides an easy way to validate method parameters using JSR 303 bean validation. In this post we will see…
Read More » -
Send your data async on Kafka
For a project, I’m trying to log the basic transactions of the user such as addition and removal of an…
Read More » -
Apache Camel 3.1 – More camel-core optimizations coming
Hope all is good and you had a safe entry into 2020. The Camel team is already busy working on…
Read More » -
JPA @Embeddable and @Embedded
Introduction: As an object-oriented developer, we want to avoid having larger classes with tons of unrelatable fields. And so, we…
Read More » -
Elasticsearch SQL
The Elasticsearch engine Elasticsearch is one of the most widely search engines being used in a number of production deployments…
Read More » -
Popular frameworks for big data processing in Java
The big data challenge The concept of big data is understood differently in the variety of domains where companies face…
Read More » -
Collecting application metrics with Micrometer
What is Micrometer? Micrometer is a simple facade for collecting metrics inside Java applications in a vendor neutral way. You…
Read More » -
Java/Spring: How to Generate an Entire Database CRUD REST API with Speedment
As each year passes it is becoming nothing but obvious that the Spring Framework is one of the most widely…
Read More » -
Near Real-Time Indexing With ElasticSearch
Choosing your indexing strategy is hard. The Elasticsearch documentation does have some general recommendations, and there are some tips from…
Read More »