Enterprise Java
-
Spring test with thymeleaf for views
I am a recent convert to thymeleaf for view templating in Spring based web applications, preferring it over jsp’s. All…
Read More » -
HOW-TO: Spring Boot and Thymeleaf with Maven
Spring Boot is a great piece of software allowing you to bootstrap Spring application within a few seconds. And it…
Read More » -
Quick, and a bit dirty, JSON Schema generation with MOXy 2.5.1
So I am working on a new REST API for an upcoming Oracle cloud service these days so one of…
Read More » -
Using jOOQ with Spring: CRUD
jOOQ is a library which helps us to get back in control of our SQL. It can generate code from…
Read More » -
ActiveMQ – Network of Brokers Explained
Objective This 7 part blog series is to share about how to create network of ActiveMQ brokers in order to…
Read More » -
How to do Continuous Integration with Java 8, NetBeans Platform 8, Jenkins, Jacoco and Sonar
Intro Java 8 is there, the promised revolution is finally released, and I am sure that a lot of you…
Read More » -
Circuit Breaker Pattern in Apache Camel
Camel is very often used in distributed environments for accessing remote resources. Remote services may fail for various reasons and…
Read More » -
Using ActiveMQ – “Master/Slave” configuration with failover protocol
Introduction ActiveMQ broker(s) tends to be a core piece of messaging infrastructure in an enterprise. It is vital for this…
Read More » -
Temp, Store and Memory Percent Usage in ActiveMQ
In order to effectively use ActiveMQ, it is very important to understand how ActiveMQ manages memory and disk resources to…
Read More »