-
Enterprise Java
Getting Started With Spring’s MVC Test Framework – Part 1
Newly promoted to the main Spring framework is the Spring MVC Test Framework, which the Guys at Spring claim is…
Read More » -
Core Java
Mockito – RETURNS_DEEP_STUBS for JAXB
Sorry for not having written for some time but I was busy with writing the JBoss Drools Refcard for DZone…
Read More » -
Enterprise Java
Overriding a packaged Spring application properties file via an external file
Quite a common use case when developing a Spring application is that you want to have multiple versions of configuration…
Read More » -
Enterprise Java
Proper decoding of URL parameters on the server-side in JBoss
I spent many hours today to figure out how to force a proper decoding of encoded characters in JSF applications…
Read More » -
Enterprise Java
Spring MVC: Session advanced
Not so long time ago I wrote a post about HTTP sessions in a Spring MVC application. That was the…
Read More » -
Groovy
Grails – RESTful Webservice using JAX-RS plugin
I discussed about RESTful architecture consideration and how to build RESTful web services using Jersey JAX-RS [JSR 311] in JAVA.…
Read More » -
Career
Rethink Career Path
The baby boomer generation probably helped define the image of career path and trajectory for many Gen X and Millennials…
Read More » -
Core Java
Garbage Collection in Java (4)
G1: Garbage First The G1 collector is the latest collector to be implemented in the hotspot JVM. Its been a…
Read More » -
Enterprise Java
An Automated OSGi Test Runner
Among my fellow team members I was known for notoriously forgetting to maintain the (JUnit) test suite. I just can’t…
Read More »