[Twisted-Python] Jelly and Components
Instead of class Foo(jelly.Jellyable): # etc Shouldn't we be doing: class Foo: __implements__ = jelly.IJellyable # etc or: class Foo: # etc components.registerAdapter(..., Foo, jelly.IJellyable) ? This strikes me as being like copy_reg, but better :) -Andrew.
On Thu, 10 Oct 2002 16:17:42 +1000 Andrew Bennetts <andrew-twisted@puzzling.org> wrote:
class Foo: # etc
components.registerAdapter(..., Foo, jelly.IJellyable)
TwistedJava already does this, and booleans. For once I'm ahead :) -- Itamar Shtull-Trauring http://itamarst.org/ Available for Python, Twisted, Zope and Java consulting
On Thu, 10 Oct 2002 16:17:42 +1000, Andrew Bennetts <andrew-twisted@puzzling.org> wrote:
Shouldn't we be doing: class Foo: __implements__ = jelly.IJellyable # etc
Yes. I was originally going to save this for next week's "five crazy things" email :), but that's the plan. -- | <`'> | Glyph Lefkowitz: Travelling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |
A quick search of the archives turns up this topic occasionally, but without any resolution.... Anyone working on support for this?? Robert
On Thu, Oct 10, 2002 at 11:58:27PM +0100, Brother Robert Cowham preached da werd, yo:
A quick search of the archives turns up this topic occasionally, but without any resolution....
Anyone working on support for this??
Yes. :) I'm working on MoulDAVia, which will be a flexible, extensible and cool WebDAV server, with a Twisted frontend. -- Daniel Stone <daniel@raging.dropbear.id.au> <dstone@kde.org> Developer - http://kopete.kde.org, http://www.kde.org Proof BitMover are community-focussed: http://marc.theaimsgroup.com/?l=linux-kernel&m=103384262016750&w=2
participants (5)
-
Andrew Bennetts
-
Daniel Stone
-
Glyph Lefkowitz
-
Itamar Shtull-Trauring
-
Robert Cowham