Java
-

Spring from the Trenches: Invoking a Secured Method from a Scheduled Job
Let’s assume that we have implemented a Spring powered application, and secured it by using the method security expressions of…
Read More » -

Sustainable peace with database changes into a Java environment
Sustainable peace for us is remove uncertainty. In this case over database changes the idea Active Record Migrations of Ruby…
Read More » -

Using jOOQ with Spring: Configuration
I have had my share of performance problems caused by ORMs. Although I have to admit that most of these…
Read More » -

Project Student: JPA Criteria Queries
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer, Persistence…
Read More » -

Java 8 Friday Goodies: The New New I/O APIs
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -

Running multiple ActiveMQ instances on one machine
A few weeks ago I started making use of Apache ActiveMQ again as the JMS provider with my Mule ESB…
Read More » -

Implementing dynamic proxies – a comparison
Sometimes there is the need to intercept certain method calls in order to execute your own logic everytime the intercepted…
Read More » -

Using regex to hanging indent a paragraph in Java
This post shows how to hanging indent a long paragraph using regular expression. The method will consider word boundaries, which…
Read More » -

Understanding Spring Web Initialization
Few years ago majority of us were used to write XML config files everywhere, to setup even simple Java EE…
Read More »




