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 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- Content Stylesheet for Site -->
<!-- start the processing -->
<!-- ====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<!-- Main Page Section -->
<!-- ====================================================================== -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="author" value="Daniel Savarese">
<meta name="email" value="$au.getAttributeValue("email")">
<title>Jakarta ORO - Project Status</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
<tr>
<td align="left">
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/oro/"><img src="./images/logo.gif" alt="Jakarta-ORO" border="0"/></a>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
<p><strong>About</strong></p>
<ul>
<li> <a href="./index.html">Overview</a>
</li>
<li> <a href="./devplan-2.0.html">Development plan</a>
</li>
<li> <a href="./status.html">Status</a>
</li>
<li> <a href="./bugs.html">Issue tracking</a>
</li>
<li> <a href="http://cvs.apache.org/viewcvs/jakarta-oro/">CVS</a>
</li>
<li> <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-oro/CHANGES?content-type=text/plain">Changes</a>
</li>
<li> <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-oro/LICENSE?content-type=text/plain">License</a>
</li>
</ul>
<p><strong>Software</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/binindex.cgi">Download</a>
</li>
<li> <a href="./demo.html">Demonstration</a>
</li>
</ul>
<p><strong>Community</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
<li> <a href="./users.html">Projects Using ORO</a>
</li>
</ul>
<p><strong>Documentation</strong></p>
<ul>
<li> <a href="./api/index.html">API</a>
</li>
</ul>
<p><strong>Related Projects</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/regexp/index.html">Regexp</a>
</li>
</ul>
</td>
<td width="80%" align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Project Status"><strong>Project Status</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>
Version 2.0.8 is the latest stable release. It currently supports Perl
5.003 regular expressions in the org.apache.oro.text.regex and
org.apache.oro.text.perlpackages. The main development goal is
to upgrade these packages to support Perl 5.8 regular
expressions. The development plan will lay out the path to
achieving this objective and this status page will report the
state of our progress. Our current objective is to settle on a
development plan sometime in the near future.
</p>
<p>
Immediate short-term development goals are summarized in this
extract from the oro-dev mailing list:
</p>
<pre>
3. Prioritize this crop of changes. My bias is:
1. Conditional compilation supporting a J2ME target
2. Optional table-based character type lookup
3. Theoretically inlinable input iteration abstraction,
using CharSequence for J2SE 1.4
4. Proper case folding.
5. Possibly pool Perl5Repetition objects or something else
to reduce impact of memory allocation.
This order is based on dependencies that will minimize work as well
as complexity. You need 1 before you can do 3 if you're going to
support multiple JVMs. You want to do 3 before you do 4 if 4 might
affect code that iterates through input; also 3 is easier to implement
and less likely to introduce a bug than 4. 5 we don't know if we need
to do yet.
Number 4 may not be a quick change to make, but the rest aren't large
time sinks. If Mark could get us started with just one functionality
unit test and Bob could get us started with some performance tests,
I think there will be sufficient grounds to nominate you both as
committers (Jon and I just have to dig one of the inactive initial
committers to provide a third vote), which will make it easier for
each of you to support your respective company's use of jakarta-oro.
This may just be the thing to kick some life back into development
and keep my time constraints from being such a bottleneck. As I
recall, Bob, you also were hoping for group-local modifiers. That's
something we can tackle if we successfully make it through the above.
As a side note, for bug fixes I'm comfortable with just making the
fixes as necessary. But for changes that impact the overall API
or implementation, I think the httpd group's original review code
first before commit, or at least discuss and agree on the implementation
beforehand, is the best way to go (and very manageable for this
project since it's not a lot of code). So, even though I've implicitly
assigned myself the implementation of some of these changes, I'm not
going to have at them all without discussion. For example, I'll propose
a way to reimplement the input traversal to support the use of
CharSequence and the list can criticize it and counter propose.
</pre>
</blockquote>
</p>
</td></tr>
<tr><td><br/></td></tr>
</table>
</td>
</tr>
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</body>
</html>
<!-- end the processing -->
|