On 2010-1-22 18:41, Tres Seaver wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Wichert Akkerman wrote:
On 1/22/10 14:46 , Lennart Regebro wrote:
* BFG is a minimalistic web framework built on Zope ideas and experiences, but as a part of it's minimalistic nature does not include *anything* of the ZTK, it just builds on the ZCA. But you can use the ZTK, if you want to, you are just not required to do so. It's for the purist, for the guy who wants to build his own streamlined speedmonster.
BFG uses the ZCA for some implementation details, I'm not sure if that is the same as 'builds on the ZCA'. I don't think you can use the ZTK with BFG - the vast majority of ZTK packages are too tied to concepts that do not apply to BFG.
BFG applications won't likely use the ZTK as a whole, but many of the deployed ones do use some ZTK packages beyond the bare ZCA parts. e.g. the catalog code, SMTP integration, etc.
I thought repoze forked exactly those parts (repoze.catalog and repoze.sendmail) to get rid of all the ZTK-assumptions? Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.