Updating the documentation

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/yaafi@758753 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index b9a3dd5..33b30db 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -25,6 +25,12 @@
 
   <body>
     <release version="1.0.6" date="as in SVN">
+      <action dev="sgoeschl" type="add">
+        Added support of "fallback service mamagers" to transparently lookup
+        service not managed by the Avalon container instance. A good example
+        is the integration of Spring services or remote services hidden behind
+        some SOAP proxies.        
+      </action>
       <action dev="sgoeschl" type="update">
         Moved the code regarding transparent decryption of configuration files
         into 'fuclrum-yaafi-crypto' project and decouple the code using
diff --git a/xdocs/cryptography.xml b/xdocs/cryptography.xml
index 4c9983d..d62906a 100644
--- a/xdocs/cryptography.xml
+++ b/xdocs/cryptography.xml
@@ -36,36 +36,41 @@
         the decryption support was moved to fulcrum-yaafi-crypto.
       </p>
 
-      <subsection name="JDK 1.3.x">
-        <p>
-          For JDK 1.3.x the <a href="http://java.sun.com/products/jce/index-122.html">
-          Java Cryptography Extension (JCE) 1.2.2</a> needs to be installed.
-          Furthermore you need to add the jce1_2_2.jar to your Maven repository
-          and project.xml
-        </p>
+      <subsection name="JDK Support">
+        <table>
+          <tr>
+            <td>JDK 1.3.x</td>
+            <td>
+              For JDK 1.3.x the <a href="http://java.sun.com/products/jce/index-122.html">
+              Java Cryptography Extension (JCE) 1.2.2</a> needs to be installed.
+              Furthermore you need to add the jce1_2_2.jar to your Maven repository
+              and project.xml
+            </td>
+          </tr>
+          <tr>
+            <td>JDK 1.4.x</td>
+            <td>
+              The current JDK's have the JCA built-in therefore no extra configuration
+              is required.
+            </td>
+          </tr>
+          <tr>
+            <td>JDK 1.5.x</td>
+            <td>
+              The current JDK's have the JCA built-in therefore no extra configuration
+              is required.
+            </td>
+          </tr>
+          <tr>
+            <td>JDK 1.6.x</td>
+            <td>
+              The current JDK's have the JCA built-in therefore no extra configuration
+              is required.
+            </td>
+          </tr>          
+        </table>
       </subsection>
-
-      <subsection name="JDK 1.4.x">
-        <p>
-          The current JDK's have the JCA built-in therefore no extra configuration
-          is required.
-        </p>
-      </subsection>
-
-      <subsection name="JDK 1.5.x">
-        <p>
-          The current JDK's have the JCA built-in therefore no extra configuration
-          is required.
-        </p>
-      </subsection>
-
-      <subsection name="JDK 1.5.x">
-        <p>
-          The current JDK's have the JCA built-in therefore no extra configuration
-          is required.
-        </p>
-      </subsection>
-      
+            
       <subsection name="Availabe Algorithms">
         <table>
           <tr>