forked from apache/commons-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
STATUS.html
140 lines (118 loc) · 4.36 KB
/
STATUS.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!--
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.
-->
<html>
<head>
<title>Status File for Jakarta Commons "Validator" Component</title>
<head>
<body bgcolor="white">
<div align="center">
<h1>The Jakarta Commons <em>Validator</em> Component</h1>
<br>
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
<a href="#Committers">[Committers]</a>
<a href="#Action Items">[Action Items]</a>
<br><br>
</div>
<a name="Introduction"></a>
<h3>1. INTRODUCTION</h3>
<p> The commons-validator package provides a simple, extendable
framework to define validators (validation methods) and validation rules
in an xml file. There is support for internationalization of
validation rules and error messages.
</p>
<p>
The package should :
<ul>
<li>Provide in an easy way to define validations for fields</li>
<li>Provide internationalization support for validation rules and error messages.</li>
<li>Provide an easy way to define validators</li>
<li>Provide a way to store information in a validator definition so JavaScript client
side validation can be auto-generated matching the server side validation.</li>
</ul>
</p>
<p>
Non-goals:
<ul>
<li>This package does not auto-generate JavaScript client side code.</li>
</ul>
</p>
<a name="Dependencies"></a>
<h3>2. DEPENDENCIES</h3>
<p>The <em>Logging</em> component is dependent upon the following external
components for compilation:</p>
<ul>
<li><a href="http://www.junit.org/">JUnit</a>
(Version 3.2 or later)</li>
</ul>
<a name="Release Info"></a>
<h3>3. RELEASE INFO</h3>
<p>Current Release: <strong>Unreleased, CVS Repository Only</strong></p>
<p>Planned Next Release: 1.0</p>
<P>Tentative Release Date: November 1st, 2002</P>
<P>Release Manager: James Turner</P>
<B>OPEN BUGS</B><BR>
7318 javascript: zero - means bad integer?? <BR>
7349 Date Validation passes invalid date <BR>
8787 Indexed field validation patch <BR>
10584 Not all validation files are read in Validation PlugIn <BR>
10782 If two fields are required, and one has a mask, the mask is <BR>
13030 Digester unable to resolve external DTD <BR>
13421 GenericValidator & GenericTypeValidator unused variables & J <BR>
13472 Attempt to modify FastHashMap while in fast mode through ite <P>
<B>TO DO</B><BR>
Add DTD for Validation XML<BR>
Improve Javadoc<BR>
Write basic tutorial<P>
<a name="Committers"></a>
<h3>4. COMMITTERS</h3>
<p>The following individuals are the primary developers and maintainers of this
component. Developers who plan to use <em>Validator</em> in their own
projects are encouraged to collaborate on the future development of this
component to ensure that it continues to meet a variety of needs.</p>
<ul>
<li><a href="mailto:[email protected]">David Winterfeldt</a></li>
<li><a href="mailto:[email protected]">Craig McClanahan</a></li>
<li><a href="mailto:[email protected]">James Turner</a></li>
<li><a href="mailto:[email protected]">Martin Cooper</a></li>
<li><a href="mailto:[email protected]">David Graham</a></li>
<li><a href="mailto:[email protected]">Robert Leland</a></li>
</ul>
<a name="Action Items"></a>
<h3>5. ACTION ITEMS</h3>
<p>TO DO List:</p>
<table border="1">
<tr>
<th width="70%">Action Item</th>
<th width="20%">Volunteer</th>
<th width="10%">Expected</th>
</tr>
<tr>
<td>Documentation.</td>
<td>James Turner</td>
<td>1.0 Release</td>
</tr>
<tr>
<td>
Create ability to define a component. For example, to define
a global validation rule for an address object that can
then be referenced in a form element.
</td>
<td></td><td>Post 1.0</td>
</tr>
</table>
</body>
</html>