Java Validation With Dynamic Proxies
July 18th, 2007
No comments
Decouple validation processes from your business object implementations
Version 1.3 of the Java platform saw the introduction of the dynamic proxy facility. Dynamic proxies offer many interesting solutions to Java developers, including a validation scheme that easily decouples validation logic from an application’s core business logic. In this article, Java developer Eric Olson shows you [...]
Categories: Java Development, Java Programming, indiajava