AW: AW: AW: [Zope3-Users] z3c.form - howto ignore the context for singlewidgets in an Edit form?

Roger Ineichen dev at projekt01.ch
Mon Feb 18 06:23:22 EST 2008


Hi Herman
 

> Betreff: Re: AW: AW: [Zope3-Users] z3c.form - howto ignore 
> the context for singlewidgets in an Edit form?

[...]

> Back to z3c.formwidget: What do you think should this package 
> exactly contain:
> 
> - Only widgets?
> - Combinations of schemas and widgets?
> - Also schemas without widgets (like an Email schema that 
> inherits from a TextLine and thus uses a TextWidget)?

The importest thing for me is that I don't have to use
packages that I don't need. This means we should use
for each package a own namespace like:

z3c.formwidget.email
z3c.formwidget.mynicedojowidgetwith20mbjavascript

For me it's inacteptable to have more code installed at
a server the I need to. I really like to get rid of
this additional unneeded packages and dependencies.

The overall concept for eggs is all about explosion
and the component architecture supports this too.
Write monolitc packages which contains solutions for
everything is very bad since we use eggs. Small usfull
libraries are welcome.

PS;
I really like to get the memory usage for a single 
zope server below of 30 MB in the near future.

Regards
Roger Ineichen


> Best Regards,
> Hermann
> 
> --
> hermann at qwer.tk
> GPG key ID: 299893C7 (on keyservers)
> FP: 0124 2584 8809 EF2A DBF9  4902 64B4 D16B 2998 93C7
> 



More information about the Zope3-users mailing list