Enterprise Java
-

Testing Spring Data + Spring Boot applications with Arquillian (Part 2)
In previous post, I wrote about how to test Spring Data application using Docker with Arquillian Cube. The test looked like: @RunWith(SpringRunner.class) @SpringBootTest(classes =…
Read More » -

Clean Code from the trenches
Clean Code from the trenches – Validation Let’s directly start with an example. Consider a simple web service which allows…
Read More » -

Apache Camel 2.19 Released – Whats new
Apache Camel 2.19 was released on May 5th 2017 and its about time I do a little blog about what…
Read More » -

Configuring multiple context root for a single webapp – JBoss
Sometime back we made changes to our application to support multiple context root leveraging JBoss capabilities by defining one in…
Read More » -

Testing Spring Data + Spring Boot applications with Arquillian (Part 1)
Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the…
Read More » -

End to end BPM (with a splash of DMN)
Red Hat Summit next week is shaping up to be one of the best ever! And if you are a Drools…
Read More » -

Spring Boot, @EnableWebMvc And Common Use-Cases
It turns out that Spring Boot doesn’t mix well with the standard Spring MVC @EnableWebMvc. What happens when you add…
Read More » -

Spring Web-Flux – Functional Style with Cassandra Backend
In a previous post I had walked through the basics of Spring Web-Flux which denotes the reactive support in the web layer of…
Read More » -

Hibernate Logging: Tips and Solutions to Common Problems
How to solve some of the most common Hibernate issues with proper logging? Hibernate’s logging configuration is an important but…
Read More »





