struts.
The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a....
Here is the list of declaration for struts. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>struts</groupId> <artifactId>struts</artifactId> <version>1.2.9</version> </dependency>
If you think this Maven repository POM file listing for struts is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The struts-1.2.9 has 13 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 |
---|---|---|
Servlet | commons-fileupload 1.0 The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications. | 13 |
Log | commons-logging 1.0.4 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 273 |
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 struts-1.2.9. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JSF | tomahawk 1.1.10 JSF components and utilities that can be used with any JSF implementation. This library is compatible with both JSF1.1 and JSF1.2; however for JSF1.2 users there is an alternative build of Tomahawk available that takes advantage of JSF1.2 features to offer some additional benefits. | 36 |
Spring | spring-web 2.5 Spring Framework: Web | 140 |
Spring | spring-web 2.5.5 Spring Framework: Web | 12 |
Spring | spring 2.5.5 Spring Framework | 11 |
Spring | spring-web 2.5.4 Spring Framework: Web | 9 |
Spring | spring-webflow 1.0.5 Spring Web Flow | 15 |
Spring | spring 2.5.2 Spring Framework | 8 |
Spring | spring-web 2.5.6.SEC01 Spring Framework: Web | 6 |
Spring | spring 2.5.6.SEC03 Spring Framework | 12 |
Spring | spring-web 2.5.6 Spring Framework: Web | 21 |
Spring | spring-webmvc 2.0.6 Spring Framework: WebMVC | 7 |
Spring | spring 2.5.4 Spring Framework | 8 |
Spring | spring 2.5.6 Spring Framework | 51 |
Spring | spring 2.0 Spring Framework | 11 |
JSF | tomahawk12 1.1.9 JSF components and utilities that can be used with any JSF implementation. This library is based on the JSF1.1 version of Tomahawk, but with minor source code and build changes to take advantage of JSF1.2 features. A JSF1.2 implementation is required to use this version of the Tomahawk ... | 7 |
Spring | spring 1.2.9 Spring Framework | 27 |
Template | velocity-tools 1.3 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. | 13 |
Spring | spring-web 2.5.2 Spring Framework: Web | 6 |
Spring | spring 2.5.6.SEC01 Spring Framework | 5 |
The following plugins are used in the struts-1.2.9.jar
The following packages are defined in the struts-1.2.9.jar
org.apache.struts org.apache.struts.action org.apache.struts.actions org.apache.struts.config org.apache.struts.config.impl org.apache.struts.plugins org.apache.struts.taglib org.apache.struts.taglib.bean org.apache.struts.taglib.html org.apache.struts.taglib.logic org.apache.struts.taglib.nested org.apache.struts.taglib.nested.bean org.apache.struts.taglib.nested.html org.apache.struts.taglib.nested.logic org.apache.struts.taglib.tiles org.apache.struts.taglib.tiles.util org.apache.struts.tiles org.apache.struts.tiles.actions org.apache.struts.tiles.beans org.apache.struts.tiles.definition org.apache.struts.tiles.xmlDefinition org.apache.struts.upload org.apache.struts.util org.apache.struts.validator org.apache.struts.validator.validwhen
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>struts</groupId> <artifactId>struts</artifactId> <name>struts</name> <version>1.2.9</version> <description>The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts can interact with any standard data access technology, including Enterprise Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works well with JavaServer Pages, including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems. The Struts framework provides the invisible underpinnings every professional web application needs to survive. Struts helps you create an extensible development environment for your application, based on published standards and proven design patterns.</description> <url>http://struts.apache.org/</url> <issueManagement> <url>http://issues.apache.org/bugzilla/</url> </issueManagement> <ciManagement> <notifiers> <notifier> <configuration> <address>struts-dev@jakarta.apache.org</address> </configuration> </notifier> </notifiers> </ciManagement> <inceptionYear>2000</inceptionYear> <mailingLists> <mailingList> <name>Struts User List</name> <subscribe>user-subscribe@struts.apache.org</subscribe> <unsubscribe>user-unsubscribe@struts.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=42</archive> </mailingList> <mailingList> <name>Struts Developer List</name> <subscribe>dev-subscribe@struts.apache.org</subscribe> <unsubscribe>dev-unsubscribe@struts.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=41</archive> </mailingList> </mailingLists> <contributors> <contributor> <name>Tim Chen</name> <email>tchen at ampabay.rr.com</email> <organization></organization> </contributor> </contributors> <scm> <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/core/trunk</connection> <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/core/trunk</developerConnection> <url>http://svn.apache.org/repos/asf/struts/core/trunk</url> </scm> <organization> <name>The Apache Software Foundation</name> <url>http://struts.apache.org/</url> </organization> <build> <sourceDirectory>src/share</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <resources> <resource> <directory>${basedir}/src/share</directory> <includes> <include>**/*.properties</include> </includes> </resource> </resources> <testResources> <testResource> <targetPath>org/apache/struts/resources</targetPath> <directory>${basedir}/conf/share</directory> <includes> <include>**/*.xml</include> <include>**/*.dtd</include> </includes> </testResource> <testResource> <directory>${basedir}/src/test</directory> <includes> <include>**/*.xml</include> </includes> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>org/apache/struts/action/TestDynaActionForm.java</include> <include>org/apache/struts/action/TestDynaActionFormClass.java</include> <include>org/apache/struts/config/TestModuleConfig.java</include> <include>org/apache/struts/config/TestActionConfigMatcher.java</include> <include>org/apache/struts/util/Test*.java</include> </includes> </configuration> </plugin> </plugins> </build> <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.6</version> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> <version>1.1.4</version> </dependency> <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.7</version> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>2.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>antlr</groupId> <artifactId>antlr</artifactId> <version>2.7.2</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>cactus</groupId> <artifactId>cactus</artifactId> <version>12-1.4.1</version> <scope>test</scope> </dependency> <dependency> <groupId>cactus</groupId> <artifactId>cactus-ant</artifactId> <version>1.4.1</version> <scope>test</scope> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.5.1</version> <scope>compile</scope> </dependency> </dependencies> <distributionManagement> <repository> <id>default</id> <name>Default Repository</name> <url>file:///www/apache.mirrors.pair.com/jakarta/struts/</url> </repository> <site> <id>default</id> <name>Default Site</name> <url>scp://struts.apache.org//www/jakarta.apache.org/struts</url> </site> <status>converted</status> </distributionManagement> </project>