You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by yo...@apache.org on 2004/03/16 19:46:07 UTC

cvs commit: jakarta-commons-sandbox/threadpool/xdocs index.xml

yoavs       2004/03/16 10:46:07

  Modified:    threadpool/xdocs index.xml
  Log:
  Added reference to util.concurrent library.
  
  Revision  Changes    Path
  1.3       +13 -0     jakarta-commons-sandbox/threadpool/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/threadpool/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	7 Dec 2003 17:01:30 -0000	1.2
  +++ index.xml	16 Mar 2004 18:46:07 -0000	1.3
  @@ -25,6 +25,19 @@
           This can be particularly useful for performing asynchronous processing in
           Servlet engines or Swing applications.
         </p>
  +      <p>
  +        Please note that one of the reasons this component is still in the sandbox and has
  +        never had a 1.0 release is Doug Lea's excellent
  +        <a href="http://gee.cs.oswego.edu/dl">util.concurrent library</a>.  That library 
  +        works with many JDKs, is full-featured, well-documented, and well-tested.  That
  +        library is also a standard part of the JDK starting with JDK 1.5, as the
  +        java.util.concurrent library: it is specified in the
  +        <a href="http://www.jcp.org/en/jsr/detail?id=166">JSR 166 standard.</a>
  +        <br />
  +        All of this is not to say commons-sandbox-threadpool is useless.  As with most
  +        Apache products, the development and release of this component is driven by
  +        user requests and developer interest.
  +      </p>
   </section>
   
   <section name="Releases">
  
  
  

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