-
Enterprise Java
Testing Web-based Spring Applications in 2013 (Part One)
Testing Web-based Spring Applications in 2013 (Part One) A fellow LJCer and TDD/BDD advocate has recently started developing an application using the…
Read More » -
Core Java
Java Just-In-Time compilation: more than just a buzzword
A recent Java production performance problem forced me to revisit and truly appreciate the Java VM Just-In-Time (JIT) compiler. Most…
Read More » -
Agile
Is Agile Really Cheaper?
There are several ways to answer the question “is agile cheaper than waterfall?” Here are two of my favorites: “It…
Read More » -
Core Java
Design Patterns: State
This article will be about State design pattern. It is one of behavioral design patterns. You don’t need to know…
Read More » -
Enterprise Java
Modern Web Development
In the last few years web technology has lived through rapid growth and heavy change. We went from frames to…
Read More » -
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 »