haul 02/03/15 07:42:21 Modified: . changes.xml Log: Revision Changes Path 1.120 +19 -1 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- changes.xml 14 Mar 2002 21:43:24 -0000 1.119 +++ changes.xml 15 Mar 2002 15:42:21 -0000 1.120 @@ -4,7 +4,7 @@ <!-- History of Cocoon changes - $Id: changes.xml,v 1.119 2002/03/14 21:43:24 froehlich Exp $ + $Id: changes.xml,v 1.120 2002/03/15 15:42:21 haul Exp $ --> <changes title="History of Changes"> @@ -33,6 +33,24 @@ </devs> <release version="@version@" date="@date@"> + <action dev="CH" type="add"> + New module structure for input, output, and database specifica in + scratchpad. Thus it is possible to write generic components for one + task and replace input and output dynamically. As an example a + generic version of a WildcardMatcher is provided as well as a + sample action that uses it. DatabaseActions in scratchpad use this + structure as well. + </action> + <action dev="CH" type="update"> + Moved ModularDatabase*Actions to new home in scratchpad and + reworked them. They now use new module structure. For sample + application, copy mod-db directory to cocoon/mount. + </action> + <action dev="CH" type="update"> + Changed jdbc datasource to ResourceLimitingJdbcDataSource because + it does not require to be able to contact the datasource on + startup. Thus race condition with HSQLDB startup is eliminated. + </action> <action dev="VG,GF" type="add"> Added new Jisp based persistence cache, to improve (1) performance and (2) to solve the problem with long filenames on Windows OS flavours.
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]