husted      01/03/21 04:19:03

  Modified:    xdocs/site news.xml
  Log:
  Add recent Taglibs and Struts Releases to News page,  link to PMC meeting minutes, 
and TC3 milestone 2 release.
  
  Revision  Changes    Path
  1.20      +79 -4     jakarta-site2/xdocs/site/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- news.xml  2001/03/21 04:09:44     1.19
  +++ news.xml  2001/03/21 12:18:51     1.20
  @@ -3,6 +3,7 @@
   
     <properties>
       <author email="[EMAIL PROTECTED]">Jon S. Stevens</author>
  +    <author email="[EMAIL PROTECTED]">Ted Husted</author>
       <title>New and Status</title>
     </properties>
   
  @@ -22,6 +23,42 @@
   
   <hr noshade="" size="1"/>   
   
  +<h3>03-19-01 - March PMC Meeting Minutes</h3>
  +
  +<p>
  +  <a href="./pmc/3-19-01-meeting-irclog.html">The IRC log from the March PMC 
  +  meeting is available.</a>
  +</p>
  +
  +<hr noshade="" size="1"/>   
  +
  +<h3>03-17-01 - Tomcat 3.3 Release</h3>
  +
  +<p>
  +  The second milestone release of 
  +  <a href="http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3-m2">Tomcat 
  +  3.3</a> is available for download and testing. As a Tomcat 3.x release, it 
remains 
  +  an implementation of the Servlet 2.2 and JSP 1.1 specifications.
  +</p>
  +
  +<hr noshade="" size="1"/>   
  +
  +<h3>03-16-01 - JDBC custom tag 1.0 Release</h3>
  +
  +<p>
  +  The <a href="http://jakarta.apache.org/taglibs/doc/jdbc-doc/intro.html">JDBC tag 
  +  library</a> is designed for reading from and writing to databases. Features 
include:
  +</p>
  +  <ul>
  +    <li>Seamless support for multiple databases,</li>
  +    <li>Obtaining connections from Drivers, DataSources, and JNDI DataSources,</li>
  +    <li>Support for Statements and PreparedStatements,</li>
  +    <li>Automatic looping of ResultSets,</li>
  +    <li>And so much more!</li>
  +  </ul>
  +
  +<hr noshade="" size="1"/>   
  +
   <h3>03-03-01 - Ant 1.3 Release</h3>
   
   <p>
  @@ -33,6 +70,34 @@
   
   <hr noshade="" size="1"/>
   
  +<h3>02-28-01 - Scrape custom tag 1.0 Release</h3>
  +
  +<p>
  +  The <a href="http://jakarta.apache.org/taglibs/doc/scrape-doc/intro.html">scrape 
tag 
  +  library</a> can scrape or extract content from web documents and  display the 
content 
  +  in your JSP. For example, you could scrape stock quotes from other web sites and 
display 
  +  them in your pages.
  +</p>
  +
  +<hr noshade="" size="1"/>
  +
  +<h3>02-23-01 - Struts 1.0 Beta 1 Released </h3>
  +
  +<p>
  +  <a href="http://jakarta.apache.org/struts/">Version 1.0-beta-1 of the Struts 
  +  Framework is now available for download.</a>
  +</p>
  +
  +<p>
  +  Struts is an open source project, under the sponsorship of the Apache
  +  Software Foundation, to produce framework useful in building web
  +  applications with Java Servlet and JavaServer Pages (JSP) technology.
  +  Struts encourages application architectures based on the
  +  Model-View-Controller (MVC) design paradigm.
  +</p>
  +
  +<hr noshade="" size="1"/>
  +
   <h3>02-11-01 - James Project Migrated</h3>
   
   <p>
  @@ -48,10 +113,10 @@
   
   <p>The newest release of Tomcat 4.0 <strong>beta 1</strong> is now
   available at the 
  -<a 
href="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b1/">Jakarta 
web site</a>.
  -This release is the first in a series of betas that will lead to a production
  -quality release of Tomcat 4.0 in the near future.  At the same time, active
  -development work on Tomcat 4.1 will begin.</p>
  +<a href="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b1/">
  +Jakarta web site</a>. This release is the first in a series of betas that will 
  +lead to a production quality release of Tomcat 4.0 later this year. At the 
  +same time, active development work on Tomcat 4.1 will begin.</p>
   
   <p><strong>NOTE</strong> - While the code for Tomcat 4.0 running in stand alone
   mode is considered to be near production quality, the web connector to run
  @@ -422,6 +487,16 @@
   <p>
   <b><a href="http://www.wired.com/news/news/technology/story/20237.html">
   Sun Aligns with Palm and Apache</a></b>
  +</p>
  +
  +<hr noshade="" size="1"/>
  +
  +<h3>
  +Got News?
  +</h3>
  +
  +<p>If you would like to submit an item for posting to this page, send an email with 
  +the subject <b>[NEWS]</b> to <b>husted at apache dot org</b>. 
   </p>
   
     </section>
  
  
  

Reply via email to