ArticlesXML Manipulation using XMLTask
With the widespread use of XML by various Java technologies--for config files, stylesheets, deployment descriptors, etc.--it's not surprising that you might need to work with XML at build-time. XMLTask for Ant makes this a lot easier. Brian Agnew has a look at some of what you can do with XMLTask. Nov. 1, 2006
Java Object Querying Using JXPath
Finding objects within objects within lists of objects can be a tiresome chore to code, with multiply-nested loops and all sorts of room for error. JXPath offers an alternative: addressing your objects, their members, and their members' members with an XPath-style syntax. Brian Agnew looks at the pros and cons of this approach. Aug. 3, 2006
|