[Zope-dev] Make simple ISource usable
Roger Ineichen
dev at projekt01.ch
Tue Sep 2 10:55:24 EDT 2008
Hi Stephan
> Betreff: Re: [Zope-dev] Make simple ISource usable
>
> On Tuesday 02 September 2008, Jim Fulton wrote:
> > > This whould not affect other implementations like the
> > > ISourceQueriables etc. It only offers the a way to implement
> > > reusable simple ISource components without the need that every UI
> > > framework needs to implement their own interfaces for
> query ISource
> > > component in their own way (e.g. ITerms).
> >
> > Why can't they use zope.app.form.interfaces.ITerms
>
> Because it makes every project that uses sources in a
> meaningful way depend on zope.app.form, which has a lot of
> dependencies that I do not want. It prohibits another form
> framework, such as z3c.form to not depend on zope.app.form,
> which suck to say the least. :-)
>
> An alternative to Roger's proposal would be to move the
> ITerms declaration and any possible generic implementation of
> such into its own package zope.terms.
+1
I'm fine with that. Everything is better then having
this interface in zope.app.form since zope.app.security
is using it and glues many zope packages and the testing
enviroment together.
Regards
Roger Ineichen
> Regards,
> Stephan
> --
> Stephan Richter
> Web Software Design, Development and Training Google me.
> "Zope Stephan Richter"
>
More information about the Zope-Dev
mailing list