Digester.
The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized..
Here is the list of declaration for commons-digester. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <version>1.7</version> </dependency>
If you think this Maven repository POM file listing for commons-digester is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: /LICENSE.txt.
The commons-digester-1.7 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Data Structure | commons-beanutils 1.6 Java Bean Utililities | 38 |
Data Structure | commons-collections 2.1 Commons Collections | 44 |
XML Parser | xml-apis 1.0.b2 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ... | 52 |
JUnit | junit 3.8.1 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1966 |
The following table lists the most popular artifacts which are depending on commons-digester-1.7. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Framework | hudson-core 1.379 Contains the core Hudson code and view files to render HTML. | 5 |
Development | mule-module-builders 1.4.4 Standard configuration builders for Mule | 6 |
JEE | quartz 1.5.2 OpenSymphony's Quartz Scheduler | 23 |
Report | jasperreports 3.7.6 JasperReports Library | 10 |
Web Framework | hudson-core 2.1.0 Contains the core Hudson code and view files to render HTML. | 6 |
The following plugins are used in the commons-digester-1.7.jar
The following packages are defined in the commons-digester-1.7.jar
org.apache.commons.digester org.apache.commons.digester.parser org.apache.commons.digester.plugins org.apache.commons.digester.plugins.strategies org.apache.commons.digester.substitution org.apache.commons.digester.xmlrules
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <name>Digester</name> <version>1.7</version> <description>The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.</description> <url>http://jakarta.apache.org/commons/digester/</url> <issueManagement> <url>http://issues.apache.org/bugzilla/</url> </issueManagement> <ciManagement> <notifiers> <notifier> <configuration> <address>commons-dev@jakarta.apache.org</address> </configuration> </notifier> </notifiers> </ciManagement> <inceptionYear>2001</inceptionYear> <mailingLists> <mailingList> <name>Commons Dev List</name> <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive> </mailingList> <mailingList> <name>Commons User List</name> <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe> <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive> </mailingList> </mailingLists> <contributors> <contributor> <name>Bradley M. Handy</name> <email>bhandy@users.sf.net</email> </contributor> <contributor> <name>Christopher Lenz</name> <email></email> </contributor> <contributor> <name>Ted Husted</name> <email></email> </contributor> <contributor> <name>David H. Martin</name> <email></email> </contributor> <contributor> <name>Henri Chen</name> <email></email> </contributor> <contributor> <name>Janek Bogucki</name> <email></email> </contributor> <contributor> <name>Mark Huisman</name> <email></email> </contributor> <contributor> <name>Paul Jack</name> <email></email> </contributor> <contributor> <name>Anton Maslovsky</name> <email></email> </contributor> <contributor> <name>Matt Cleveland</name> <email></email> </contributor> <contributor> <name>Gabriele Carcassi</name> <email></email> </contributor> <contributor> <name>Wendy Smoak</name> <email>java@wendysmoak.com</email> </contributor> </contributors> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>/LICENSE.txt</url> </license> </licenses> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/digester/trunk</connection> <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/digester/trunk</url> </scm> <organization> <name>The Apache Software Foundation</name> <url>http://jakarta.apache.org</url> </organization> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <resources> <resource> <directory>${pom.build.sourceDirectory}</directory> <includes> <include>**/*.dtd</include> </includes> </resource> </resources> <testResources> <testResource> <directory>${pom.build.unitTestSourceDirectory}</directory> <includes> <include>**/*.xml</include> </includes> </testResource> <testResource> <directory>${pom.build.sourceDirectory}</directory> <includes> <include>**/*.dtd</include> </includes> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test.java</include> <include>**/*TestCase.java</include> </includes> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.6</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>2.1</version> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.0.b2</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <repository> <id>default</id> <name>Default Repository</name> <url>file:///www/jakarta.apache.org/builds/jakarta-commons/digester/</url> </repository> <site> <id>default</id> <name>Default Site</name> <url>scp://people.apache.org//www/jakarta.apache.org/commons/digester/</url> </site> </distributionManagement> </project>