ovidiu 02/02/12 17:57:54 Modified: src/scratchpad/schecoon ChangeLog Log: 2002-02-12 Ovidiu Predescu <[EMAIL PROTECTED]> * webapp/sitemap.xmap: Added support for including flow scripts and to invoke saved continuations. * src/org/apache/cocoon/scheme/sitemap/SchemeSitemapFunctions.java (read-resource): New native Scheme function. Moved all the cast functions in CocoonModule. * src/org/apache/cocoon/scheme/sitemap/SchemeSitemap.java (readResource) New function for reading files from the Web application. * src/org/apache/cocoon/scheme/sitemap/SchemeInterpreterImpl.java: Reorganized imports. * src/org/apache/cocoon/scheme/sitemap/ContinuationsManager.java: Inherit from the common CocoonModule class. * scheme/sitemap.scm: Add support for defining external flow script files to be included in the sitemap. * scheme/functions.scm: Removed user-defined functions outside. Define send-page and schecoon:handle-continuation. * webapp/example.scm: Simple example to test flow capabilities in Scheme. * src/org/apache/cocoon/scheme/sitemap/SchemeEnvironmentFunctions.java: Added. Defines primitives for operating on the environment, request and others. * src/org/apache/cocoon/scheme/sitemap/CocoonModule.java: Added. Common class for all the Schecoon SISC modules which implement native Scheme functions. Revision Changes Path 1.11 +37 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog Index: ChangeLog =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 9 Feb 2002 00:20:56 -0000 1.10 +++ ChangeLog 13 Feb 2002 01:57:54 -0000 1.11 @@ -1,3 +1,40 @@ +2002-02-12 Ovidiu Predescu <[EMAIL PROTECTED]> + + * webapp/sitemap.xmap: Added support for including flow scripts + and to invoke saved continuations. + + * src/org/apache/cocoon/scheme/sitemap/SchemeSitemapFunctions.java + (read-resource): New native Scheme function. + + Moved all the cast functions in CocoonModule. + + * src/org/apache/cocoon/scheme/sitemap/SchemeSitemap.java + (readResource) New function for reading files from the Web + application. + + * src/org/apache/cocoon/scheme/sitemap/SchemeInterpreterImpl.java: + Reorganized imports. + + * src/org/apache/cocoon/scheme/sitemap/ContinuationsManager.java: + Inherit from the common CocoonModule class. + + * scheme/sitemap.scm: Add support for defining external flow + script files to be included in the sitemap. + + * scheme/functions.scm: Removed user-defined functions + outside. Define send-page and schecoon:handle-continuation. + + * webapp/example.scm: Simple example to test flow capabilities in + Scheme. + + * src/org/apache/cocoon/scheme/sitemap/SchemeEnvironmentFunctions.java: + Added. Defines primitives for operating on the environment, + request and others. + + * src/org/apache/cocoon/scheme/sitemap/CocoonModule.java: + Added. Common class for all the Schecoon SISC modules which + implement native Scheme functions. + 2002-02-08 Ovidiu Predescu <[EMAIL PROTECTED]> * src/org/apache/cocoon/scheme/sitemap/ContinuationsManager.java:
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]