ovidiu 02/02/15 17:57:30 Modified: src/scratchpad/schecoon ChangeLog Log: 2002-02-15 Ovidiu Predescu <[EMAIL PROTECTED]> * build.xml: Copy the tools.jar to WEB-INF/lib/ for XSP to work. * webapp/sitemap.xmap: Define a resource for processing XSP pages. Define pipeline to invoke this resource. The resource is also invoked from the flow control layer (see example.scm). * webapp/example.scm: This is the flow control layer. Pass down to the content generation a hash table object, which in real life would be obtained from the business logic layer. * webapp/cocoon.xconf: Added jpath logicsheet. * src/org/apache/cocoon/scheme/sitemap/SchemeEnvironmentFunctions.java (getRequestParameter): Check returned value for null. * webapp/xsp/example.xsp: Simple example to show how to extract data from the business objects passed down in the content generation layer by the flow control layer. * src/org/apache/cocoon/markup/xsp/jpath.xsl: Simple stylesheet for extracting data out of Java objects passed from the flow control layer. This should be only logicsheet needed when developing Web applications using Schecoon: the flow control layer invokes the business logic layer, and passes objects from it to the content generation layer. The content generation (XSP) uses this logicsheet to extract data from the objects passed to it. * build.xml: Copy logicsheets in the WEB-INF/classes and add them to the jar file. Use src.dir instead of build.dir. Revision Changes Path 1.12 +32 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog Index: ChangeLog =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 13 Feb 2002 01:57:54 -0000 1.11 +++ ChangeLog 16 Feb 2002 01:57:30 -0000 1.12 @@ -1,3 +1,35 @@ +2002-02-15 Ovidiu Predescu <[EMAIL PROTECTED]> + + * build.xml: Copy the tools.jar to WEB-INF/lib/ for XSP to work. + + * webapp/sitemap.xmap: Define a resource for processing XSP + pages. Define pipeline to invoke this resource. The resource is + also invoked from the flow control layer (see example.scm). + + * webapp/example.scm: This is the flow control layer. Pass down to + the content generation a hash table object, which in real life + would be obtained from the business logic layer. + + * webapp/cocoon.xconf: Added jpath logicsheet. + + * src/org/apache/cocoon/scheme/sitemap/SchemeEnvironmentFunctions.java + (getRequestParameter): Check returned value for null. + + * webapp/xsp/example.xsp: Simple example to show how to extract + data from the business objects passed down in the content + generation layer by the flow control layer. + + * src/org/apache/cocoon/markup/xsp/jpath.xsl: Simple stylesheet + for extracting data out of Java objects passed from the flow + control layer. This should be only logicsheet needed when + developing Web applications using Schecoon: the flow control layer + invokes the business logic layer, and passes objects from it to + the content generation layer. The content generation (XSP) uses + this logicsheet to extract data from the objects passed to it. + + * build.xml: Copy logicsheets in the WEB-INF/classes and add them + to the jar file. Use src.dir instead of build.dir. + 2002-02-12 Ovidiu Predescu <[EMAIL PROTECTED]> * webapp/sitemap.xmap: Added support for including flow scripts
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]