Archive

Archive for July, 2007

Java Validation With Dynamic Proxies

July 18th, 2007 admin 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 [...]

    Read More...

XML processing toolkit facilitates parsing and validation

July 18th, 2007 admin No comments

The Java API for XML Processing (JAXP) lets you validate, parse, and transform XML using several different APIs. JAXP provides both ease of use and vendor neutrality. This article, the first of a two-part series introducing JAXP, shows you how to take advantage of the API’s parsing and validation features. Part 2 will cover [...]

    Read More...
Categories: indiajava