<div dir="ltr">Wops. I have no idea why this thread popped up in my inbox today. Sorry.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 22, 2014 at 8:51 AM, Lennart Regebro <span dir="ltr"><<a href="mailto:regebro@gmail.com" target="_blank">regebro@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Wed, Jul 30, 2014 at 7:22 PM, Christopher Lozinski <span dir="ltr"><<a href="mailto:lozinski@freerecruiting.com" target="_blank">lozinski@freerecruiting.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I would think that the world has to move to massive class libraries of<br>
reusable software components, maybe not on the client side, because it<br>
takes time to download, but certainly on the server side.  Not in<br>
statically bound languages like Java or C++, but in dynamically bound<br>
languages, like like python or C#.  The only significant python<br>
component architecture I know of is ZCA.  Maybe there is one in C#  So I<br>
would expect lots of people to be using<br>
ZCA, most easily in Grok.    And Grok is quite easy to use.   And yet<br>
that is not happening.<br>
<br>
Why not i wonder?<br>
<br></blockquote><div><br></div></span><div>That certainly is a very interesting question.<br><br></div><div>And the answer is that components generally aren't particularly reusable, as they tend to be too tightly integrated with each other. Components are for making plugins to frameworks, and hence you can use a component architecture when you build a framework. (Zope3 tried building the framework OF components, but that IMO proved to be too complex).<br><br></div><div>Reusability comes in the forms of libraries, services and frameworks. Hence, in your case, as you are building a new web site, you need a good website framework. There are many good Python web framework to choose between to get things done quickly. ZTK is not one of those. Neither in my opinion is Grok, which was a valiable attempt to make Zope 3 development less complex.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>//Lennart<br></div></font></span></div><br></div></div>
</blockquote></div><br></div>