Parsing, indexing, and searching XML with Digester and Lucene (IBM developerWorks)
[Posted June 4, 2003 by cook]
Otis Gospodnetic
writes about XML parsing under Java with Digester and Lucene.
"
Java developers can use the SAX interface to parse XML documents, but this process is rather complex. Digester and Lucene, two open source projects from the Apache Foundation, cut down your development time for projects in which you manipulate XML. Lucene developer Otis Gospodnetic shows you how it's done, with example code that you can compile and run."
(
Log in to post comments)