You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/02/06 17:02:03 UTC

svn commit: r151600 - in jakarta/commons/sandbox: sql/trunk/xdocs/index.xml sql/trunk/xdocs/navigation.xml tbm/trunk/PROPOSAL.html tbm/trunk/xdocs/navigation.xml threading/trunk/PROPOSAL.html threading/trunk/STATUS.html threadpool/trunk/xdocs/downloads.xml

Author: dirkv
Date: Sun Feb  6 08:02:02 2005
New Revision: 151600

URL: http://svn.apache.org/viewcvs?view=rev&rev=151600
Log:
CVS => SVN conversion

Added:
    jakarta/commons/sandbox/tbm/trunk/xdocs/navigation.xml
Modified:
    jakarta/commons/sandbox/sql/trunk/xdocs/index.xml
    jakarta/commons/sandbox/sql/trunk/xdocs/navigation.xml
    jakarta/commons/sandbox/tbm/trunk/PROPOSAL.html
    jakarta/commons/sandbox/threading/trunk/PROPOSAL.html
    jakarta/commons/sandbox/threading/trunk/STATUS.html
    jakarta/commons/sandbox/threadpool/trunk/xdocs/downloads.xml

Modified: jakarta/commons/sandbox/sql/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/sql/trunk/xdocs/index.xml?view=diff&r1=151599&r2=151600
==============================================================================
--- jakarta/commons/sandbox/sql/trunk/xdocs/index.xml (original)
+++ jakarta/commons/sandbox/sql/trunk/xdocs/index.xml Sun Feb  6 08:02:02 2005
@@ -27,7 +27,7 @@
       </p>
       <p>
         There is an example XML document
-        <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/sql/src/test-input/datamodel.xml?rev=HEAD">here</a>
+        <a href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/sql/src/test-input/datamodel.xml">here</a>
       </p>
       <p>
         Once you have the relational model, either via beans or XML, you can then create the DDL to create or drop

Modified: jakarta/commons/sandbox/sql/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/sql/trunk/xdocs/navigation.xml?view=diff&r1=151599&r2=151600
==============================================================================
--- jakarta/commons/sandbox/sql/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/sandbox/sql/trunk/xdocs/navigation.xml Sun Feb  6 08:02:02 2005
@@ -23,7 +23,7 @@
       <item name="Javadoc" href="/apidocs/index.html"/>
       <item name="Mailing lists" href="/mail-lists.html"/>
       <item name="Team" href="/team-list.html"/>
-      <item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/sql"/>
+      <item name="SVN" href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/sql"/>
     </menu>
     &common-menus;
   </body>

Modified: jakarta/commons/sandbox/tbm/trunk/PROPOSAL.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/tbm/trunk/PROPOSAL.html?view=diff&r1=151599&r2=151600
==============================================================================
--- jakarta/commons/sandbox/tbm/trunk/PROPOSAL.html (original)
+++ jakarta/commons/sandbox/tbm/trunk/PROPOSAL.html Sun Feb  6 08:02:02 2005
@@ -86,8 +86,8 @@
 <h3>Required Jakarta-Commons Resources</h3>
 
 <ul>
-<li>CVS Repository - New directory <code>tbm</code> in the
-    <code>jakarta-commons</code> CVS repository.  All initial committers
+<li>SVN repository - New directory <code>tbm</code> in the
+    <code>jakarta-commons</code> SVN repository.  All initial committers
     are already committers on <code>jakarta-commons</code>, so no
     additional user setups are required.</li>
 <li>User Mailing List - Discussions for use of TBM will take place on the

Added: jakarta/commons/sandbox/tbm/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/tbm/trunk/xdocs/navigation.xml?view=auto&rev=151600
==============================================================================
--- jakarta/commons/sandbox/tbm/trunk/xdocs/navigation.xml (added)
+++ jakarta/commons/sandbox/tbm/trunk/xdocs/navigation.xml Sun Feb  6 08:02:02 2005
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
+<project name="Commons&#xA0;TBM">
+    <title>Commons&#xA0;TBM</title>
+    <body>
+        <menu name="Commons&#xA0;TBM">
+            <item name="Overview"                      href="/index.html" />
+            <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
+        </menu>
+        &common-menus;
+    </body>
+</project>

Modified: jakarta/commons/sandbox/threading/trunk/PROPOSAL.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/threading/trunk/PROPOSAL.html?view=diff&r1=151599&r2=151600
==============================================================================
--- jakarta/commons/sandbox/threading/trunk/PROPOSAL.html (original)
+++ jakarta/commons/sandbox/threading/trunk/PROPOSAL.html Sun Feb  6 08:02:02 2005
@@ -101,8 +101,8 @@
 <h3>(3)  Required Jakarta-Commons Resources</h3>
 
 <ul>
-<li>CVS Repository - New directory <code>threading</code> in the
-    <code>jakarta-commons</code> CVS repository.  All initial committers
+<li>SVN repository - New directory <code>threading</code> in the
+    <code>jakarta-commons</code> SVN repository.  All initial committers
     are already committers on <code>jakarta-commons</code>, so no
     additional user setups are required.</li>
 <li>Mailing List - Discussions will take place on the general

Modified: jakarta/commons/sandbox/threading/trunk/STATUS.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/threading/trunk/STATUS.html?view=diff&r1=151599&r2=151600
==============================================================================
--- jakarta/commons/sandbox/threading/trunk/STATUS.html (original)
+++ jakarta/commons/sandbox/threading/trunk/STATUS.html Sun Feb  6 08:02:02 2005
@@ -1,148 +1,148 @@
-<html>
-<head>
-<title>Status File for Jakarta Commons "Threading" Component</title>
-<head>
-<body bgcolor="white">
-
-
-<div align="center">
-<h1>The Jakarta Commons <em>Threading</em> Component</h1>
-$Id: STATUS.html,v 1.3 2001/06/09 21:31:15 craigmcc Exp $<br>
-<a href="#Introduction">[Introduction]</a>
-<a href="#Dependencies">[Dependencies]</a>
-<a href="#Release Info">[Release Info]</a>
-<a href="#Committers">[Committers]</a>
-<a href="#Action Items">[Action Items]</a>
-<br><br>
-</div>
-
-
-<a name="Introduction"></a>
-<h3>1.  INTRODUCTION</h3>
-
-<p>The <em>Threading Goodies</em> package provides a set of Java interfaces
-and classes useful in coordinating and communication between multiple threads
-in a server environment.  The following interfaces are included:</p>
-<ul>
-<li><strong>Notifier</strong> - A background thread that delivers published
-    objects to the specified list of Subscribers.</li>
-<li><strong>Publisher</strong> - An object that accepts subscriptions from
-    interested Subscribers and delivers published messages (i.e. arbitrary
-    Java objects) to all Subscribers.</li>
-<li><strong>Queue</strong> - Message queue that supports multiple readers and
-    multiple writers.  Different implementations have different behavioral
-    characteristics.</li>
-<li><strong>Semaphore</strong> - A lock that can be acquired by only one
-    thread at a time (with optional timeout on acquiring the lock).</li>
-<li><strong>Subscriber</strong> - An object that expresses interest in messages
-    transmitted by a Publisher by subscribing to that Publisher.</li>
-</ul>
-
-<p>The following implementations of these interfaces are included:</p>
-<ul>
-<li><strong>Alarm</strong> - A Publisher that fires timer events either
-    continuously or as one-shot requests.</li>
-<li><strong>AsynchPublisher</strong> - A Publisher that uses a Notifier for
-    message delivery via a background thread.  Multiple publishers can share
-    the same Notifier, or use different ones.</li>
-<li><strong>Counter</strong> - A Semaphore that maintains a counter, which
-    is initialized in the constructor.  Calls to <code>acquire()</code> will
-    not block unless the count hits zero, so this object can be used (for
-    example), to maintain the number of available elements in a Queue and
-    automatically support thread coordination.</li>
-<li><strong>FIFONotifier</strong> - A Notifier that guarantees to deliver
-    notifications in the order received, even in the face of usage from
-    multiple threads or very rapid calls from the same thread.</li>
-<li><strong>FIFOQueue</strong> - A Queue that operates in a
-    first-in/first-out manner (analogous to a LinkedList).</li>
-<li><strong>LIFOQueue</strong> - A Queue that operates in a
-    last-in/first-out manner (analogous to a Stack).</li>
-<li><strong>Mutex</strong> - A Semaphore that can be locked by only one
-    Thread at a time.</li>
-<li><strong>SynchPublisher</strong> - A Publisher that uses the caller's
-    thread for message delivery.</li>
-</ul>
-
-<p>In addition, the following classes are also included:</p>
-<ul>
-<li><strong>Condition</strong> - A simple condition variable that can be
-    used (for example) as a "queue not empty" flag on a Queue implementation.
-    </li>
-<li><strong>MultiSemaphore</strong> - Utility class that supports locking
-    and unlocking of multiple semaphores at once.</li>
-<li><strong>Timer</strong> - A stopwatch class that measures elapsed time
-    in milliseconds.  A Timer instance can be started, stopped, and reset
-    any number of times.</li>
-</ul>
-
-<p>Most of the classes in the proposal were originally inspired by a series
-of articles called "Java Threads in the Real World" in JavaWorld (09/1998 -
-04/1999) by Allen Holub.</p>
-
-
-<a name="Dependencies"></a>
-<h3>2.  DEPENDENCIES</h3>
-
-<p>The <em>Threading</em> component is dependent upon the following external
-components for development and use:</p>
-<ul>
-<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
-    (Version 1.2 or later)</li>
-<li><a href="http://www.junit.org">JUnit Testing Framework</a>
-    (Version 3.2 or later) - for unit tests only, not required
-    for deployment</li>
-</ul>
-
-
-<a name="Release Info"></a>
-<h3>3.  RELEASE INFO</h3>
-
-<p>Current Release:  <strong>Unreleased, CVS Repository Only</strong></p>
-
-<p>Planned Next Release:  Version 1.0, by April 30, 2001.  See the
-<a href="#Action Items">Action Items</a> list for tasks that need to be
-completed prior to this release.</p>
-
-
-<a name="Committers"></a>
-<h3>4.  COMMITTERS</h3>
-
-<p>The following individuals are the primary developers and maintainers of this
-component.  Developers who plan to use <em>Threading</em> in their own
-projects are encouraged to collaborate on the future development of this
-component to ensure that it continues to meet a variety of needs.</p>
-<ul>
-<li><a href="mailto:craigmcc@apache.org">Craig McClanahan</a>
-<li><a href="mailto:jstrachan@apache.org">James Strachan</a>
-</ul>
-
-
-<a name="Action Items"></a>
-<h3>5.  ACTION ITEMS</h3>
-
-<p>The following action items need to be completed prior to a Version 1.0
-release of this component:</p>
-
-<table border="1">
-
-  <tr>
-    <th width="80%">Action Item</th>
-    <th width="20%">Volunteer</th>
-  </tr>
-
-  <tr>
-    <td><strong>Unit Tests</strong>.  Create unit tests for all of the
-        included classes.</td>
-    <td align="center">&nbsp;</td>
-  </tr>
-
-  <tr>
-    <td><strong>Install / Use Documentation</strong>.  Create simple
-        installation and User's Guide documentation for this component.</td>
-    <td align="center">&nbsp;</td>
-  </tr>
-
-</table>
-
-</body>
-</html>
+<html>
+<head>
+<title>Status File for Jakarta Commons "Threading" Component</title>
+<head>
+<body bgcolor="white">
+
+
+<div align="center">
+<h1>The Jakarta Commons <em>Threading</em> Component</h1>
+$Id$<br>
+<a href="#Introduction">[Introduction]</a>
+<a href="#Dependencies">[Dependencies]</a>
+<a href="#Release Info">[Release Info]</a>
+<a href="#Committers">[Committers]</a>
+<a href="#Action Items">[Action Items]</a>
+<br><br>
+</div>
+
+
+<a name="Introduction"></a>
+<h3>1.  INTRODUCTION</h3>
+
+<p>The <em>Threading Goodies</em> package provides a set of Java interfaces
+and classes useful in coordinating and communication between multiple threads
+in a server environment.  The following interfaces are included:</p>
+<ul>
+<li><strong>Notifier</strong> - A background thread that delivers published
+    objects to the specified list of Subscribers.</li>
+<li><strong>Publisher</strong> - An object that accepts subscriptions from
+    interested Subscribers and delivers published messages (i.e. arbitrary
+    Java objects) to all Subscribers.</li>
+<li><strong>Queue</strong> - Message queue that supports multiple readers and
+    multiple writers.  Different implementations have different behavioral
+    characteristics.</li>
+<li><strong>Semaphore</strong> - A lock that can be acquired by only one
+    thread at a time (with optional timeout on acquiring the lock).</li>
+<li><strong>Subscriber</strong> - An object that expresses interest in messages
+    transmitted by a Publisher by subscribing to that Publisher.</li>
+</ul>
+
+<p>The following implementations of these interfaces are included:</p>
+<ul>
+<li><strong>Alarm</strong> - A Publisher that fires timer events either
+    continuously or as one-shot requests.</li>
+<li><strong>AsynchPublisher</strong> - A Publisher that uses a Notifier for
+    message delivery via a background thread.  Multiple publishers can share
+    the same Notifier, or use different ones.</li>
+<li><strong>Counter</strong> - A Semaphore that maintains a counter, which
+    is initialized in the constructor.  Calls to <code>acquire()</code> will
+    not block unless the count hits zero, so this object can be used (for
+    example), to maintain the number of available elements in a Queue and
+    automatically support thread coordination.</li>
+<li><strong>FIFONotifier</strong> - A Notifier that guarantees to deliver
+    notifications in the order received, even in the face of usage from
+    multiple threads or very rapid calls from the same thread.</li>
+<li><strong>FIFOQueue</strong> - A Queue that operates in a
+    first-in/first-out manner (analogous to a LinkedList).</li>
+<li><strong>LIFOQueue</strong> - A Queue that operates in a
+    last-in/first-out manner (analogous to a Stack).</li>
+<li><strong>Mutex</strong> - A Semaphore that can be locked by only one
+    Thread at a time.</li>
+<li><strong>SynchPublisher</strong> - A Publisher that uses the caller's
+    thread for message delivery.</li>
+</ul>
+
+<p>In addition, the following classes are also included:</p>
+<ul>
+<li><strong>Condition</strong> - A simple condition variable that can be
+    used (for example) as a "queue not empty" flag on a Queue implementation.
+    </li>
+<li><strong>MultiSemaphore</strong> - Utility class that supports locking
+    and unlocking of multiple semaphores at once.</li>
+<li><strong>Timer</strong> - A stopwatch class that measures elapsed time
+    in milliseconds.  A Timer instance can be started, stopped, and reset
+    any number of times.</li>
+</ul>
+
+<p>Most of the classes in the proposal were originally inspired by a series
+of articles called "Java Threads in the Real World" in JavaWorld (09/1998 -
+04/1999) by Allen Holub.</p>
+
+
+<a name="Dependencies"></a>
+<h3>2.  DEPENDENCIES</h3>
+
+<p>The <em>Threading</em> component is dependent upon the following external
+components for development and use:</p>
+<ul>
+<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
+    (Version 1.2 or later)</li>
+<li><a href="http://www.junit.org">JUnit Testing Framework</a>
+    (Version 3.2 or later) - for unit tests only, not required
+    for deployment</li>
+</ul>
+
+
+<a name="Release Info"></a>
+<h3>3.  RELEASE INFO</h3>
+
+<p>Current Release:  <strong>Unreleased, SVN repository Only</strong></p>
+
+<p>Planned Next Release:  Version 1.0, by April 30, 2001.  See the
+<a href="#Action Items">Action Items</a> list for tasks that need to be
+completed prior to this release.</p>
+
+
+<a name="Committers"></a>
+<h3>4.  COMMITTERS</h3>
+
+<p>The following individuals are the primary developers and maintainers of this
+component.  Developers who plan to use <em>Threading</em> in their own
+projects are encouraged to collaborate on the future development of this
+component to ensure that it continues to meet a variety of needs.</p>
+<ul>
+<li><a href="mailto:craigmcc@apache.org">Craig McClanahan</a>
+<li><a href="mailto:jstrachan@apache.org">James Strachan</a>
+</ul>
+
+
+<a name="Action Items"></a>
+<h3>5.  ACTION ITEMS</h3>
+
+<p>The following action items need to be completed prior to a Version 1.0
+release of this component:</p>
+
+<table border="1">
+
+  <tr>
+    <th width="80%">Action Item</th>
+    <th width="20%">Volunteer</th>
+  </tr>
+
+  <tr>
+    <td><strong>Unit Tests</strong>.  Create unit tests for all of the
+        included classes.</td>
+    <td align="center">&nbsp;</td>
+  </tr>
+
+  <tr>
+    <td><strong>Install / Use Documentation</strong>.  Create simple
+        installation and User's Guide documentation for this component.</td>
+    <td align="center">&nbsp;</td>
+  </tr>
+
+</table>
+
+</body>
+</html>

Modified: jakarta/commons/sandbox/threadpool/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/threadpool/trunk/xdocs/downloads.xml?view=diff&r1=151599&r2=151600
==============================================================================
--- jakarta/commons/sandbox/threadpool/trunk/xdocs/downloads.xml (original)
+++ jakarta/commons/sandbox/threadpool/trunk/xdocs/downloads.xml Sun Feb  6 08:02:02 2005
@@ -3,7 +3,7 @@
    <properties>
       <title>Downloads</title>
       <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
-      <revision>$Id: downloads.xml,v 1.1 2003/12/07 17:01:30 dirkv Exp $</revision>
+      <revision>$Id$</revision>
    </properties>
 
    <body>
@@ -38,7 +38,7 @@
 -->
          <p>
             Access to the source tree to see the latest and greatest code is possible
-            through <a href="cvs-usage.html">anonymous CVS access</a>.
+            through <a href="cvs-usage.html">anonymous SVN access</a>.
          </p>
       </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org