Author: sgoeschl
Date: Thu Mar 26 17:19:00 2009
New Revision: 758753

URL: http://svn.apache.org/viewvc?rev=758753&view=rev
Log:
Updating the documentation

Modified:
    turbine/fulcrum/trunk/yaafi/xdocs/changes.xml
    turbine/fulcrum/trunk/yaafi/xdocs/cryptography.xml

Modified: turbine/fulcrum/trunk/yaafi/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/xdocs/changes.xml?rev=758753&r1=758752&r2=758753&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/yaafi/xdocs/changes.xml Thu Mar 26 17:19:00 2009
@@ -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

Modified: turbine/fulcrum/trunk/yaafi/xdocs/cryptography.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/xdocs/cryptography.xml?rev=758753&r1=758752&r2=758753&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/xdocs/cryptography.xml (original)
+++ turbine/fulcrum/trunk/yaafi/xdocs/cryptography.xml Thu Mar 26 17:19:00 2009
@@ -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>
-
-      <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 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="Availabe Algorithms">
         <table>
           <tr>


Reply via email to