Enterprise Java
-
Efficient enterprise testing — conclusion (6/6)
This last part of the series will cover additional end-to-end tests, testing in production, and a conclusion of the parts.…
Read More » -
Concurrent query execution in Apache Lucene
Apache Lucene is a wonderfully concurrent pure Java search engine, easily able to saturate the available CPU or IO resources…
Read More » -
Spring @Primary Annotation
Introduction: Spring @Primary annotation is used to give a higher preference to the marked bean when multiple beans of the…
Read More » -
Recommendation System Using Spark ML Akka and Cassandra
Building a recommendation system with Spark is a simple task. Spark’s machine learning library already does all the hard work…
Read More » -
Spring MVC Binding w/o Setters
You can bind form parameters to a domain model object even if the domain model object does not have setters.…
Read More » -
Performance Testing with JMeter
When developing complex, high-availability software projects, performance is of key importance. That is especially true in these modern times where…
Read More » -
Apache Camel 3 is only 2 months away
The Camel team is busy working on the last set of work forApache Camel 3. Today the 2nd release candidate…
Read More » -
Efficient enterprise testing – test frameworks (5/6)
This part of the article series will cover test frameworks and my thoughts and experiences on when and whether to…
Read More » -
How to deploy a Spring Boot Application on AWS EC2 instance
Hello Friends, In this tutorial,we will see how we can deploy a Spring Boot application over an AWS EC2 instance.…
Read More »