-
Enterprise Java
Use Mockito to mock autowired fields
Dependency injection is very powerful feature of Inversion of Control containers like Spring and EJB. It is always good idea…
Read More » -
Enterprise Java
Spring Integration – Using RMI Channel Adapters
1.Introduction This article explains how to send and receive messages over RMI using Spring Integration RMI channel adapters. It is…
Read More » -
Software Development
Version Numbering Scheme – Yet another approach
Version numbering schemes are probably one of the few things we software engineers have more than sort algorithms. However, there’s…
Read More » -
Enterprise Java
Partitioning SPA Resources and API Implementations in Separate WAR Components
Single Page Applications are quickly gaining traction as a way to implement rich, robust, and mobile friendly web-based applications. Essentially,…
Read More » -
Core Java
Building and Running Java 8 Support
The Eclipse support for Java 8 is not yet available for download. If you want to play with it, you’ve…
Read More » -
Enterprise Java
JBoss Modules Suck, It’s Impossible To Use Custom Resteasy/JAX-RS Under JBoss 7
Since JBoss EAP 6.1 / AS 7.2.0 is modular and you can exclude what modules are visible to your webapp,…
Read More » -
Groovy
Grails Goodness: Cleaning Up
When we use for example the compile or war command Grails will create files and stores them by default in…
Read More » -
Agile
Data Analysis Tips for Product Managers and Product Owners
Summary Data analysis might sound a bit nerdy, but it should be part of every product manager’s and product owner’s…
Read More » -
Enterprise Java
JDBC 4.0’s Lesser-known Clob.free() and Blob.free() Methods
When I talk about jOOQ at conferences, I always show this slide containing a bunch of very common JDBC mistakes…
Read More »