Enterprise Java
-

Unit Testing of Spring MVC Controllers: “Normal” Controllers
The first part of this tutorial described how we can configure our unit tests which use the Spring MVC Test…
Read More » -

How to run Ant targets with Maven?
The maven-antrun-plugin allows us to run ant targets with various maven build phases. I am going to explain very practical…
Read More » -

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

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

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

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

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

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

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 »



