VelocityTools.
VelocityTools is an integrated collection of Velocity subprojects with the common goal of creating tools and infrastructure to speed and ease development of both web and non-web applications using the Velocity template engine..
Here is the list of declaration for velocity-tools. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-tools</artifactId> <version>2.0</version> </dependency>
If you think this Maven repository POM file listing for velocity-tools 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: http://www.apache.org/licenses/LICENSE-2.0.txt.
The velocity-tools-2.0 has 23 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 |
---|---|---|
XML | commons-digester 1.8 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. | 40 |
Data Structure | commons-chain 1.1 An implmentation of the GoF Chain of Responsibility pattern | 5 |
Data Structure | commons-collections 3.2 Types that extend and augment the Java Collections Framework. | 366 |
Data Structure | commons-lang 2.2 Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 23 |
Log | commons-logging 1.1 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 445 |
Web Framework | commons-validator 1.3.1 Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts. | 19 |
Template | velocity 1.6.2 Apache Velocity is a general purpose template engine. | 20 |
Testing | httpunit 1.6.1 A Java library for the automatic stimulation and testing of web applications. | 8 |
Scripting | js 1.6R5 Rhino: JavaScript for Java | 9 |
Parser | xercesImpl 2.8.1 Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to ... | 101 |
JUnit | junit 4.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. | 60 |
The following table lists the most popular artifacts which are depending on velocity-tools-2.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Framework | doxia-site-renderer 1.4 The Site Renderer handles the rendering of sites, merging site decoration with document content. | 21 |
JSF | appfuse-web 3.0.0 AppFuse Web Frameworks: JSF, Spring MVC, Struts 2 and Tapestry. | 16 |
XML | htmlcompressor 1.5.2 HtmlCompressor is a small, fast and very easy to use Java library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result pages become smaller in size and load faster. A command-line version of ... | 13 |
Web Framework | doxia-site-renderer 1.6 The Site Renderer handles the rendering of sites, merging site decoration with document content. | 7 |
The following plugins are used in the velocity-tools-2.0.jar
The following packages are defined in the velocity-tools-2.0.jar
org.apache.velocity.tools org.apache.velocity.tools.config org.apache.velocity.tools.generic org.apache.velocity.tools.generic.log org.apache.velocity.tools.struts org.apache.velocity.tools.view org.apache.velocity.tools.view.context org.apache.velocity.tools.view.i18n org.apache.velocity.tools.view.jsp org.apache.velocity.tools.view.servlet org.apache.velocity.tools.view.tools
Here is the content of the POM file.
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.velocity</groupId> <artifactId>velocity-tools</artifactId> <name>VelocityTools</name> <version>2.0</version> <packaging>jar</packaging> <organization> <name>Apache Software Foundation</name> <url>http://velocity.apache.org/</url> </organization> <url>http://velocity.apache.org/tools/devel/</url> <description> VelocityTools is an integrated collection of Velocity subprojects with the common goal of creating tools and infrastructure to speed and ease development of both web and non-web applications using the Velocity template engine. </description> <inceptionYear>2002</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <build> <defaultGoal>install</defaultGoal> <outputDirectory>build/classes</outputDirectory> <directory>dist</directory> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <configuration> <inputEncoding>UTF-8</inputEncoding> <outputEncoding>UTF-8</outputEncoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/Test*.java</include> <include>**/*Test.java</include> <include>**/*TestCase.java</include> <include>**/*Tests.java</include> </includes> </configuration> </plugin> </plugins> <resources> <resource> <directory>src/main/java</directory> <excludes> <exclude>**/*.java</exclude> </excludes> </resource> </resources> </build> <distributionManagement> <site> <id>velocity.apache.org</id> <url>scpexe://people.apache.org/www/velocity.apache.org/tools/releases/velocity-tools-2.0/</url> </site> <!-- <repository> <id>default</id> <name>Apache Release Mirroring Distribution Repository</name> <url>scp://people.apache.org/www/www.apache.org/dist/velocity/tools/</url> </repository> --> <repository> <id>apache.releases</id> <name>Apache Release Distribution Repository</name> <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> </repository> <snapshotRepository> <id>apache.snapshots</id> <name>Apache Development Snapshot Repository</name> <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> </snapshotRepository> </distributionManagement> <contributors> <contributor> <name>Craig R. McClanahan</name> </contributor> <contributor> <name>Christopher Schultz</name> </contributor> <contributor> <name>Chris Townsen</name> </contributor> <contributor> <name>Dave Bryson</name> </contributor> <contributor> <name>David Graham</name> </contributor> <contributor> <name>David Winterfeldt</name> </contributor> <contributor> <name>Denis Bredelet</name> </contributor> <contributor> <name>Dmitri Colebatch</name> </contributor> <contributor> <name>Gabriel Sidler</name> </contributor> <contributor> <name>Jon S. Stevens</name> </contributor> <contributor> <name>Kent Johnson</name> </contributor> <contributor> <name>Leon Messerschmidt</name> </contributor> <contributor> <name>Mike Kienenberger</name> </contributor> <contributor> <name>S. Brett Sutton</name> </contributor> <contributor> <name>Shinobu Kawai</name> </contributor> <contributor> <name>Ted Husted</name> </contributor> <contributor> <name>Tim Colson</name> </contributor> </contributors> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <reportSets> <reportSet> <reports> <report>dependencies</report> <report>issue-tracking</report> <report>license</report> <report>summary</report> <report>scm</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <reportSets> <reportSet> <reports> <report>changes-report</report> <report>jira-report</report> </reports> </reportSet> </reportSets> <configuration> <!-- no FixFor yet. --> <filter>sorter/field=issuekey&sorter/order=ASC</filter> <maxEntries>100</maxEntries> <teamlist>http://velocity.apache.org/who-we-are.html</teamlist> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <configuration> <tag>TODO</tag> <tag>FIXME</tag> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <links> <link>http://java.sun.com/j2se/1.5.0/docs/api</link> <link>http://jakarta.apache.org/commons/lang/api-release</link> <link>http://jakarta.apache.org/commons/logging/api-release</link> <link>http://jakarta.apache.org/commons/collections/api-release</link> <link>http://logging.apache.org/log4j/docs/api</link> <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs</link> </links> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changelog-plugin</artifactId> </plugin> </plugins> </reporting> <mailingLists> <mailingList> <name>Velocity User List</name> <subscribe>user-subscribe@velocity.apache.org</subscribe> <unsubscribe>user-unsubscribe@velocity.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/velocity-user/</archive> <otherArchives> <otherArchive>http://marc.theaimsgroup.com/?l=velocity-user&r=1&w=2</otherArchive> <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.velocity.user</otherArchive> <otherArchive>http://www.nabble.com/Velocity---User-f347.html</otherArchive> <otherArchive>http://www.mail-archive.com/user%40velocity.apache.org/</otherArchive> <otherArchive>http://www.mail-archive.com/velocity-user%40jakarta.apache.org/</otherArchive> </otherArchives> </mailingList> <mailingList> <name>Velocity Developer List</name> <subscribe>dev-subscribe@velocity.apache.org</subscribe> <unsubscribe>dev-unsubscribe@velocity.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/velocity-dev/</archive> <otherArchives> <otherArchive>http://marc.theaimsgroup.com/?l=velocity-dev&r=1&w=2/</otherArchive> <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.velocity.devel</otherArchive> <otherArchive>http://www.nabble.com/Velocity---Dev-f346.html</otherArchive> <otherArchive>http://www.mail-archive.com/dev%40velocity.apache.org/</otherArchive> <otherArchive>http://www.mail-archive.com/velocity-dev%40jakarta.apache.org/</otherArchive> </otherArchives> </mailingList> </mailingLists> <issueManagement> <system>JIRA</system> <url>http://issues.apache.org/jira/browse/VELTOOLS</url> </issueManagement> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/tools/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/tools/trunk</developerConnection> <tag>HEAD</tag> <url>http://svn.apache.org/repos/asf/velocity/tools/trunk</url> </scm> <dependencies> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <version>1.8</version> </dependency> <dependency> <groupId>commons-chain</groupId> <artifactId>commons-chain</artifactId> <version>1.1</version> <exclusions> <exclusion> <groupId>javax.portlet</groupId> <artifactId>portlet-api</artifactId> </exclusion> <exclusion> <groupId>myfaces</groupId> <artifactId>myfaces-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.2</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1</version> <exclusions> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> <version>1.3.1</version> <exclusions> <exclusion> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.8</version> </dependency> <dependency> <groupId>sslext</groupId> <artifactId>sslext</artifactId> <version>1.2-0</version> <exclusions> <exclusion> <groupId>struts</groupId> <artifactId>struts</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-core</artifactId> <version>1.3.8</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-taglib</artifactId> <version>1.3.8</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-tiles</artifactId> <version>1.3.8</version> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>1.6.2</version> </dependency> <dependency> <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <version>1.6.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-embedded</artifactId> <version>6.0.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-embedded</artifactId> <version>6.0.1</version> <scope>test</scope> </dependency> <dependency> <groupId>nekohtml</groupId> <artifactId>nekohtml</artifactId> <version>0.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>rhino</groupId> <artifactId>js</artifactId> <version>1.6R5</version> <scope>test</scope> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xmlParserAPIs</artifactId> <version>2.6.2</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.1</version> <scope>test</scope> </dependency> </dependencies> </project>