[ZPatterns] getting multiple dataskins from a specialist
at once?
Phillip J. Eby
[email protected]
Wed, 18 Jun 2003 14:43:27 -0400
At 07:30 AM 6/19/02 +0200, Roch=E9 Compaan wrote:
>* Phillip J. Eby <[email protected]> [2003-06-18 15:16]:
> > PEAK's web-publishing framework isn't ready yet, and as far as I know
> > nobody has created any integration for PEAK into Zope 2.
>
>Would this be possible at all?
In principle, definitely. In practice, a lot depends on how much you want=
=20
to integrate. The trickiest thing is probably integrating the two=20
transaction systems. You might need to create a subclass of PEAK's=20
storage.TransactionService and modify it so it can hook into Zope's=20
transaction machinery.
All in all, I suppose it might be too much work to bother with. For me, I=
=20
expect us to have 'peak.web' up and running soon enough (within the next=20
two months) that I'd personally rather go forward than back. 'peak.web'=20
will use Zope 3's publishing machinery, and maybe a few libraries like=20
'zope.i18n', but it won't require or use any of 'zope.app', ZCML, ZPT,=20
DTML, or any of a variety of other Zope buzzwords.
>Maybe I should give it bash and see how
>far I get. I think the main constraint at the moment would be the fact
>that Zope 2 is still running on python 2.1 but it seems to run fine on
>python 2.2. What is the minimum python version required by PEAK these
>days?
2.2.2 is the minimum requirement.