[Checkins] [zopefoundation/zope.app.generations] f1be9d: Prototype (and probably a little buggy) patch to m...

GitHub noreply at github.com
Tue Mar 12 13:24:46 UTC 2013


  Branch: refs/heads/monolithic-zope3-jinty-zodbless
  Home:   https://github.com/zopefoundation/zope.app.generations
  Commit: f1be9d7ca2a506cafb8637639b57b8777f6d35d5
      https://github.com/zopefoundation/zope.app.generations/commit/f1be9d7ca2a506cafb8637639b57b8777f6d35d5
  Author: Brian Sutherland <brian at vanguardistas.net>
  Date:   2007-04-05 (Thu, 05 Apr 2007)

  Changed paths:
    A browser/managers.py

  Log Message:
  -----------
  Prototype (and probably a little buggy) patch to make it easier to run zope
without a ZODB.

This patch is really just to show the design decisions, a lot of work will
follow if there is some consensus that these decisions are correct.

The design decisions are:

* Start moving ZODB specific stuff to a zope.app.zodb package.
* The publication object gets a IRsourceFactory implementing object as it's
  first argument (idea stolen from zope.bobo).
* The server startup scripts look for a utility implementing
  IApplicationFactory.

The goal is to reduce the steps necessary to run zope without the ZODB to:

* Implement and register an IApplicationFactory utility
* Remove the <zodb> section from zope.conf





More information about the checkins mailing list