|
| 1 | +<?xml version="1.0"?> |
| 2 | + |
| 3 | +<html> |
| 4 | + <head> |
| 5 | + <title>Jakarta Commons-Codec: Status</title> |
| 6 | + </head> |
| 7 | + |
| 8 | + <body bgcolor="white"> |
| 9 | + <div align="center"> |
| 10 | + <h1>The Jakarta Commons <em>Codec</em> Component</h1> |
| 11 | + $Id: STATUS.html,v 1.1 2003/04/25 17:50:55 tobrien Exp $<br/> |
| 12 | + <a href="#Introduction">[Introduction]</a> |
| 13 | + <a href="#Dependencies">[Dependencies]</a> |
| 14 | + <a href="#Release Info">[Release Info]</a> |
| 15 | + <a href="#Committers">[Committers]</a> |
| 16 | + <a href="#Action Items">[Action Items]</a> |
| 17 | + <br/><br/> |
| 18 | + </div> |
| 19 | + |
| 20 | + <a name="Introduction"></a> |
| 21 | + <h3>1. INTRODUCTION</h3> |
| 22 | + |
| 23 | + <p> |
| 24 | + The <em>Codec</em> Component contains a set of Java classes that provide |
| 25 | + encode/decode functionality and helper methods for various data formats. |
| 26 | + The following classes are included: |
| 27 | + <ul> |
| 28 | + <li>Binary Encoders/Decoders |
| 29 | + <ul> |
| 30 | + <li><strong>Base64</strong> - Encoding/decoding of the popular base64 format.</li> |
| 31 | + </ul> |
| 32 | + </li> |
| 33 | + <li>Phonetic Encoders |
| 34 | + <ul> |
| 35 | + <li><strong>Soundex</strong> - Encoding of Strings to soundex values.</li> |
| 36 | + <li><strong>Metaphone</strong> - Encoding of Strings to metaphone values, a more |
| 37 | + advanced soundex-like algorithm.</li> |
| 38 | + <li><strong>RefinedSoundex</strong></li> |
| 39 | + </ul> |
| 40 | + </li> |
| 41 | + </ul> |
| 42 | + </p> |
| 43 | + |
| 44 | + <a name="Dependencies"></a> |
| 45 | + <h3>2. DEPENDENCIES</h3> |
| 46 | + |
| 47 | + <p> |
| 48 | + The <em>Codec</em> component is dependent upon the following external |
| 49 | + components for development and use: |
| 50 | + </p> |
| 51 | + |
| 52 | + <table border="1" width="600"> |
| 53 | + <tr> |
| 54 | + <td width="33%" rowspan="2" valign="middle" align="center">Component</td> |
| 55 | + <td width="10%" rowspan="2" valign="middle" align="center">Version</td> |
| 56 | + <td width="50%" colspan="3" align="center">Dependency</td> |
| 57 | + <td width="7%" rowspan="2" valign="middle" align="center">Distribute</td> |
| 58 | + </tr> |
| 59 | + <tr> |
| 60 | + <td align="center"> |
| 61 | + Compilation |
| 62 | + </td> |
| 63 | + <td align="center"> |
| 64 | + Runtime |
| 65 | + </td> |
| 66 | + <td align="center"> |
| 67 | + Testing |
| 68 | + </td> |
| 69 | + </tr> |
| 70 | + <tr> |
| 71 | + <td align="right"> |
| 72 | + <a href="http://java.sun.com/j2se">Java Development Kit</a> |
| 73 | + </td> |
| 74 | + <td align="center">1.2+</td> |
| 75 | + <td align="center" colspan="3" bgcolor="green">Yes</td> |
| 76 | + <td align="center"><b>No</b></td> |
| 77 | + </tr> |
| 78 | + <tr> |
| 79 | + <td align="right"> |
| 80 | + <a href="http://www.junit.org">JUnit Testing Framework</a> |
| 81 | + </td> |
| 82 | + <td align="center">3.7+</td> |
| 83 | + <td align="center" colspan="2" bgcolor="red">No</td> |
| 84 | + <td align="center" bgcolor="green">Yes</td> |
| 85 | + <td align="center"><b>No</b></td> |
| 86 | + </tr> |
| 87 | + </table> |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + <a name="Release Info"></a> |
| 92 | + <h3>3. RELEASE INFO</h3> |
| 93 | + |
| 94 | + <p> |
| 95 | + Current Release: Codec is a project in the Jakarta Commons Sandbox and does not |
| 96 | + currently have a quality release. Please see RELEASE-PLAN for details about |
| 97 | + the upcoming March 2003 release. |
| 98 | + </p> |
| 99 | + |
| 100 | + <p> |
| 101 | + Planned Next Release: <b>1.1 April 2003</b> |
| 102 | + </p> |
| 103 | + |
| 104 | + <a name="Committers"></a> |
| 105 | + <h3>4. COMMITTERS</h3> |
| 106 | + |
| 107 | + <p> |
| 108 | + The following individuals are the primary developers and maintainers of this |
| 109 | + component. Developers who plan to use <em>Codec</em> in their own |
| 110 | + projects are encouraged to collaborate on the future development of this |
| 111 | + component to ensure that it continues to meet a variety of needs. |
| 112 | + </p> |
| 113 | + |
| 114 | + <ul> |
| 115 | + <li><a href="mailto:sanders@apache.org">Scott Sanders</a></li> |
| 116 | + <li><a href="mailto:bayard@apache.org">Henri Yandell</a></li> |
| 117 | + <li><a href="mailto:rwaldhoff@apache.org">Rodney Waldhoff</a></li> |
| 118 | + <li><a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a></li> |
| 119 | + <li><a href="mailto:jon@collab.net">Jon S. Stevens</a></li> |
| 120 | + <li><a href="mailto:tobrien@apache.org">Tim O'Brien</a></li> |
| 121 | + </ul> |
| 122 | + |
| 123 | + <a name="Action Items"></a> |
| 124 | + <h3>5. ACTION ITEMS</h3> |
| 125 | + |
| 126 | + <p> |
| 127 | + Please see the file TODO for more information. |
| 128 | + </p> |
| 129 | + |
| 130 | + </table> |
| 131 | + |
| 132 | + </body> |
| 133 | +</html> |
0 commit comments