hlship 2003/02/27 15:45:06
Modified: docs/site news.html
xdocs index.xml
docs index.html
xdocs/site news.xml
Added: . .project
Log:
Add release notes for Tapestry 2.3.
Revision Changes Path
1.287 +20 -1 jakarta-site2/docs/site/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- news.html 25 Feb 2003 20:23:33 -0000 1.286
+++ news.html 27 Feb 2003 23:44:57 -0000 1.287
@@ -162,7 +162,26 @@
</td></tr>
<tr><td>
<blockquote>
- <a name="20030225.1">
+ <a name="20030227.1">
+<h3>27 February 2003 - Tapestry 2.3 Released</h3>
+</a>
+ <p>
+The first full release of
+<a href="proposals/tapestry/index/html">Tapestry</a> hosted at Jakarta is
+<a href="http://sourceforge.net/project/showfiles.php?group_id=4754">here</a>.
Tapestry 2.3
+is a modest improvement on 2.2, fixing several bugs and adding a few
+new capabilities and components. Work is well underway on the much
+more ambitious 2.4.
+</p>
+ <p>Tapestry is a web application
framework based based on highly
+reusable components. Tapestry uses a component object model
+to off-load the tedious and error prone aspects of web application
+development onto the framework. Tapestry allows web applications
+to be constructed without concerns for such trivia as
+URLs and query parameters; just objects, methods and properties.
+</p>
+ <hr size="1" noshade="noshade" />
+ <a name="20030225.1">
<h3>25 February 2003 - Commons HttpClient 2.0 Alpha 3 Released</h3>
</a>
<p>
1.163 +14 -0 jakarta-site2/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- index.xml 25 Feb 2003 23:39:06 -0000 1.162
+++ index.xml 27 Feb 2003 23:45:02 -0000 1.163
@@ -12,6 +12,7 @@
<section name="Product News">
<p>
<ul>
+<li><a href="site/news.html#20030227.1">27 February 2003 - <b> Tapestry 2.3
Released</b></a></li>
<li><a href="site/news.html#20030225.1">24 February 2003 - <b> Commons HttpClient
2.0 Alpha 3 Released</b></a></li>
<li><a href="site/news.html#20030223.1">23 February 2003 - <b> Struts 1.1 Release
Candidate 1 Released</b></a></li>
<li><a href="site/news.html#20030223.2">23 February 2003 - <b> Commons Net 1.0.0
Released</b></a></li>
@@ -179,6 +180,19 @@
<td align="right" valign="top"><a href="./struts/index.html">Struts</a>:</td>
<td valign="top">A model-view-controller framework for constructing web
applications with servlets and JavaServer Pages</td>
</tr>
+
+<tr>
+<td align="right" valign="top"><a
href="proposals/tapestry/index.html">Tapestry</a>:</td>
+<td align="top">
+A component-based web application framework that embraces the model-view-controller
pattern
+and allows applications to be developed in terms of objects, methods and properties
+while ignoring the details of HTTP and the Servlet API.
+
+<br/>
+Currently in the proposal stage, within the Jakarta Incubator.
+</td>
+</tr>
+
<tr>
<td align="right" valign="top"><a href="./turbine/index.html">Turbine</a>:</td>
<td valign="top">A model-view-controller framework for constructing web
1.1 jakarta-site2/.project
Index: .project
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jakarta-site2</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
1.210 +20 -0 jakarta-site2/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/index.html,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- index.html 25 Feb 2003 23:39:06 -0000 1.209
+++ index.html 27 Feb 2003 23:45:02 -0000 1.210
@@ -164,6 +164,7 @@
<blockquote>
<p>
<ul>
+<li><a href="site/news.html#20030227.1">27 February 2003 - <b> Tapestry 2.3
Released</b></a></li>
<li><a href="site/news.html#20030225.1">24 February 2003 - <b> Commons HttpClient
2.0 Alpha 3 Released</b></a></li>
<li><a href="site/news.html#20030223.1">23 February 2003 - <b> Struts 1.1 Release
Candidate 1 Released</b></a></li>
<li><a href="site/news.html#20030223.2">23 February 2003 - <b> Commons Net 1.0.0
Released</b></a></li>
@@ -508,6 +509,25 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
A model-view-controller framework for constructing web applications
with servlets and JavaServer Pages
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a href="proposals/tapestry/index.html">Tapestry</a>:
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+A component-based web application framework that embraces the model-view-controller
pattern
+and allows applications to be developed in terms of objects, methods and properties
+while ignoring the details of HTTP and the Servlet API.
+
+<br />
+Currently in the proposal stage, within the Jakarta Incubator.
+
</font>
</td>
</tr>
1.246 +25 -2 jakarta-site2/xdocs/site/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- news.xml 25 Feb 2003 20:23:35 -0000 1.245
+++ news.xml 27 Feb 2003 23:45:04 -0000 1.246
@@ -10,7 +10,30 @@
<body>
<section name="News & Status">
-
+
+<a name="20030227.1">
+<h3>27 February 2003 - Tapestry 2.3 Released</h3>
+</a>
+
+<p>
+The first full release of
+<a href="proposals/tapestry/index/html">Tapestry</a> hosted at Jakarta is
+<a href="http://sourceforge.net/project/showfiles.php?group_id=4754">here</a>.
Tapestry 2.3
+is a modest improvement on 2.2, fixing several bugs and adding a few
+new capabilities and components. Work is well underway on the much
+more ambitious 2.4.
+</p>
+
+<p>Tapestry is a web application framework based based on highly
+reusable components. Tapestry uses a component object model
+to off-load the tedious and error prone aspects of web application
+development onto the framework. Tapestry allows web applications
+to be constructed without concerns for such trivia as
+URLs and query parameters; just objects, methods and properties.
+</p>
+
+<hr size="1" noshade="noshade" />
+
<a name="20030225.1">
<h3>25 February 2003 - Commons HttpClient 2.0 Alpha 3 Released</h3>
</a>
@@ -29,7 +52,7 @@
<hr size="1" noshade="noshade" />
- <a name="20030223.2">
+<a name="20030223.2">
<h3>23 February 2003 - Commons Net 1.0.0 Released</h3>
</a>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]