sanders 02/02/22 09:53:14
Added: servlet PROPOSAL.html
Log:
Submitted by Steven Caswell <[EMAIL PROTECTED]>
Revision Changes Path
1.1 jakarta-commons-sandbox/servlet/PROPOSAL.html
Index: PROPOSAL.html
===================================================================
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Proposal for Servlet Package</title>
</head>
<body bgcolor="white">
<div align="center">
<h1>Proposal for <em>Servlet</em> Package</h1>
</div>
<h3>(0) Rationale</h3>
<p>The <em>Servlet</em> package provides a a set of useful tools and utilities
that support servlet-based web applications. Creating a package
package for development and distribution of servlet tools and utilities
will encourage reuse and minimize duplication of effort.</p>
<h3>(1) Scope of the Package</h3>
<p>The package will create and maintain a number of classes to support developement
of servlets and be distributed under the ASF license.</p>
<h3>(1.5) Interaction With Other Packages</h3>
<p>The <em>Servlet</em> package relies on:
</p>
<ul>
<li>Java Development Kit (Version 1.2 or later)</li>
<li>Servlet 2.3 API</li>
</ul>
<p>No external configuration files are utilized.</p>
<h3>(2) Initial Source of the Package</h3>
<p>The initial classes came from the Commons.Util subproject.</p>
<p>The proposed package name for the new component is
<code>org.apache.commons.servlet</code>.</p>
<h3>(3) Required Jakarta-Commons Resources</h3>
<ul>
<li>CVS Repository - New directory <code>servlet</code> in the
<code>jakarta-commons</code> CVS repository.</li>
<li>Mailing List - Discussions will take place on the general
<em>[EMAIL PROTECTED]</em> mailing list. To help
list subscribers identify messages of interest, it is suggested that
the message subject of messages about this component be prefixed with
[Servlet].</li>
<li>Bugzilla - New component "Servlet" under the "Commons" product
category, with appropriate version identifiers as needed.</li>
<li>Jyve FAQ - New category "commons-servlet" (when available).</li>
</ul>
<h3>(4) Initial Committers</h3>
<p>The initial committers on the <em>Servlet</em> package shall be:
<ul>
<li>Scott Sanders</li>
</ul>
</p>
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>