[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/process/refactor.txt
Wrote down some notes for some refactoring that should happen soon
Jim Fulton
jim at zope.com
Thu May 13 15:43:00 EDT 2004
Log message for revision 24634:
Wrote down some notes for some refactoring that should happen soon
after the alpha.
-=-
Added: Zope3/trunk/src/zope/app/process/refactor.txt
===================================================================
--- Zope3/trunk/src/zope/app/process/refactor.txt 2004-05-13 19:18:54 UTC (rev 24633)
+++ Zope3/trunk/src/zope/app/process/refactor.txt 2004-05-13 19:42:59 UTC (rev 24634)
@@ -0,0 +1,18 @@
+The code here and in zope._app is more complicated than it needs to be.
+
+Here's what I want to do:
+
+- Move the definition of request and server factories to Python
+
+- Register the server factories (aka server types) as utilities.
+
+
+These let us rip out most of the code here. :)
+
+Move the rest ofg the code here to zope.app.server. The
+zope.app.server package is just tha zope.app. customization of
+zope.server.
+
+Rename zope._app to zope.app.debug. Move the config function from
+zope.app.debug into zope.app.setup. Move the bootstrap code to
+zope.app.setup.
Property changes on: Zope3/trunk/src/zope/app/process/refactor.txt
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the Zope3-Checkins
mailing list