A good data validation strategy is an important part of every application development project. Being able to consolidate and generalize validation using a proven framework can significantly improve ...
The first seven posts of my series of dealing with too many parameters expected in Java methods focused on alternative approaches to reduce the number of parameters a method or constructor expects. In ...