ozeigermann 2004/11/01 10:25:51
Modified: transaction/xdocs navigation.xml index.xml
Added: transaction/xdocs/file index.xml
Log:
Added links
Revision Changes Path
1.4 +1 -0 jakarta-commons-sandbox/transaction/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/transaction/xdocs/navigation.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- navigation.xml 31 Oct 2004 20:25:59 -0000 1.3
+++ navigation.xml 1 Nov 2004 18:25:51 -0000 1.4
@@ -11,6 +11,7 @@
<item name="Locking" href="/locks/index.html">
<item name="Lock tutorial" href="/locks/tutorial.html"/>
</item>
+ <item name="Transactional file access" href="/file/index.html"/>
<!-- <item name="Configuration"
href="/configuration.html" /> -->
<item name="API Documentation" href="/apidocs/index.html"/>
<!--
1.4 +3 -8 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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 2 Jun 2004 11:24:58 -0000 1.3
+++ index.xml 1 Nov 2004 18:25:51 -0000 1.4
@@ -16,27 +16,22 @@
</p>
<p>
-<b><em>memory</em> package:</b>
+<b><a href="maps/index.html">memory</a> package:</b>
Contains a wrapper to make Maps implementing interface
<code>java.util.Map</code> transactional.
-There also is a JCA compliant
-connector implementation that allows to plug this sort of a Map into
-a J2EE container and transparently link it into a distributed JTA
-transaction.
-
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.
</p>
<p>
-<b><em>locking</em> package:</b>
+<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.
</p>
<p>
-<b><em>file</em> package:</b>
+<b><a href="file/index.html">file</a> package:</b>
Implementation of a transaction file system. Using a pessimistic
locking schema this implementation features
<em>serializable</em> transactions.
1.1 jakarta-commons-sandbox/transaction/xdocs/file/index.xml
Index: index.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Transactional file access</title>
<author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
</properties>
<body>
<section name="Transactional file access">
<p></p>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]