Enterprise Java
-
LOVs in Oracle MAF
We all love one of the most powerful ADF features lists of values. Using them we can declaratively and easily…
Read More » -
Head first elastic search on java with spring boot and data features
In this article I’ll try to give you an easy introduction on how to use Elastic Search in a Java…
Read More » -
Java Bootstrap: Dropwizard vs. Spring Boot
How to get a production ready Java application off the ground in the shortest time possible? I’m not a morning…
Read More » -
Speeding up ActiveMQ persistent messaging performance by 25x
Apache ActiveMQ, JBoss A-MQ, and Red Hat Apache ActiveMQ is a very popular open-source messaging broker brought to you by…
Read More » -
Setup Local Nexus Repository and Deploying WAR File from Maven
Maven Central serves as the central repository manager where binary artifacts are uploaded by different teams/companies/individuals and shared with rest…
Read More » -
Journey to idempotency and temporal decoupling
Idempotency in HTTP means that the same request can be performed multiple times with the same effect as if it…
Read More » -
Very fast Camels and Cloud Messaging
Apache Camel is a popular, mature, open-source integration library. It implements the Enterprise Integration Patterns which is a set of…
Read More » -
Hibernate Locking Patterns – How does PESSIMISTIC_READ and PESSIMISTIC_WRITE work
Introduction Java Persistence API comes with a thorough concurrency control mechanism, supporting both implicit and explicit locking. The implicit locking…
Read More » -
RESTful Charts with JAX-RS and PrimeFaces
Oftentimes, it is useful to utilize a chart for providing a visual representation of your data. PrimeFaces supplies charting solutions…
Read More »