📄 todo-1.1.html
字号:
[STRUTS-DEV, David Winterfeldt, 08/02/2000]
[STRUTS-DEV, Andy Boyko, 11/15/2000]
[STRUTS-DEV, Andy Boyko, 12/07/2000]
</td>
<td />
</tr>
<tr>
<td>
<em>Additional Attributes</em>.
Support additional HTML 4.0.1 attributes (such as "disabled",
"readonly", "wrap" on textarea)
where appropriate.
[STRUTS-USER, , 08/23/2000]
</td>
<td />
</tr>
<tr>
<td>
<em>Improved Iteration Support</em>.
Improve the ability to use the <logic:iterate>
tag over a collection, and generate a set of input fields for each
member of the collection (perhaps auto-generating a subscript?).
A significant use case is master-detail relationships (say, a
customer and their current orders) where you allow editing of any
and all fields.
[STRUTS-USER, Lars, 12/06/2000]
[STRUTS-USER, Chandan Kulkarni, 12/26/2000]
</td>
<td />
</tr>
<tr>
<td>
<em>Multi-Page Form Support</em>.
Create design patterns and improved internal support for forms that
span multiple pages.
</td>
<td>
Nic Hobbs
</td>
</tr>
</table>
</div>
<h2 id="Logic">Logic Tag Library [org.apache.struts.taglib.logic]</h2>
<div class="indent">
<p>This tag library provides mechanisms to conditionally process
nested body content based on a variety of logical conditions.</p>
<table class="task-list">
<thead>
<tr>
<th>Description</th>
<th>Volunteer</th>
</tr>
</thead>
<tr>
<td>
<em>'Else' and 'Else If' Capability and Other Conditional Structures</em>.
Add "else" and "else if" constructs to the existing conditional
tags, in some reasonable format.
Add conditional tags that emulate the "case" or "switch"
capability of many programming languages.
NOTE: Pending the outcome of the JSPTL, this functionality will
not be added to the Struts-Logic tags. However, a
contributor
taglib is available.
</td>
<td>
Niall Pemberton
</td>
</tr>
<tr>
<td>
<em>Iterating Parallel Collections</em>.
Enhance <logic:iterate>, or provide a new
tag, to iterate over multiple collections in parallel.
[STRUTS-DEV, Jeff R., 08/03/2000]
</td>
<td />
</tr>
</table>
</div>
<h2 id="WML">WML Tag Library [org.apache.struts.taglib.wml]</h2>
<div class="indent">
<p>This tag library will contain tags useful in preparing web applications
similar to those supported by the HTML tag library, but render output that
is well-formed XML in accordance with WML specifications.</p>
</div>
<h2 id="xforms">XFORMS Tag Library [org.apache.struts.taglib.xforms]</h2>
<div class="indent">
<p>This potential new tag library provides access to facilities in the
emerging XForms standards.</p>
<table class="task-list">
<thead>
<tr>
<th>Description</th>
<th>Volunteer</th>
</tr>
</thead>
<tr>
<td>
<em>Generalized Form Handling</em>.
Consider how to support more generalized definitions of forms and
their fields, perhaps based on emerging XForms standards.
</td>
<td />
</tr>
</table>
</div>
<h2 id="XHTML">XHTML Tag Library [org.apache.struts.taglib.xhtml]</h2>
<div class="indent">
<p>This tag library will contain tags useful in preparing web applications
similar to those supported by the HTML tag library, but render output that
is well-formed XML in accordance with the XHTML 1.0 specification.</p>
</div>
<h2 id="Tools">Tools Support [org.apache.struts.tools]</h2>
<div class="indent">
<p>This package contains code generators and other tools that
facilitate the creation of Struts-based applications. Further
subdivision into specialized packages should be performed as
appropriate.</p>
<table class="task-list">
<thead>
<tr>
<th>Description</th>
<th>Volunteer</th>
</tr>
</thead>
<tr>
<td>
<em>XML --> ActionForm Code Generator</em>.
Create a tool that takes an XML-based description of the
properties of the form bean, and automatically generates
the corresponding Java class.
A
contributor extension is now available.
[STRUTS-DEV, Mark Wutka, 06/01/2000 and 06/16/2000]
</td>
<td>
Ravindran Ramaiah
</td>
</tr>
</table>
</div>
<h2 id="Util">Utility Classes [org.apache.struts.util]</h2>
<div class="indent">
<p>This package contains a variety of utility classes useful within
Struts as well as in stand-alone applications.</p>
<table class="task-list">
<thead>
<tr>
<th>Description</th>
<th>Volunteer</th>
</tr>
</thead>
<tr>
<td>
<em>XmlMessageResources</em>.
Implementation of MessageResources and
MessageResourcesFactory that loads message keys
and strings from one or more XML resources or files.
[STRUTS-DEV, Scott Sayles, 01/07/2000]
</td>
<td />
</tr>
<tr>
<td>
<em>Enhanced Collections Support</em>.
Improve support in BeanUtils,
ConvertUtils, and PropertyUtils for property
values that implement Collection, List, or
Set, treating them in a manner similar to the way that
indexed or array-valued properties are handled.
[Bugzilla #640]
</td>
<td />
</tr>
</table>
</div>
<h2 id="UnitTests">Unit Test Suites</h2>
<div class="indent">
<p>Unit test components compatible with the JUnit and Cactus testing
frameworks, to test and validate internal APIs of the Struts framework.
Volunteers will typically agree to develop tests for an entire package
within the Java source code of Struts.
</p>
<table class="task-list">
<thead>
<tr>
<th>Description</th>
<th>Volunteer</th>
</tr>
</thead>
<tr>
<td>
<em>Action</em>.
Unit tests for the org.apache.struts.action package.
</td>
<td>
Rob Leland
</td>
</tr>
<tr>
<td>
<em>Actions</em>.
Unit tests for the org.apache.struts.actions package.
</td>
<td />
</tr>
<tr>
<td>
<em>Taglib.Bean</em>.
Unit tests for the org.apache.struts.taglib.bean package.
</td>
<td />
</tr>
<tr>
<td>
<em>Taglib.Html</em>.
Unit tests for the org.apache.struts.taglib.html package.
</td>
<td />
</tr>
<tr>
<td>
<em>Taglib.Logic</em>.
Unit tests for the org.apache.struts.taglib.logic package.
</td>
<td />
</tr>
<tr>
<td>
<em>Taglib.Template</em>.
Unit tests for the org.apache.struts.taglib.template package.
</td>
<td />
</tr>
<tr>
<td>
<em>Upload</em>.
Unit tests for the org.apache.struts.taglib.upload package.
</td>
<td />
</tr>
<tr>
<td>
<em>Util</em>.
Unit tests for the org.apache.struts.util package.
</td>
<td />
</tr>
</table>
</div>
<h2 id="Additional">Additional Possibilities</h2>
<div class="indent">
<p>This section is a catch-all for additional areas of functionality
to be investigated for inclusion into Struts.</p>
<table class="task-list">
<thead>
<tr>
<th>Description</th>
<th>Volunteer</th>
</tr>
</thead>
<tr>
<td>
<em>Coarse Grain Components</em>.
[STRUTS-DEV, Cedric Dumoulin, 10/03/2000]
</td>
<td />
</tr>
<tr>
<td>
<em>Multidimensional Properties</em>.
[STRUTS-DEV, Eric, 11/07/2000]
</td>
<td />
</tr>
<tr>
<td>
<em>Portal Components</em>.
[STRUTS-DEV, Phil Grimm, 11/22/2000]
</td>
<td>
Ted Husted
</td>
</tr>
<tr>
<td>
<em>Storefront Example App</em>.
[STRUTS-DEV, David D'Orto, 12/11/2000]
</td>
<td />
</tr>
</table>
</div>
<h2 id="Contrib">Contributors Area</h2>
<div class="indent">
<p>A portion of the Struts web site, and file system, where individually
contributed add-ons for Struts can be hosted and downloaded.</p>
<table class="task-list">
<thead>
<tr>
<th>Description</th>
<th>Volunteer</th>
</tr>
</thead>
<tr>
<td>
<em>Proposal</em>.
Detailed proposal with implementation plan.
[STRUTS-USER, Ned Seagoon, 12/22/2000]
</td>
<td>
Ted Husted
</td>
</tr>
</table>
</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 + -