-
Enterprise Java
Spicy Spring : Dynamically create your own BeanDefinition
When we a have Spring managed application, we want to let Spring manage all of our beans. Beside the regular…
Read More » -
Enterprise Java
Spicy Spring : Different ways of Autowiring
I would like to show different ways of using Spring’s @Autowired annotation: Constructor, Method and Field autowiring. The examples I…
Read More » -
Core Java
Nifty JUnit : Using Rule on Method and Class level
As shown in a the post Nifty JUnit : Working with temporary files, it is possible to use @Rule in…
Read More » -
Enterprise Java
Using Spring managed Bean in non-managed object
We have to deal with legacy code, even when we would like to use the best and newest technologies available.…
Read More » -
Enterprise Java
Prevent ‘No plugin found’ in multi-module maven
Defining a maven plugin on a submodule in a multi-module maven project can give us a ‘No plugin found’ error.…
Read More »