husted 2003/09/26 20:57:48
Modified: chain WHITEBOARD.html PROPOSAL.html
Log:
Minor corrections.
Revision Changes Path
1.2 +1 -1 jakarta-commons-sandbox/chain/WHITEBOARD.html
Index: WHITEBOARD.html
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/chain/WHITEBOARD.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WHITEBOARD.html 17 Sep 2003 15:02:57 -0000 1.1
+++ WHITEBOARD.html 27 Sep 2003 03:57:48 -0000 1.2
@@ -18,7 +18,7 @@
<h3>Agility</h3>
- <p>Agility is a working project name for a business-layer
+ <p>Agility is a working project name for a business applications
framework based on the Commons Chain package.</p>
<p>The core idea behind Agility that is as much work as possible
1.6 +4 -4 jakarta-commons-sandbox/chain/PROPOSAL.html
Index: PROPOSAL.html
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/chain/PROPOSAL.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PROPOSAL.html 17 Sep 2003 15:19:14 -0000 1.5
+++ PROPOSAL.html 27 Sep 2003 03:57:48 -0000 1.6
@@ -128,7 +128,7 @@
instances configured from an XML document. Optional, compiled
only if commons-digester.jar is available.</li>
- <li><strong>org.apache.commons.web</strong> - Abstract
+ <li><strong>org.apache.commons.chain.web</strong> - Abstract
implementation of <code>Context</code> that represents the
fundamental characteristics of request, session, and
application scope objects in a web application environment,
@@ -137,17 +137,17 @@
identical to the "implicit variables" of the expression
language that is defined by JSTL 1.0 and JSP 2.0.</li>
- <li><strong>org.apache.commons.web.faces</strong> - Concrete
+ <li><strong>org.apache.commons.chain.web.faces</strong> - Concrete
implementation of <code>WebContext</code> for the JavaServer
Faces API. Optional, compiled only if the JavaServer Faces API
classes are available.</li>
- <li><strong>org.apache.commons.web.portlet</strong> - Concrete
+ <li><strong>org.apache.commons.chain.web.portlet</strong> - Concrete
implementation of <code>WebContext</code> for the Portlet API.
Optional, compiled only if the Portlet API classes are
available.</li>
- <li><strong>org.apache.commons.web.servlet</strong> - Concrete
+ <li><strong>org.apache.commons.chain.web.servlet</strong> - Concrete
implementation of <code>WebContext</code> for the Servlet API.
Optional, compiled only if the Servlet API classes are
available.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]