CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 01 Aug 2025 08:02:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080514040427
location: https://web.archive.org/web/20080514040427/https://struts.apache.org/2.x/index.html
server-timing: captures_list;dur=0.497896, exclusion.robots;dur=0.016673, exclusion.robots.policy;dur=0.007289, esindex;dur=0.009581, cdx.remote;dur=13.292644, LoadShardBlock;dur=232.227171, PetaboxLoader3.datanode;dur=68.050992, PetaboxLoader3.resolve;dur=86.570119
x-app-server: wwwb-app215
x-ts: 302
x-tr: 270
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 01 Aug 2025 08:02:27 GMT
content-type: text/html
x-archive-orig-date: Wed, 14 May 2008 04:04:26 GMT
x-archive-orig-server: Apache/2.2.8 (Unix)
x-archive-orig-last-modified: Thu, 01 May 2008 22:58:32 GMT
x-archive-orig-etag: "79e67-456f-44c333456f600"
x-archive-orig-accept-ranges: bytes
x-archive-orig-content-length: 17775
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 14 May 2008 04:04:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 18 Jul 2006 14:57:00 GMT", ; rel="prev memento"; datetime="Sun, 11 May 2008 19:26:11 GMT", ; rel="memento"; datetime="Wed, 14 May 2008 04:04:27 GMT", ; rel="next memento"; datetime="Thu, 22 May 2008 18:03:47 GMT", ; rel="last memento"; datetime="Tue, 19 Dec 2023 15:58:34 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_3_20080513200333_crawl109-c/51_3_20080514040426_crawl105.arc.gz
server-timing: captures_list;dur=1.976356, exclusion.robots;dur=0.012442, exclusion.robots.policy;dur=0.005579, esindex;dur=0.008153, cdx.remote;dur=17.943576, LoadShardBlock;dur=640.139192, PetaboxLoader3.datanode;dur=487.667017, PetaboxLoader3.resolve;dur=231.276592, load_resource;dur=155.695722
x-app-server: wwwb-app215
x-ts: 200
x-tr: 860
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Struts 2 -
Welcome
Struts 2
- Welcome
- Releases
- Thanks!
- Sponsorship
Documentation
Support
Reference
Plugin APIs
- Config Browser
- JasperReports
- JFreeChart
- JavaServer Faces
- Pell Multipart
- Plexus
- Sitegraph
- Sitemesh
- Struts 1
- Tiles
Development
- Struts 2.x Draft Docs
- How to Help FAQ
- Development Lists
- Source Code
- Release Guidelines
- Volunteers
- PMC Charter
- Sandbox
- Source Repository
Modules
Project Documentation

About Apache Struts 2

Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to streamline the full development cycle, from building, to deploying, to maintaining applications over time.
Apache Struts 2 was originally known as WebWork 2. After working independently for several years, the WebWork and Struts communities joined forces to create Struts2. This new version of Struts is simpler to use and closer to how Struts was always meant to be.
Build! Deploy! Maintain!
-
Build!
- Easy startup - Jumpstart new projects with our bootstrap tutorial and template application or Maven archetype.
- Improved Design - Code clean against HTTP-independant framework interfaces.
- Enhanced Tags - Code less with stylesheet-driven form tags that provide their own markup.
- Stateful Checkboxes - Avoid special handling with smart checkboxes that know when they are toggled.
- Flexible Cancel Buttons - Go directly to a different action on cancel.
- First-class AJAX support - Add interactivity and flexibility with AJAX tags that look and feel just like standard Struts tags.
- Easy Spring integration - Inject dependencies into Actions using Spring without glue code or red tape. (Plexus support also available.)
- Enhanced Results - Do more with speciality results for JasperReports, JFreeChart, Action chaining, and file downloading.
- POJO forms - No more ActionForms! Use any JavaBean to capture form input or put properties directly on an Action class. Use both binary and String properties!
- POJO Actions - Use any class as an Action class -- even the interface is optional!
-
Deploy!
- Easy plugins - Add framework extensions by dropping in a JAR. No manual configuration required! Bundled plugins add support for JavaServer Faces, JasperReports, JFreeChart, Tiles, and more ...
- Integrated profiling - Peek inside Struts2 to find where the cycles are going!
- Precise Error Reporting - Flip directly to the location and line of an error.
-
Maintain!
- Easy-to-test Actions - Test Struts2 Actions directly, without resorting to mock HTTP objects.
- Intelligent Defaults - Skip obvious and redundant settings. Most framework configuration elements have a default value that we can set and forget. Say it once!
- Easy-to-customize controller - Customize the request handling per action, if desired. Struts2 only does what you want it to do!
- Integrating Debugging - Research problem reports with built-in debugging tools.
- Easy-to-tweak tags - Customize tag markup by editing a FreeMarker template. No need to grok the taglib API! JSP, FreeMarker, and Velocity tags are fully supported.
To download the framework, visit
Apache Struts Distributions.
For more about Apache Struts 2, visit
Getting Started.
For more about framework extensions, visit the
Struts 2 Plugin Registry.
For help with migrating, visit our
Migration Guide.
Platform Requirements
Apache Struts 2 requires:- Servlet API 2.4
- JSP API 2.0
- Java 5
Licensing of Apache Struts Distributions
Apache Struts 2 source code and documentation is licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file included in distribution for additional information regarding copyright ownership. The ASF licenses the source code and documentation files in our Apache Struts distribution to you under the Apache License, Version 2.0 (the "License"); you may not use the Apache Struts product except in compliance with the License. You may obtain a copy of the License at https://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.©
2000-2008
Apache Software Foundation