-
Android Core
Android WebView CSS Support
Creating HTML applications can be a great way to cut down development time between two platforms. The trend today is…
Read More » -
Core Java
Java: Mergesort using Fork/Join Framework
The objective of this entry is to show a simple example of a Fork/Join RecursiveAction, not to delve too much…
Read More » -
Enterprise Java
DAO layer – Generics to the rescue
Generics can be a powerful tool to create reusable code with the power of compile time verification (type safety..). Unfortunately…
Read More » -
Agile
Client Reviews: From Waterfall to Agile
We are currently transforming a large organization with 200+ people to adopt new agile behaviors. The transformation started off with…
Read More » -
Enterprise Java
Testing Spring & Hibernate Without XML
I’m very keen on the improvements in Spring 3 that eventually let you move away from XML into plain Java…
Read More » -
Enterprise Java
Spring Profile pattern example
Recently we were introduced with the concept of Spring Profiles. This concept is an easy configuration differentiators for different deployment…
Read More » -
Enterprise Java
Hello World with Spring 3 MVC
I owe my introduction to Spring to this article by Martin Fowler, way back in 2005. Since then I have…
Read More » -
Enterprise Java
Handling Forms with Spring 3 MVC
This article is a part of a series of articles written about Spring 3. The previous article of this series…
Read More » -
Enterprise Java
Handling Form Validation with Spring 3 MVC
This article is a part of a series on Spring 3. The earlier articles of this series were Hello World with…
Read More »