[Zope3-Users] Handler at beginning of request

2006-04-03 Thread j.kartnaller
Hello. I am looking for a hook where I can install some code at the beginning of each request before the request is processed. Is there an event or the possibility to install a handler somewhere ? Thanks Jürgen ___ Zope3-users mailing list Zope3-us

[Zope3-Users] Re: FW: ZODB storage ways

2006-04-03 Thread j.kartnaller
Hi David. Yesterday I implemented an integration for SQLAlchemy into zope. Currently it contains a data manager which handles zope transactions and a container for mapped sqlalchemy objects. I will setup a svn repository this week. There are some open configuration things. I started with some

Re: FW: [Zope3-Users] ZODB storage ways

2006-04-03 Thread David Pratt
Hi Pete. I have been looking at SQLAlchemy for Zope3. Can you advise how you are using this with zope's transactions. It seems that there are some folks using SQLAlchemy with Zope3 for sure. I am hoping to see a few things formalized somewhere or some work on assembling a small package like SQ

Re: [Zope3-Users] ZODB storage ways

2006-04-03 Thread Shane Hathaway
Lennart Regebro wrote: On 4/3/06, Reinhold Strobl <[EMAIL PROTECTED]> wrote: I am searching for a way to change transparently the storage of ZODB from file-base to a relational database. In general, Zope books state, that this is possible. Yes. By changing the storage from FileStorage to som

Re: FW: [Zope3-Users] ZODB storage ways

2006-04-03 Thread Pete Taylor
I agree with Marco that the use case i can most readily imagine for needing to tie zodb objects back to an rdb is to allow people to run reports or get at historical data in more conventional ways... I've had to make allowances for that in a number of projects i'm currently working on for zope3...

[Zope3-Users] Re: ZODB storage ways

2006-04-03 Thread Laurence Rowe
Andreas Jung wrote: --On 3. April 2006 19:13:30 +0200 Marco Mariani <[EMAIL PROTECTED]> wrote: Unfortunately, pickles are not even remotely a SQL datatype... :) Then look at APE. -aj Or perhaps if this is the only requirement you may be bet

Re: [Zope3-Users] ZODB storage ways

2006-04-03 Thread Lennart Regebro
On 4/3/06, Reinhold Strobl <[EMAIL PROTECTED]> wrote: > I am searching for a way to change transparently the storage of ZODB from > file-base to a relational database. In general, Zope books state, that this is > possible. Yes. By changing the storage from FileStorage to something that stores pick

Re: [Zope3-Users] Tales slot-fill'ing order

2006-04-03 Thread Bernd Dorn
On 03.04.2006, at 15:32, Frank Burkhardt wrote: Hi, one of my objects has to add a list of keywords as -tag to the html-. The keyword list is dynamically created during fill-slot of the body. The template looks like this: The tales names

Re: [Zope3-Users] ZODB storage ways

2006-04-03 Thread Andreas Jung
--On 3. April 2006 19:13:30 +0200 Marco Mariani <[EMAIL PROTECTED]> wrote: Unfortunately, pickles are not even remotely a SQL datatype... :) Then look at APE. -aj pgpfBF3WyW7k9.pgp Description: PGP signature __

Re: [Zope3-Users] ZODB storage ways

2006-04-03 Thread Marco Mariani
Andreas Jung wrote: I am searching for a way to change transparently the storage of ZODB from file-base to a relational database. In general, Zope books state, that this is possible. one solution: Unfortunately, pickles are not even remotely a S

Re: [Zope3-Users] ZODB storage ways

2006-04-03 Thread Andreas Jung
--On 3. April 2006 16:10:51 + Reinhold Strobl <[EMAIL PROTECTED]> wrote: Hi, I am searching for a way to change transparently the storage of ZODB from file-base to a relational database. In general, Zope books state, that this is possible. one solution:

[Zope3-Users] ZODB storage ways

2006-04-03 Thread Reinhold Strobl
Hi, I am searching for a way to change transparently the storage of ZODB from file-base to a relational database. In general, Zope books state, that this is possible. But the reality is different, isn't it? Ok, I found packages like sqlos, but all in all this solutions: - require modification of

[Zope3-Users] Tales slot-fill'ing order

2006-04-03 Thread Frank Burkhardt
Hi, one of my objects has to add a list of keywords as -tag to the html-. The keyword list is dynamically created during fill-slot of the body. The template looks like this: The tales namespace-adapter 'mpgsite' is responsible for maintining a l

Re: [Zope3-Users] Multiple containers in one object - how to implement in Zope3?

2006-04-03 Thread Alek Kowalczyk
Jeff Rush napisał(a): Alek Kowalczyk wrote: Florian Lindner napisał(a): Am Samstag, 1. April 2006 15:15 schrieb Alek Kowalczyk: I have a single object, which can contain many objects of 2 another types (IType1, IType2). My intention is to have those objects contained in separate collectio