ovidiu 02/03/13 11:25:18
Modified: src/scratchpad/schecoon ChangeLog
Log:
2002-03-13 Ovidiu Predescu <[EMAIL PROTECTED]>
* build.xml: Build the flow component.
* src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java:
Support for JavaScript with continuations as a flow language.
* webapp/WEB-INF/logkit.xconf: Updated to the latest logkit.
* webapp/user.roles: Define the InterpreterSelector component.
* webapp/sitemap.xmap: Updated to work with the TreeProcessor
implementation of the sitemap.
* webapp/cocoon.xconf: Updated to make use of the TreeProcessor
interpreted sitemap, instead of the Scheme sitemap (which will be
dropped shortly).
*
src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNodeBuilder.java:
Builder for creating a ScriptNode for <map:script>.
* src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNode.java:
Handler for <map:script> elements in the sitemap.
* src/org/apache/cocoon/components/treeprocessor/sitemap/CallNodeBuilder2.java:
Call node builder that creates either a CallNode or a
CallFunctionNode.
* src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java:
Node handler for calling functions in the flow control layer.
* src/org/apache/cocoon/components/treeprocessor/treeprocessor-builtins2.xml:
Configuration file for the tree processor sitemap interpreter that
includes extensions to call functions of the flow control layer.
* src/org/apache/cocoon/components/flow/flow.xconf: Configuration
for the flow control component.
* src/org/apache/cocoon/components/flow/InterpreterSelector.java:
Selector of different flow control interpreters.
* src/org/apache/cocoon/components/flow/Interpreter.java: Provides
the interface between Cocoon and a scripting engine used for the
flow control.
Revision Changes Path
1.18 +45 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 7 Mar 2002 02:13:42 -0000 1.17
+++ ChangeLog 13 Mar 2002 19:25:18 -0000 1.18
@@ -1,3 +1,48 @@
+2002-03-13 Ovidiu Predescu <[EMAIL PROTECTED]>
+
+ * build.xml: Build the flow component.
+
+ * src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java:
+ Support for JavaScript with continuations as a flow language.
+
+ * webapp/WEB-INF/logkit.xconf: Updated to the latest logkit.
+
+ * webapp/user.roles: Define the InterpreterSelector component.
+
+ * webapp/sitemap.xmap: Updated to work with the TreeProcessor
+ implementation of the sitemap.
+
+ * webapp/cocoon.xconf: Updated to make use of the TreeProcessor
+ interpreted sitemap, instead of the Scheme sitemap (which will be
+ dropped shortly).
+
+ *
src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNodeBuilder.java:
+ Builder for creating a ScriptNode for <map:script>.
+
+ * src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNode.java:
+ Handler for <map:script> elements in the sitemap.
+
+ * src/org/apache/cocoon/components/treeprocessor/sitemap/CallNodeBuilder2.java:
+ Call node builder that creates either a CallNode or a
+ CallFunctionNode.
+
+ * src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java:
+ Node handler for calling functions in the flow control layer.
+
+ * src/org/apache/cocoon/components/treeprocessor/treeprocessor-builtins2.xml:
+ Configuration file for the tree processor sitemap interpreter that
+ includes extensions to call functions of the flow control layer.
+
+ * src/org/apache/cocoon/components/flow/flow.xconf: Configuration
+ for the flow control component.
+
+ * src/org/apache/cocoon/components/flow/InterpreterSelector.java:
+ Selector of different flow control interpreters.
+
+ * src/org/apache/cocoon/components/flow/Interpreter.java: Provides
+ the interface between Cocoon and a scripting engine used for the
+ flow control.
+
2002-03-06 Ovidiu Predescu <[EMAIL PROTECTED]>
* webapp/example.scm: Updated to use the new s2j module.
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]