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

GitHub noreply at github.com
Tue Mar 12 13:29:22 UTC 2013


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

  Changed paths:
    A configure.zcml

  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


  Commit: 3207d3027e95418f7ea17ede9ef48f5b8e8bcd5f
      https://github.com/zopefoundation/zope.app.zcmlfiles/commit/3207d3027e95418f7ea17ede9ef48f5b8e8bcd5f
  Author: Brian Sutherland <brian at vanguardistas.net>
  Date:   2007-04-09 (Mon, 09 Apr 2007)

  Changed paths:
    M configure.zcml

  Log Message:
  -----------
  Remove unneeded adapter registration.


Compare: https://github.com/zopefoundation/zope.app.zcmlfiles/compare/bd3a627fe258^...3207d3027e95


More information about the checkins mailing list