ovidiu      02/04/09 23:36:45

  Modified:    src/scratchpad/schecoon TODO
  Log:
  Implement a transformer for JPath, in addition to the jpath.xsl
  logicsheet. This should allow template pages to be created without the
  need for XSP, which requires a Java compiler. This should make
  Schecoon run on MacOS X, which doesn't provide tools.jar with the
  JDK. The transformer should also be a lot faster than the XSP
  approach.
  
  Revision  Changes    Path
  1.5       +13 -6     xml-cocoon2/src/scratchpad/schecoon/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/TODO,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TODO      10 Apr 2002 06:23:26 -0000      1.4
  +++ TODO      10 Apr 2002 06:36:45 -0000      1.5
  @@ -18,14 +18,21 @@
   - [DONE] fix ExcaliburComponentSelector problem which prevents Schecoon from
   running with the latest Cocoon CVS
   
  +- implement a transformer for JPath, in addition to the jpath.xsl
  +logicsheet. This should allow template pages to be created without the
  +need for XSP, which requires a Java compiler. This should make
  +Schecoon run on MacOS X, which doesn't provide tools.jar with the
  +JDK. The transformer should also be a lot faster than the XSP
  +approach.
  +
   - implement the background thread that expires continuations.
   
  -- define a boolean parameter, to be set in either cocoon.xconf or
  -web.xml, that specifies that session affinity is to be used when
  -creating continuations. This means that when the root node in a
  -WebContinuation tree is created, a session object is also
  +- [ADVANCED] define a boolean parameter, to be set in either
  +cocoon.xconf or web.xml, that specifies that session affinity is to be
  +used when creating continuations. This means that when the root node
  +in a WebContinuation tree is created, a session object is also
   created. This allows for continuations to be created and looked up on
   the same app server in clustered servers.
   
  -- add support for serializing continuations in a database, for
  -long-lived transactions.
  +- [ADVANCED] add support for serializing continuations in a database,
  +for long-lived transactions.
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to