[Subversion] / PEAK / README.txt  

Diff of /PEAK/README.txt

Parent Directory | Revision Log

version 1042, Tue Apr 29 02:35:57 2003 UTC version 1049, Wed Apr 30 12:36:02 2003 UTC
Line 120 
Line 120 
       - a CGI/FastCGI publishing framework that uses 'zope.publisher' to        - a CGI/FastCGI publishing framework that uses 'zope.publisher' to
         publish a PEAK component tree and its associated transaction service          publish a PEAK component tree and its associated transaction service
   
       - an event-driven "reactor" framework that can be used with Twisted,        - an event-driven "reactor" framework that seamlessly integrates with
         or in place of it for many simpler "mostly scheduling" applications.          Twisted, but can also be used without Twisted for applications that are
           mostly scheduling-oriented, or which use only third-party protocol
           implementations such as FAM, FastCGI, ReadyExec, etc.
   
     * AOP and SOP: PEAK allows you to separate concerns as modules, then      * AOP and SOP: PEAK allows you to separate concerns as modules, then
       combine the modules via a "module inheritance" technique.  This        combine the modules via a "module inheritance" technique.  This
       lets you define a generated business object model as a        lets you define a generated business object model as a
       "structural" concern, and then combine it with a "behavioral"        "structural" concern, and then combine it with a "behavioral"
       concern.  This is as simple as writing classes that just contain        concern.  This is as simple as writing classes that contain only
       what you want to add, and then telling PEAK that your new module        what you want to add, and then telling PEAK that your new module
       "inherits" from the generated module.        "inherits" from the generated module.  This is similar to (but
         designed independently from) the "MixJuice" tool for AOP in Java.
   
   
  Known Issues and Risks of this Version   Known Issues and Risks of this Version


Generate output suitable for use with a patch program
Legend:
Removed from v.1042  
changed lines
  Added in v.1049

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help