JDOM
Recently I've been writing some utilities to help analyze the relationship of different components of Lotus Workplace. The build system we use uses XML files for declaring explicit dependencies on other component parts of the system. I just needed to load all these XML files and build a large tree to walk and extract some data. I decided to try the JDOM library and it worked great. It's so simple to use. It took about five minutes to learn enough to do all the parsing I needed. I really like it.
Comments