You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2005/06/15 13:35:03 UTC

svn commit: r190735 - in /cocoon: blocks/forms/trunk/samples/welcome.xml trunk/status.xml

Author: bdelacretaz
Date: Wed Jun 15 04:35:02 2005
New Revision: 190735

URL: http://svn.apache.org/viewcvs?rev=190735&view=rev
Log:
Patch 35364 applied, example of 'zero java code' editing of SQL data using the SQLTransformer. Thanks to Askild Aaberg Olsen

Modified:
    cocoon/blocks/forms/trunk/samples/welcome.xml
    cocoon/trunk/status.xml

Modified: cocoon/blocks/forms/trunk/samples/welcome.xml
URL: http://svn.apache.org/viewcvs/cocoon/blocks/forms/trunk/samples/welcome.xml?rev=190735&r1=190734&r2=190735&view=diff
==============================================================================
--- cocoon/blocks/forms/trunk/samples/welcome.xml (original)
+++ cocoon/blocks/forms/trunk/samples/welcome.xml Wed Jun 15 04:35:02 2005
@@ -73,6 +73,13 @@
   -->
  </group>
 
+ <group name="Database access">
+   <sample name="Zero-code SQL database access" href="sqldatabase/">
+     SQL database editing without any custom Java code, using the SQLTransformer to load
+     and update data.
+   </sample>
+ </group>
+
  <group name="Locales">
   <note>
     The samples below are the same as the basic flowscript sample but now use different locales.

Modified: cocoon/trunk/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?rev=190735&r1=190734&r2=190735&view=diff
==============================================================================
--- cocoon/trunk/status.xml (original)
+++ cocoon/trunk/status.xml Wed Jun 15 04:35:02 2005
@@ -464,6 +464,10 @@
    </action>
   </release>
   <release version="2.1.8" date="TBD">
+    <action dev="BD" type="add" fixes-bug="35364" due-to="Askild Aaberg Olsen" due-to-email="askild@xangeli.com">
+       Forms block: sqldatabase sample added, demonstrates "zero java code" editing of SQL data
+       using the SQLTransformer.
+     </action>
     <action dev="SW" type="fix" fixes-bug="35311" due-to="Jeffrey Kirby" due-to-email="jeff.kirby@wicourts.gov">
   	   CForms block: Ensure FormHandler is always called when a field's value change.
     </action>