Enterprise Java
-
Quick Guide: Dissecting JBoss BPM Cross Process Communication
(Article guest authored together with Jey Paulraj, Senior Solution Architect at Red Hat in North America) The weeks tips &…
Read More » -
How to Integrate Commercial Third-Party Artefacts into Your Maven Build
According to a recent survey by ZeroTurnaround’s RebelLabs, Maven is still the leading Java build platform. The current market share…
Read More » -
Java EE with NetBeans on OpenShift
Today was NetBeans Day in Munich. I had the pleasure to present one session about the integration of Red Hat’s…
Read More » -
Spring RestTemplate with a linked resource
Spring Data REST is an awesome project that provides mechanisms to expose the resources underlying a Spring Data based repository…
Read More » -
Spring request-level memoization
Introduction Memoization is a method-level caching technique for speeding-up consecutive invocations. This post will demonstrate how you can achieve request-level…
Read More » -
Spring Data JPA Tutorial: Introduction
Creating repositories that use the Java Persistence API is a cumbersome process that takes a lot of time and requires…
Read More » -
Developing with WSO2
Since a few months I am back working with WSO2 products. In the upcoming posts I describe some of the…
Read More » -
Avoid unwanted component scanning of Spring Configuration
I came through interesting problem on Stack Overflow. Brett Ryan had problem that Spring Security configuration was initialized twice. When…
Read More » -
Black Box Testing of Spring Boot Microservice is so easy
When I needed to do prototyping, proof of concept or play with some new technology in free time, starting new…
Read More »