~ubuntu-branches/ubuntu/trusty/commons-beanutils/trusty

« back to all changes in this revision

Viewing changes to STATUS.html

  • Committer: Bazaar Package Importer
  • Author(s): Takashi Okamoto
  • Date: 2002-02-16 23:17:39 UTC
  • Revision ID: james.westby@ubuntu.com-20020216231739-eha35b05fam940p6
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>Status File for Jakarta Commons "BeanUtils" Component</title>
 
4
<head>
 
5
<body bgcolor="white">
 
6
 
 
7
 
 
8
<div align="center">
 
9
<h1>The Jakarta Commons <em>BeanUtils</em> Component</h1>
 
10
$Id: STATUS.html,v 1.4 2001/07/14 23:56:02 craigmcc Exp $<br>
 
11
<a href="#Introduction">[Introduction]</a>
 
12
<a href="#Dependencies">[Dependencies]</a>
 
13
<a href="#Release Info">[Release Info]</a>
 
14
<a href="#Committers">[Committers]</a>
 
15
<a href="#Action Items">[Action Items]</a>
 
16
<br><br>
 
17
</div>
 
18
 
 
19
 
 
20
<a name="Introduction"></a>
 
21
<h3>1.  INTRODUCTION</h3>
 
22
 
 
23
<p>The <em>BeanUtils</em> Component contains a set of Java classes that provide
 
24
static utility methods useful in manipulating Java classes that conform to the
 
25
JavaBeans Specification naming patterns for bean properties in a dynamic
 
26
fashion.  The following classes are included:</p>
 
27
<ul>
 
28
<li><strong>BeanUtils</strong> - Higher level getters and setters that deal
 
29
    with automatic conversion of String-represented property values to the
 
30
    corresponding data types of the underlying property setters (and vice
 
31
    versa), using the capabilities of the ConvertUtils and PropertyUtils
 
32
    classes.</li>
 
33
<li><strong>ConvertUtils</strong> - Utility methods to convert String arguments
 
34
    to native Java types (and vice versa)</li>.
 
35
<li><strong>PropertyUtils</strong> - Low level getters and setters for bean
 
36
    properties that perform no type conversions at all.</li>
 
37
</ul>
 
38
 
 
39
<p>An innovative and unique feature of this component is the syntax for
 
40
accessing nested and indexed bean properties.  See the Javadocs (TODO: link
 
41
to online docs) on PropertyUtils for more information about this feature.</p>
 
42
 
 
43
 
 
44
<a name="Dependencies"></a>
 
45
<h3>2.  DEPENDENCIES</h3>
 
46
 
 
47
<p>The <em>BeanUtils</em> component is dependent upon the following external
 
48
components for development and use:</p>
 
49
<ul>
 
50
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
 
51
    (Version 1.2 or later)</li>
 
52
<li><a href="http://jakarta.apache.org/commons">Collections Classes</a>
 
53
    from the Jakarta Commons Subproject</li>
 
54
<li><a href="http://www.junit.org">JUnit Testing Framework</a>
 
55
    (Version 3.7 or later) - for unit tests only, not required
 
56
    for deployment</li>
 
57
</ul>
 
58
 
 
59
 
 
60
<a name="Release Info"></a>
 
61
<h3>3.  RELEASE INFO</h3>
 
62
 
 
63
<p>Current Release:
 
64
<a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.0/">Version 1.0</a></p>
 
65
 
 
66
<p>Planned Next Release:  TBD.  See the
 
67
<a href="#Action Items">Action Items</a> list for tasks that need to be
 
68
completed prior to this release.</p>
 
69
 
 
70
 
 
71
<a name="Committers"></a>
 
72
<h3>4.  COMMITTERS</h3>
 
73
 
 
74
<p>The following individuals are the primary developers and maintainers of this
 
75
component.  Developers who plan to use <em>BeanUtils</em> in their own
 
76
projects are encouraged to collaborate on the future development of this
 
77
component to ensure that it continues to meet a variety of needs.</p>
 
78
<ul>
 
79
<li><a href="mailto:craigmcc@apache.org">Craig McClanahan</a>
 
80
<li><a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a>
 
81
</ul>
 
82
 
 
83
 
 
84
<a name="Action Items"></a>
 
85
<h3>5.  ACTION ITEMS</h3>
 
86
 
 
87
<p>The following action items need to be completed prior to a Version 1.0
 
88
release of this component:</p>
 
89
 
 
90
<table border="1">
 
91
 
 
92
  <tr>
 
93
    <th width="80%">Action Item</th>
 
94
    <th width="20%">Volunteer</th>
 
95
  </tr>
 
96
 
 
97
  <tr>
 
98
    <td><strong>Unit Tests for PropertyUtils</strong>.  Complete the JUnit
 
99
         unit tests for the <code>PropertyUtils</code> class.</td>
 
100
    <td align="center">Craig</td>
 
101
  </tr>
 
102
 
 
103
  <tr>
 
104
    <td><strong>Unit Tests for ConvertUtils</strong>.  Create and run
 
105
        the JUnit tests for the <code>ConvertUtils</code> class.</td>
 
106
    <td align="center">Geir (volunteer if you want it :)</td>
 
107
  </tr>
 
108
 
 
109
  <tr>
 
110
    <td><strong>Unit Tests for BeanUtils</strong>.  Create and run
 
111
        the JUnit tests for the <code>BeanUtils</code> class.</td>
 
112
    <td align="center">Geir</td>
 
113
  </tr>
 
114
 
 
115
  <tr>
 
116
    <td><strong>Install / Use Documentation</strong>.  Create simple
 
117
        installation and User's Guide documentation for this component.</td>
 
118
    <td align="center">Craig</td>
 
119
  </tr>
 
120
 
 
121
</table>
 
122
 
 
123
</body>
 
124
</html>