[Zope3-Users] views based on request method (GET, POST, etc.)

2006-09-12 Thread Jan-Wijbrand Kolman
Hi, Is it possible to register (browser) views based on the request method? E.g. to do something for GET and something else for POST requests? Currently I do something like this (where FooView is registered as the default view for some interface): class FooView(BrowserView): ... def

[Zope3-Users] ANN: Viewlet examples

2006-09-12 Thread ksmith93940-dev
Hi Folks, Wow, viewlets are starting to look incredibly powerful. I'm posting my experimentation with them as a set of demos loosely based on the zope.viewlet readme. The first two demos are very simple and the third is a intermediate step towards the complex example in the readme. If you have

Re: [Zope3-Users] ANN: Viewlet examples

2006-09-12 Thread Stephan Richter
On Tuesday 12 September 2006 13:30, [EMAIL PROTECTED] wrote: Wow, viewlets are starting to look incredibly powerful. I am glad you like it. They are indeed very powerful. I think over the next months we will be building and releasing a lot of high-level features on top of viewlets, like menu

Re: [Zope3-Users] views based on request method (GET, POST, etc.)

2006-09-12 Thread Stephan Richter
On Tuesday 12 September 2006 07:38, Jan-Wijbrand Kolman wrote: But I have the feeling this can be done more elegantly. I did notice something in this direction in zope/app/dav/configure.zcml, but I'm not sure this actually helps. It could be I overlook something very very obvious... Hi JW,

[Zope3-Users] NTLM credential plugin

2006-09-12 Thread Simon Hang
Hi, I'm thinging to write a NTLM credential plugin for zope3. But as I know, ntlm use 4-way handshake procedure, that means it needs two round-trips between server(zope3) and client(browser). When I look in the credential plugins, it has challenge mothed. But seems it is only design for 1

[Zope3-Users] Zope 3.3.0 rc1 released!

2006-09-12 Thread Philipp von Weitershausen
The Zope 3 development team is proud to announce Zope 3.3.0 rc1. Zope 3 is the next major Zope release and has been written from scratch based on the latest software design patterns and the experiences of Zope 2. Cleanup of the Zope 3 packages has continued to ensure a flexible and scalable