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

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

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

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

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

Redis sort with Jedis
In this post we will talk about the Redis SORT command. Redis provides the SORT command that we can use…
Read More » -

Optimising Your ApplicationContext
Thereās a problem with Spring, itās been there for some time and Iāve come across it in a number of…
Read More » -

Selecting level of detail returned by varying the content type, part II
In my previous entry, we looked at using the feature of MOXy to control the level of data output for…
Read More » -

Migrating Spring MVC RESTful web services to Spring 4
1 Ā Introduction Spring 4 brings several improvementsĀ for MVC applications. In this post I will focus on restful web services…
Read More »





