News

If you've written many full-blown applications in Java, especially ones in which input is accepted from a Web form or a Swing GUI, you've probably spent some time writing validation code -- that ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Constraining XML by using DTDs or XML Schema is a well-accepted practice. However, using those same mechanisms for constraining Java method arguments is uncharted territory. In this article, Brett ...