ovidiu 02/01/31 17:44:38 Modified: src/scratchpad/schecoon ChangeLog Log: 2002-01-31 Ovidiu Predescu <[EMAIL PROTECTED]> * webapp/sitemap.xmap: Added an example of a named resource, and two possible ways to invoke it: one dynamically, the other one statically. The function code for the resource is now generated correctly, and it is invoked optimally, depending on how the resource name is specified. * src/org/apache/cocoon/scheme/sitemap/SchemeSitemapFunctions.java: Don't print the stack trace to stdout. * scheme/sitemap.scm: Added support for named resources, which contain pipeline definitions. A named resource is translated to a Scheme function, which is invoked either dynamically if the name of the function is not known at sitemap compile time, or statically, if it is known. See sitemap.xmap for an example of how this can be specified. * scheme/functions.scm: Have my-function store continuations, to test how much memory space a plain continuation occupies. * lib/sisc-1.3.1.jar, lib/sisc.heap: Updated to SISC 1.3.1. The JAR and HEAP file are build from CVS though, to include sisc.boot.GenerateHeap, which is omitted in the release. Revision Changes Path 1.9 +25 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog Index: ChangeLog =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 25 Jan 2002 23:04:44 -0000 1.8 +++ ChangeLog 1 Feb 2002 01:44:38 -0000 1.9 @@ -1,3 +1,28 @@ +2002-01-31 Ovidiu Predescu <[EMAIL PROTECTED]> + + * webapp/sitemap.xmap: Added an example of a named resource, and + two possible ways to invoke it: one dynamically, the other one + statically. The function code for the resource is now generated + correctly, and it is invoked optimally, depending on how the + resource name is specified. + + * src/org/apache/cocoon/scheme/sitemap/SchemeSitemapFunctions.java: + Don't print the stack trace to stdout. + + * scheme/sitemap.scm: Added support for named resources, which + contain pipeline definitions. A named resource is translated to a + Scheme function, which is invoked either dynamically if the name + of the function is not known at sitemap compile time, or + statically, if it is known. See sitemap.xmap for an example of how + this can be specified. + + * scheme/functions.scm: Have my-function store continuations, to + test how much memory space a plain continuation occupies. + + * lib/sisc-1.3.1.jar, lib/sisc.heap: Updated to SISC 1.3.1. The + JAR and HEAP file are build from CVS though, to include + sisc.boot.GenerateHeap, which is omitted in the release. + 2002-01-25 Ovidiu Predescu <[EMAIL PROTECTED]> * scheme/utils.scm: Auxiliary functions.
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]