[Zope3-Users] Does zope cache authentication?

2007-09-22 Thread Yuan HOng
Hi, I have written a custom authenticator in my application to authenticate a login against a PostgreSQL database. In the site I have configured a PAU with a session credentials plugin and my custom authenticator plugin. I found out that with configuration, EVERY browser request is triggering my

Re: [Zope3-Users] Does zope cache authentication?

2007-09-22 Thread Jodok Batlogg
On 22.09.2007, at 09:57, Yuan HOng wrote: Hi, I have written a custom authenticator in my application to authenticate a login against a PostgreSQL database. In the site I have configured a PAU with a session credentials plugin and my custom authenticator plugin. I found out that with configura

[Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Chris Withers
Hey All, I need a little time tracking app so I thought I'd knock it up in Zope 3 with a ZODB backing, just to check on the latest and greatest way to build a Zope 3 app. So, what *is* the "standard" way now and where can I read about how to do it? cheers, Chris -- Simplistix - Content M

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Andreas Jung
--On 22. September 2007 12:48:32 +0100 Chris Withers <[EMAIL PROTECTED]> wrote: Hey All, I need a little time tracking app so I thought I'd knock it up in Zope 3 with a ZODB backing, just to check on the latest and greatest way to build a Zope 3 app. So, what *is* the "standard" way now an

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Chris Withers
Andreas Jung wrote: I need a little time tracking app so I thought I'd knock it up in Zope 3 with a ZODB backing, just to check on the latest and greatest way to build a Zope 3 app. So, what *is* the "standard" way now and where can I read about how to do it? GROK? I *do* want ot try grok

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22 Sep 2007, at 14:11, Chris Withers wrote: Andreas Jung wrote: I need a little time tracking app so I thought I'd knock it up in Zope 3 with a ZODB backing, just to check on the latest and greatest way to build a Zope 3 app. So, what *is* t

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Chris Withers
Jens Vagelpohl wrote: I was talking about normal, straight Zoep 3 here... Look at Phillip's book? I suspect even the 2nd edition of that is out of date w.r.t. current practice, hence why I'm asking on the list ;-) Chris -- Simplistix - Content Management, Zope & Python Consulting

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22 Sep 2007, at 14:25, Chris Withers wrote: Jens Vagelpohl wrote: I was talking about normal, straight Zoep 3 here... Look at Phillip's book? I suspect even the 2nd edition of that is out of date w.r.t. current practice, hence why I'm aski

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Benji York
Chris Withers wrote: So, what *is* the "standard" way now and where can I read about how to do it? That's in flux at the moment. I think Philipp's zopeproject is a step in the right direction, but haven't had a chance to look at it closely yet. I've put up the basic buildout I use when star

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Chris Withers
Jens Vagelpohl wrote: I suspect even the 2nd edition of that is out of date w.r.t. current practice, hence why I'm asking on the list ;-) I don't think that's the case. I'm pretty sure the full move to eggs along with the introduction of buildout and the recipe-based stuff has happened since

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Chris Withers
Benji York wrote: Chris Withers wrote: So, what *is* the "standard" way now and where can I read about how to do it? That's in flux at the moment. I think Philipp's zopeproject is a step in the right direction, but haven't had a chance to look at it closely yet. Where's zopeproject's home?

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Jim Washington
Chris Withers wrote: > Benji York wrote: >> Chris Withers wrote: >>> So, what *is* the "standard" way now and where can I read about how >>> to do it? >> >> That's in flux at the moment. I think Philipp's zopeproject is a >> step in the right direction, but haven't had a chance to look at it >> cl

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread David Pratt
Hi Chris. Phillip has put together a zopeproject package to give folks a start, you may want to check this out. Best advice is to study the sources for the patterns prevalent in zope packages - they are your best guide to see how pretty much anything modern is done. There is plenty of supplemen

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Stephan Richter
On Saturday 22 September 2007 08:28, Benji York wrote: > Chris Withers wrote: > > So, what *is* the "standard" way now and where can I read about how to > > do it? > > That's in flux at the moment.  I think Philipp's zopeproject is a step > in the right direction, but haven't had a chance to look a

[Zope3-Users] Re: best way to get started nowadays?

2007-09-22 Thread Philipp von Weitershausen
Chris Withers wrote: Andreas Jung wrote: I need a little time tracking app so I thought I'd knock it up in Zope 3 with a ZODB backing, just to check on the latest and greatest way to build a Zope 3 app. So, what *is* the "standard" way now and where can I read about how to do it? GROK?

[Zope3-Users] Re: best way to get started nowadays?

2007-09-22 Thread Philipp von Weitershausen
Chris Withers wrote: Benji York wrote: Chris Withers wrote: So, what *is* the "standard" way now and where can I read about how to do it? That's in flux at the moment. I think Philipp's zopeproject is a step in the right direction, but haven't had a chance to look at it closely yet. Wher

[Zope3-Users] Re: best way to get started nowadays?

2007-09-22 Thread Philipp von Weitershausen
Chris Withers wrote: Jens Vagelpohl wrote: I suspect even the 2nd edition of that is out of date w.r.t. current practice, hence why I'm asking on the list ;-) I don't think that's the case. I'm pretty sure the full move to eggs along with the introduction of buildout and the recipe-based st

[Zope3-Users] Re: Does zope cache authentication?

2007-09-22 Thread Philipp von Weitershausen
Jodok Batlogg wrote: I have written a custom authenticator in my application to authenticate a login against a PostgreSQL database. In the site I have configured a PAU with a session credentials plugin and my custom authenticator plugin. I found out that with configuration, EVERY browser request

Re: [Zope3-Users] Re: Does zope cache authentication?

2007-09-22 Thread Jodok Batlogg
On 22.09.2007, at 19:16, Philipp von Weitershausen wrote: Jodok Batlogg wrote: I have written a custom authenticator in my application to authenticate a login against a PostgreSQL database. In the site I have configured a PAU with a session credentials plugin and my custom authenticator plu