RE: [ZODB-Dev] Making use of the zodb transaction framework outsideof zodb?

2007-02-15 Thread Petra Chong
2007 20:57 To: zodb-dev@zope.org Subject: Re: [ZODB-Dev] Making use of the zodb transaction framework outsideof zodb? On Tue, Feb 13, 2007 at 06:27:57PM -, Petra Chong wrote: In the docs I have read that it is possible for non-zodb apps to plug into the transaction framework. However, I am

[ZODB-Dev] Making use of the zodb transaction framework outside of zodb?

2007-02-13 Thread Petra Chong
Hello all, In the docs I have read that it is possible for non-zodb apps to plug into the transaction framework. However, I am unable to find any specifics as to how to do this. What I'd like to do is this: 1. Have my app import transaction 2. When transaction.commit() is called from my app,