ozeigermann    2004/12/14 03:03:02

  Modified:    transaction/xdocs index.xml
  Removed:     transaction/src/test/org/apache/commons/transaction/locking
                        GenericLockTest.java
               transaction/src/java/org/apache/commons/transaction/locking
                        MultiLevelLock.java GenericLockManager.java
                        ReadWriteLock.java LockManager.java
                        GenericLock.java
               transaction/src/java/org/apache/commons/transaction/memory/jca
                        MapManagedConnection.java MapConnectionSpec.java
                        MapXAResource.java MapManagedConnectionFactory.java
                        MemoryMapResourceManager.java
                        MapLocalTransaction.java MapConnection.java
                        MapConnectionFactory.java
               transaction/src/java/org/apache/commons/transaction/memory
                        HashMapFactory.java LockException.java
                        SetFactory.java MapFactory.java
                        TransactionalMapWrapper.java ConflictException.java
                        PessimisticMapWrapper.java HashSetFactory.java
                        OptimisticMapWrapper.java
               transaction/src/java/org/apache/commons/transaction/util
                        PrintWriterLogger.java RendezvousBarrier.java
                        Jdk14Logger.java LoggerFacade.java Log4jLogger.java
                        FileHelper.java
               transaction NOTICE.txt LICENSE.txt build.properties.sample
                        build.xml
               transaction/src/java/org/apache/commons/transaction/file
                        ResourceManagerErrorCodes.java ResourceManager.java
                        ResourceManagerException.java
                        ResourceManagerSystemException.java
                        FileResourceManager.java FileSequence.java
               transaction/xdocs/file index.xml
               transaction/example/mapConnector/src/java/connector
                        TestServlet.java
               transaction/xdocs/locks tutorial.xml index.xml
               transaction/xdocs downloads.xml navigation.xml
               transaction/example/mapConnector/src/conf jboss-web.xml
                        web.xml
               transaction/src/java/org/apache/commons/transaction/util/xa
                        XidWrapper.java TransactionalResource.java
                        AbstractTransactionalResource.java
                        AbstractXAResource.java
               transaction/xdocs/maps index.xml wrappers-comparision.xml
               transaction/src/test/org/apache/commons/transaction/file
                        FileResourceManagerTest.java
               transaction/src/test/org/apache/commons/transaction/memory
                        MapWrapperTest.java OptimisticMapWrapperTest.java
                        PessimisticMapWrapperTest.java
               transaction/lib junit-3.8.jar geronimo-spec-j2ee-1.0-M1.jar
                        log4j-1.2.8.jar commons-codec-1.2.jar
               transaction/src/conf/connector/map/jboss
                        map-connector-ds.xml
               transaction/src/conf/connector/map ra.xml
  Log:
  Removed transaction sources from the sandbox
  
  Revision  Changes    Path
  1.7       +3 -58     jakarta-commons-sandbox/transaction/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/transaction/xdocs/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml 16 Nov 2004 22:44:44 -0000      1.6
  +++ index.xml 14 Dec 2004 11:02:49 -0000      1.7
  @@ -10,64 +10,9 @@
    <body>
   
   <section name="The Transaction Component">
  -<p>Commons Transaction aims at providing lightweight, standardized,
  -well tested and 
  -efficient implementations of utility classes commonly used in
  -transactional Java programming. Initially there are implementations for
  -multi level locks, 
  -transactional collections and transactional file access. There may
  -be additional implementations when the common need for them becomes
  -obvious. However, the complete component shall remain compatible to
  -JDK1.2 and should have minimal dependencies.</p>
  -<p>The optimal - but maybe impudent - long term goal would be to create the 
transactional counterpart
  -of <a
  
-href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html";>Doug
  -Lea's fabulous concurrent package</a> which recently made it to Java 
5.0.</p> 
  -
  -
  -<p>These are the initial parts in detail:
  -<ul>
  -<li><b><a href="maps/index.html">memory</a> package:</b>
  -Contains a wrapper to make any map implementing interface
  -<code>java.util.Map</code> transactional. 
  -
  -Depending on the type of the map that is wrapped this can either work as a
  -transactional cache or some sort of volatile memory store.
  -</li>
  -
  -<li>
  -<b><a href="locks/index.html">locking</a> package:</b>
  -Interfaces and implementations for locks that can have more than one
  -owner at different compatible levels.
  -</li>
  -
  -<li>
  -<b><a href="file/index.html">file</a> package:</b>
  -Implementation of transaction file access. Using a pessimistic
  -locking schema this implementation features
  -<em>serializable</em> transactions. 
  -</li>
  -
  -<li>
  -<b><em>util</em> package:</b> 
  -Contains a collection of utility classes used by the transaction
  -package itself. Of more general interest could be a rendezvous barrier
  -and a file utility class.
  -</li>
  -</ul>
  -</p>
  -</section>
  -
  -<section name="Releases">
  -    <p>
  -       See the <a href="downloads.html">downloads</a> page for information 
on obtaining releases.
  -    </p>
  -</section>
  -
  -<section name="Documentation">
  -  <p>
  -     The <a href="apidocs/index.html">JavaDoc API documents</a> are 
available online.
  -  </p>
  +<p>Commons Transaction has moved from the Sandbox to <a
  +href="http://jakarta.apache.org/commons/transaction/";>Commons
  +Proper</a>.</p>
   </section>
   
   </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to