Enterprise Java
-
Java EE 8 MVC: A detailed look at Controllers
Java EE MVC is a new action based MVC framework planned for Java EE 8 and specified in JSR-371. This…
Read More » -
Critical HL7 Usecases With Camel, ActiveMQ, Elasticsearch
HL7 over MLLP is a very common transport mechanisms for systems that can speak the HL7 protocol format. JBoss Fuse…
Read More » -
JBoss Fuse – Turn your static config into dynamic templates with MVEL
Recently I have rediscovered a JBoss Fuse functionality that I had forgotten about and I’ve thought that other people out…
Read More » -
Apache JMeter Tutorial
Want to load test your web app? Then you should know about Apache JMeter! This JMeter tutorial explains the basic…
Read More » -
JMS Sender application with ActiveMQ and Maven
We have already seen how to create a JMS Receiver application with ActiveMQ and Maven. Let’s check out how we can…
Read More » -
Annotation-driven event listeners in Spring 4.2
Introduction Exchanging events within the application has become indispensable part of many applications and thankfully Spring provides a complete infrastructure…
Read More » -
Clean Integration Testing with JUnit Rules
The benefits of JUnit Rules, especially when dealing with integration testing, can hardly be overrated. In this post, we’ll shine…
Read More » -
Placeholders support in Value annotations in Spring
${...} placeholders in @Value annotation are used to access properties registered with @PropertySource. This is extremely useful with @Configuration beans…
Read More » -
Spring Integration Course Summary
This article is part of our Academy Course titled Spring Integration for EAI. In this course, you are introduced to…
Read More »