~ubuntu-branches/debian/sid/libcommons-el-java/sid

« back to all changes in this revision

Viewing changes to STATUS.html

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2003-07-01 17:04:27 UTC
  • Revision ID: james.westby@ubuntu.com-20030701170427-tiu89jnf1mggvln0
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>Status File for Jakarta Commons "EL" Component</title>
 
4
<head>
 
5
<body bgcolor="white">
 
6
 
 
7
<div align="center">
 
8
<h1>The Jakarta Commons <em>EL</em> Component</h1>
 
9
$Id: STATUS.html,v 1.1 2003/06/06 21:28:02 luehe Exp $<br />
 
10
<a href="#Introduction">[Introduction]</a>
 
11
<a href="#Dependencies">[Dependencies]</a>
 
12
<a href="#Release Info">[Release Info]</a>
 
13
<a href="#Committers">[Committers]</a>
 
14
<a href="#Action Items">[Action Items]</a>
 
15
<br /><br />
 
16
</div>
 
17
 
 
18
 
 
19
<a name="Introduction"></a>
 
20
<h3>1.  INTRODUCTION</h3>
 
21
 
 
22
<p> The commons-el package provides an implementation of the standard interfaces and abstract classes of the javax.servlet.jsp.el package, which is part of the JSP 2.0 specification.
 
23
</p>
 
24
 
 
25
<p>The classes that are now released as commons-el used to be part of the JSTL 1.0 reference implementation. JSTL 1.0 originally introduced the concept of an Expression Language (EL). The EL has since been integrated into the JSP 2.0 specification, which also added new features to it, such as EL Functions.
 
26
</p>
 
27
 
 
28
 
 
29
<a name="Dependencies"></a>
 
30
<h3>2.  DEPENDENCIES</h3>
 
31
 
 
32
<p>The <em>EL</em> component is dependent upon the following external
 
33
components for compilation:</p>
 
34
<ul>
 
35
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
 
36
    (Version 1.3 or later)</li>
 
37
<li><a href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jspapi">JSP 2.0 API</a></li>
 
38
<li><a href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/servletapi/index.html">Servlet 2.4 API</a></li>
 
39
</ul>
 
40
 
 
41
 
 
42
<a name="Release Info"></a>
 
43
<h3>3.  RELEASE INFO</h3>
 
44
 
 
45
<table border="1">
 
46
  <tr>
 
47
    <th width="50%">Version</th>
 
48
    <th width="50%">Release Date</th>
 
49
  </tr>
 
50
  <tr>
 
51
    <td><a href='http://jakarta.apache.org/builds/jakarta-commons/release/commons-el/v1.0'>
 
52
        commons-el-1.0</td>
 
53
    <td>7-Jun-2003</td>
 
54
  </tr>
 
55
</table>
 
56
 
 
57
<p>Planned Next Release:  TBD</p>
 
58
 
 
59
 
 
60
<a name="Committers"></a>
 
61
<h3>4.  COMMITTERS</h3>
 
62
 
 
63
<ul>
 
64
  <li>Shawn Bayern</li>
 
65
  <li>Nathan Abramson</li>
 
66
  <li>Pierre Delisle</li>
 
67
  <li>Hans Bergsten</li>
 
68
  <li>Mark Roth</li>
 
69
  <li>Craig R. McClanahan</li>
 
70
  <li>Kin-Man Chung</li>
 
71
  <li>Jan Luehe</li>
 
72
</ul>
 
73
 
 
74
 
 
75
<a name="Action Items"></a>
 
76
<h3>5.  ACTION ITEMS</h3>
 
77
 
 
78
<p>TO DO List:</p>
 
79
 
 
80
<table border="1">
 
81
  <tr>
 
82
    <th width="80%">Action Item</th>
 
83
    <th width="20%">Volunteer</th>
 
84
  </tr>
 
85
</table>
 
86
 
 
87
</body>
 
88
</html>