📄 acquiring.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Acquiring - The Apache Struts Web Application Framework</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="Craig R. McClanahan" name="author" />
<meta content="Ted Husted" name="author" />
<meta content="Martin Cooper" name="author" />
<meta content="James Holmes" name="author" />
<meta content="James Mitchell" name="author" />
<link href="./struts.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="heading">
<a href="http://apache.org/">
<img id="asf_logo_wide" alt="The Apache Project" src="./images/asf_logo_wide.gif" />
</a>
<a href="http://struts.apache.org/">
<img id="struts-logo" alt="Struts Framework" src="./images/struts.gif" />
</a>
</div>
<!--end heading-->
<div id="content">
<div id="menu">
<p>Struts</p>
<ul>
<li>
<a href="index.html">Welcome</a>
</li>
<li>
<a href="learning.html">Learning</a>
</li>
<li>
<a href="acquiring.html">Acquiring</a>
</li>
<li>
<a href="using.html">Using</a>
</li>
<li>
<a href="volunteers.html">Who We Are</a>
</li>
<li>
<a href="announce.html">Announcements</a>
</li>
</ul>
<p>Documentation</p>
<ul>
<li>
<a href="userGuide/index.html">User and Developer Guides</a>
</li>
<li>
<a href="userGuide/release-notes.html">Release Notes</a>
</li>
<li>
<a href="api/index.html">Javadoc</a>
</li>
<li>
<a href="faqs/index.html">FAQs and Howtos</a>
</li>
</ul>
<p>Community</p>
<ul>
<li>
<a href="http://jakarta.apache.org/site/bugs.html">Known Issues (Bugzilla)</a>
</li>
<li>
<a href="http://wiki.apache.org/struts">Wiki Pages</a>
</li>
<li>
<a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=241">List Archive</a>
</li>
<li>
<a href="http://wiki.apache.org/struts/StrutsResources">Resource Directory</a>
</li>
</ul>
<p>Download</p>
<ul>
<li>
<a href="http://struts.apache.org/download.cgi">Binaries</a>
</li>
<li>
<a href="http://struts.apache.org/download.cgi">Source Code</a>
</li>
<li>
<a href="http://svn.apache.org/dist/struts/">Development Releases</a>
</li>
</ul>
<p>Development</p>
<ul>
<li>
<a href="bylaws.html">Bylaws</a>
</li>
<li>
<a href="releases.html">Release Guidelines</a>
</li>
<li>
<a href="roadmap.html">Roadmap</a>
</li>
<li>
<a href="http://svn.apache.org/viewcvs.cgi/struts/action/branches/STRUTS_1_2_BRANCH/">Source Repository</a>
</li>
</ul>
</div>
<!--end menu-->
<div id="main">
<h2 id="Acquiring">Acquiring Struts</h2>
<div class="indent">
<p>
Struts is available in a convenient binary distribution and also with complete
source code. You may choose to download a production release or one of the
development builds. All downloads are available to the general public at
no charge and are distributed under the <a href="http://apache.org/licenses/">Apache License</a>.
</p>
<ul>
<li>
<a href="http://struts.apache.org/download.cgi">
<strong>Struts Binary and Source Code Distributions - Struts 1.2.8 is the best available version</strong>
</a>
</li>
</ul>
<p>
<strong>In addition to a Struts distribution,</strong> you will need to ensure that you have
downloaded and installed all of the
<a href="userGuide/installation.html#Prerequisites">
prerequisite</a> software applications.
Then, follow the appropriate instructions to
<a href="userGuide/installation.html#Installing">
install and use a Struts binary distribution</a> in your web application
or for
<a href="userGuide/installation.html#Building">
building Struts from the source distribution</a>.
</p>
</div>
<h2 id="Milestones">Development Builds</h2>
<div class="indent">
<p>
The latest <em>development build</em> of Struts is available
<a href="http://svn.apache.org/dist/struts/">here</a>
in a convenient binary distribution and also with complete source code.
</p>
<p>
Development builds are being reviewed for quality by the Struts community.
When a build is judged "ready for prime time", it is promoted to "General
Availability" status and may be made the "Best Available" release.
</p>
</div>
<h2 id="Builds">Nightly Builds</h2>
<div class="indent">
<p>
For developers who are helping to develop Struts, or who just want "the
latest bits", the latest development version is made available each morning.
Use at your own risk!
</p>
<ul>
<li>
Source Repository - Download the source directly via
<a href="http://www.apache.org/dev/version-control.html">
anonymous access</a>.
</li>
<li>
Binary builds - Download the binary distribution from one of the
Struts nightly build directories:
<a href="http://svn.apache.org/builds/struts/nightly/">
Built by Ant</a> or
<a href="http://svn.apache.org/builds/struts/maven/">
Built by Maven</a>.
</li>
<li>
Nightly source builds - Download the source distribution from the
<a href="http://svn.apache.org/builds/struts/nightly/src/">
Struts nightly sources directory</a>.
</li>
</ul>
<p>
If you are building Struts from source, be sure to refer to the
<a href="userGuide/installation.html">Installation page</a> in the
User Guide for prerequisites.
There are several JARs from the Jakarta Commons project that
are required to build Struts.
</p>
<p>
If you are interested in the Tag Library Descriptor (TLD) files,
they are maintained in the
<a href="http://svn.apache.org/repos/asf/struts/core/trunk/conf/share/">
/conf/share</a> folder of the main repository.
</p>
<p>
Also be sure to check the
<a href="userGuide/release-notes.html">
Release Notes</a> for the nightly builds so you know what you are getting!
</p>
<p>
Access to the source repository for Struts is available through both
<a href="http://svn.apache.org/viewcvs.cgi/struts/core/trunk/?root=Apache-SVN">web browser</a>
and
<a href="http://www.apache.org/dev/version-control.html">
Subversion client</a> interfaces.
</p>
</div>
<hr class="section" />
<div class="indent">
<p class="right">
Next: <a href="using.html">Using Struts</a>
</p>
</div>
</div>
<!--end main-->
</div>
<!--end content-->
<div id="footer">
<img id="powered-logo" alt="Powered by Struts" src="./images/struts-power.gif" />
Copyright (c) 2000-2005, The Apache Software Foundation <span class="noprint">-
<a href="http://wiki.apache.org/struts/StrutsDocComments">Comments?</a>
</span>
</div>
<!--end footer-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -