An open API service indexing awesome lists of open source software.

https://github.com/gotcha/collective.shuttle

Zope 2 : traversal to objects not stored in ZODB.
https://github.com/gotcha/collective.shuttle

Last synced: 4 months ago
JSON representation

Zope 2 : traversal to objects not stored in ZODB.

Awesome Lists containing this project

README

        

Overview
========

Sometimes, a Zope 2 application needs to traverse to objects that are not
persisted in the ZODB.

``collective.shuttle`` provides a traversal adapter and a dispatcher base class
that traverses to those objects.