Enterprise Java
-

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 » -

Testing Lucene’s index durability after crash or power loss
One of Lucene’s useful transactional features is index durability which ensures that, once you successfully call IndexWriter.commit, even if the…
Read More » -

CSRF protection in Spring MVC, Thymeleaf, Spring Security application
Cross-Site Request Forgery (CSRF) is an attack which forces an end user to execute unwanted actions on a web application…
Read More »






