<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Autarchy of the Private Cave &#187; zope</title> <atom:link href="https://bogdan.org.ua/tags/zope/feed" rel="self" type="application/rss+xml" /><link>https://bogdan.org.ua</link> <description>Tiny bits of bioinformatics, [web-]programming etc</description> <lastBuildDate>Wed, 28 Dec 2022 16:09:04 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=3.8.27</generator> <item><title>Why Zope 3 is just great</title><link>https://bogdan.org.ua/2007/03/15/why-zope-3-is-just-great.html</link> <comments>https://bogdan.org.ua/2007/03/15/why-zope-3-is-just-great.html#comments</comments> <pubDate>Thu, 15 Mar 2007 17:30:58 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[CMS]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Python]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[zope]]></category> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/03/15/why-zope-3-is-just-great.html</guid> <description><![CDATA[Recently I learned about Zope, which is an &#8220;open source web application server&#8221;, primarily written in Python. Then Django and Turbogears were seen as web-development frameworks akin to Zope. Search revealed an interesting anti-Zope rant at Zope vs Django. Reading until the end, and then following the comments, I came across the comment by Holger [&#8230;]]]></description> <content:encoded><![CDATA[<p>Recently I learned about <a
href="http://bluebream.zope.org/about/index.html" class="broken_link" rel="nofollow">Zope</a>, which is an &#8220;open source web application server&#8221;, primarily written in Python.</p><p>Then Django and Turbogears were seen as web-development frameworks akin to Zope. Search revealed an interesting anti-Zope rant at <a
href="http://www.jrandolph.com/blog/2006/02/02/zope-vs-django-heres-some-gasoline-to-put-out-the-fire/" class="broken_link" rel="nofollow">Zope vs Django</a>. Reading until the end, and then following the comments, I came across the comment by <a
href="http://www.blogger.com/profile/13470705" class="broken_link" rel="nofollow">Holger Froebe</a>, which is a huge one (probably the longest comment I had ever seen), and represents a detailed explanation with examples of the reasons to use Zope 3. I found that comment to be a really good-written one, so if you are deciding on whether you should use Zope 3 or not, then read the comment <a
href="http://www.jrandolph.com/blog/2006/02/02/zope-vs-django-heres-some-gasoline-to-put-out-the-fire/" class="broken_link" rel="nofollow">here</a> (scroll down or just search for &#8220;Holger Froebe&#8221;).</p><p>For convenience and in order to preserve this worhty piece of work from vanishing, below is the 99%-exact copy-paste of that comment.<br
/> <span
id="more-143"></span></p><div
class="commentname">Holger Froebe&nbsp;February 8, 2006 5:32 pm</div><div
class="commenttext"><p>Hello Jason,</p><p>when I read your post, I smiled a little.<br
/> Because I was in a similar situation in January/February<br
/> 2005. Let me introduce: My name is Holger<br
/> Froebe, I work for the IT of a university hospital<br
/> here in Germany (does this count for enterprise</p><p>requirements? I hope so.) &#8211; sorry for my crude<br
/> english.</p><p>â€¦â€¦â€¦and now for something completely different â€¦â€¦â€¦.</p><p>We had some web-applications written in plone and<br
/> wanted to extend this stuff throughout the company<br
/> which failed via some of the reasons<br
/> (Integration of Oracle/User management) which you adressed<br
/> in your rant. The main goal of this extension project<br
/> was to ensure integrity of data stemming from</p><p>different sources (mainly Legacy systems, like SAP,<br
/> Oracle, stuff from File/FTP server, MySQL, SQLServer -<br
/> the whole spectrum <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>Why did we fail ?<br
/> First let me get one point clear: I think Plone has<br
/> its strenghts and merits and if you stay close to<br
/> the main street of its framework layout and its<br
/> original intention (see below), you can get very<br
/> satisfactory results &#8211; see Oxfam, Ebay-Developer Plattform,</p><p>Motorola and a lot of other impressive projects.</p><p>But if you look at its history, you see a pattern:<br
/> Plone started as a replacement for the User Interface of<br
/> the Content Management Framework (CMF) of Zope2. But<br
/> over the years more and more architectural<br
/> stuff slipped into the original Skin Package &#8211; which<br
/> suddenly became a framework of its own.<br
/> It started as one package &#8211; now<br
/> you have 13 (or so) Zope packages which constitutes Plone.</p><p>And this software stack got bigger with evâ€™ry release: There<br
/> is python, then comes zope, then plone, then put archetypes and<br
/> on top of it ArchetypesContentTypes. To add it, all this<br
/> stuff has strong inner dependencies.<br
/> So with all those dependencies<br
/> Plone slowly drifted away from its original goal (getting a more usable<br
/> + visually appealing UI for Zope-CMF) and now does a lot of stuff<br
/> which should be done better deep down<br
/> in the software stack &#8211; may it be a pure python library</p><p>or a standard Zope Component/Product.<br
/> And that &#8211; to my totally personal mind &#8211; was the reason we failed<br
/> with a complex enterprise scenario.<br
/> If youâ€™re interested in this point of view,<br
/> Iâ€™ll recommend you Chris Withers insightful talk<br
/> â€œPlone rocks my worldâ€ &#8211; <a
href="http://www.simplistix.co.uk/presentations" rel="nofollow" class="broken_link">http://www.simplistix.co.uk/presentations</a></p><p>â€¦â€¦â€¦and now for something completely different â€¦â€¦â€¦.</p><p>But &#8211; What was the solution ?</p><p>We tried different approaches, but stayed<br
/> closely in well-known Python territory and rounded up<br
/> the usual suspects: TurboGears, Django, Zope3, to name<br
/> the most prominent.</p><p>And the winner was â€¦ Zope3 (now its time<br
/> to put on my fireproof suit, right <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>We started to work with it in Spring 2005 -<br
/> and we never looked back.</p><p>Man, this is such an amazing piece of software !</p><p>For me itâ€™s like a piece of art <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /> <br
/> Everyday I work with it Iâ€™m getting more<br
/> enthusiastic about it.</p><p>Zope3 is build on some values which in my mind<br
/> really counts if you want to build an enterprise system:</p><ul><li>Quality</li><li>Dynamics + Extensibility</li><li>Flexibility</li><li>Reuse, reuse and reuse again <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></li><li>Clear and concise separation of concerns</li><li>Focus on core competencies<br
/> = Avoid the Not-invented-here-syndrom</p><ul><li>integrate proven solutions from outside your world</li></ul></li></ul><p>Zop3 is not the monolithic big framework like many<br
/> other appservers today, but a collection of loosely</p><p>coupled pieces where every piece has a clear and defined<br
/> responsibility and quality. There are a some<br
/> thousand tests to ensure the last one. You can use nearly every<br
/> of this little pieces (Zopies call them â€œcomponentsâ€)<br
/> outside Zope. This separation of concerns to the extreme<br
/> leads in a fast way to locate, isolate and remove errors -<br
/> that really saved some of my days in the last few months.</p><p>At the same time the Zope3-Guys build via ruthless refactoring a framework<br
/> which brings Zope-World closer to Python standard world</p><p>(stuff like WSGI, relational Database connectivity etc. &#8211; see<br
/> below).</p><p>Heck, you can even use Zope-Code for a client<br
/> app which doesnâ€™t know anything Persistency or ZODB.<br
/> Yes, itâ€™s true: You can write pure desktop applications<br
/> using Zope-Code without caring about ZODB &#8211; Example:<br
/> The CCPublisher2 rewrite of the CreativeCommons-Project,<br
/> see <a
href="http://svn.berlios.de/svnroot/repos/cctools/publisher/trunk/" rel="nofollow" class="broken_link">http://svn.berlios.de/svnroot/repos/cctools/publisher/trunk</a></p><p>or <a
href="http://wiki.python.org/moin/PyCon2006/Talks#48" rel="nofollow">http://wiki.python.org/moin/PyCon2006/Talks#48</a><br
/> Or you want to use a collaborative tool for groups with<br
/> instant + slick visual feeling &#8211; try Bebop which strongly<br
/> relies on Zope3-Technologies on server AND client side.</p><p>â€¦â€¦.and now for something completely different â€¦..</p><p>The Zope3-Team discussed very thoroughly: What are the<br
/> core competencies of Zope and what not ?<br
/> For example: Zope2 had its own webserver &#8211; ZServer.</p><p>But why write and maintain such a beast when there<br
/> is something better in Python-World ?<br
/> So the Zope3-Guys integrated Twisted and<br
/> got best of both worlds.</p><p>â€¦ and now for something completely different â€¦</p><p>Relational Databases and Zope3</p><p>You described very well in your rant the problems with Oracle.<br
/> This was nearly 100% identical to our experience,<br
/> so my smile from the beginning of this post</p><p>comes a little bit from the pain I left behind me.</p><p>With Zope3 there are two approaches:</p><p>a) Use cxOracleDA-adapter (http://svn.zope.org/cxoracleda/)<br
/> Looking at this source code I was amazed how easy and<br
/> straightforward it is to integrate a well-known and proven<br
/> python-Standard DB-Adapter into Zope3-world.<br
/> The same pattern again: Take a proven quality piece</p><p> of software from standard python world, put on a small wrapper<br
/> and &#8211; whoa &#8211; use it right away in Zope3.</p><p>Well, and then you could put sql-expressions into your templates<br
/> via sql-expressions (uhm, not really recommended <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /> or use<br
/> your zsql-scripts from Zope2.</p><p>But then we thought there should be a better solution,<br
/> which breathes the spirit of Zope3 â€¦ which led us to</p><p>b) an OR-Mapper-Solution</p><p>We tried SQLObject first, since it had a â€œnativeâ€ Zope3-Integration<br
/> via sqlos. But Oracle connectivity is not one of the main targets<br
/> of SQLObject, despite there is a Oracle-SQL-Object-0.6.1-branch<br
/> in the repository.</p><p>PyDo2 from the Skunkweb-Project looked really promising, but<br
/> we had to put the name of the table into the class-definition,</p><p> so this was not flexible enough. Despite Oracle-Connectivity<br
/> was OK.</p><p>So we ended up with the best (shameless marketing)<br
/> enterprise ORM in python-world: SQLAlchemy (http://www.sqlalchemy.org)<br
/> Yes, thereâ€™s no official download and the developers<br
/> say thereâ€™s only Version 0.9.1 &#8211; but itâ€™s pretty close to final 1.0</p><p> and it really suits our needs.</p><p>The great difference between SQLAlchemy and the rest of the bunch<br
/> is that other ORM-Mappers try to fit relational databases by all means<br
/> into Object-World. But a relational DB is no misled ObjectStore and<br
/> the whole analogy breaks more and more down with<br
/> &#8211; larger databases</p><p> &#8211; transactional aspects<br
/> &#8211; complex datasets/queries over many tables.</p><p>SQLAlchemy has the same philosophy as Z3 in<br
/> &#8211; extreme separation of concerns and<br
/> &#8211; integration of standard DB Adapters<br
/> &#8211; high quality of code + easy readability</p><p> (anybody said â€œpythonicâ€ <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /> <br
/> &#8211; good quality of documentation</p><p>SQLAlchemy treats a Class as a Class, a RDB as a RDB, and<br
/> (you guessed it, right?) a RDB Table as a<br
/> RDB Table and connects them via mappers, which can easily<br
/> enriched with some standard methods/queries provided by</p><p> the framework.<br
/> It makes heavy use of the new dynamics aspects enriching<br
/> Python with the last few releases in the 2.x-line.</p><p>With SQLAlchemy I could drop the lines of code of my sql-related<br
/> stuff somewhere around 20-30%. And I REALLY like the approach<br
/> of â€œWriting less codeâ€. Doing all my RDB-Stuff in python</p><p> is an extra-Bonus (OK, to be honest &#8211; some complex queries<br
/> survived, but I think this is only a matter of time, since<br
/> they vanish <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>So youâ€™re not alone in Zope3-Oracle-World. To<br
/> cite the glorious A. A. Milne â€œAnd then there were threeâ€<br
/> (and maybe even more, if someone answers this post <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>â€¦ and now for something completely different â€¦</p><p>LDAP-Integration</p><p>Zope3 is very concise about Authentication via<br
/> so-called PAUâ€™s &#8211; Pluggable Authentication Utilities.<br
/> You could easily plug together Authentication sources<br
/> with different Authentication methods &#8211; its as easy<br
/> as plug your lego-stones together.</p><p>Like in RDB-World: First you define an Adapter to your</p><p> Datasource &#8211; lets call it LDAP-Adapter, right -<br
/> which defines and holds the connection to your<br
/> external LDAP-Source (http://svn.zope.org/ldapadapter/).<br
/> That way, you could even use more than one LDAP-Source<br
/> in your Application.</p><p>Then you have another clearly defined LDAP-PAS (http://svn.zope.org/ldappas/).</p><p> which does the authentication against this Adapter.</p><p>And the whole beast (you guessed it again, right?) is a small,<br
/> well-defined wrapper around python-ldap. Plus<br
/> itâ€™s easy to read and fast to understand (my 2 cents).<br
/> Itâ€™s like dejavu all over again <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>Hint: I just played around with this LDAP-stuff and never<br
/> tested that in our production environment,</p><p> but I have great confidence from my previous experiences<br
/> with Zope3 that it should be working relatively seamless.</p><p>â€¦ and now for something completely different â€¦</p><p>ZCML</p><p>Well, everybody beats on ZCML, since its such an easy<br
/> target &#8211; â€œHey, itâ€™s XML &#8211; thatâ€™s bad. We donâ€™t want<br
/> to use XML (for whatever ideological reason), so</p><p> Zope3 must be something ill-constructedâ€</p><p>If you ask me about my feelings about ZCML, I would<br
/> not try to convince you it was made in heaven and tell you<br
/> that you are too blind to see the light <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>But &#8211; as often in life: truth lies somewhere in<br
/> between the extremes. My 2 cents:</p><ol><li><p>I share your feelings about not direct<br
/> debugging ZCML, despite the fact that Zope3.2 brings<br
/> very concise error-tracebacks.</p></li><li><p>The Zope3-Guys are aware of the problems users have with<br
/> ZCML. They try REALLY hard to bring as much ZCML back<br
/> to python as possible &#8211; see</p><p> <a
href="http://www.z3lab.org/sections/blogs/philipp-weitershausen/2005" rel="nofollow">http://www.z3lab.org/sections/blogs/philipp-weitershausen/2005</a><em>12</em>14_zcml-needs-to-do-less<br
/> for a thorough discussion from one of the core developers<br
/> of Zope3. Looking from Zope3.0 to Zope3.2 (the current release) some<br
/> stuff vanished from ZCML, so those guys do their homework<br
/> and will do it even more on the upcoming Zope3.3 release.</p></li><li><p>The best thing at the end (now Z3-Team will really beat me ;-):<br
/> You can write up and use<br
/> ALL (right, ALL) ZCML-directives right away as python-code, if you donâ€™t<br
/> XML.<br
/> And yes, this is even documented (call me old-fashioned,<br
/> but I read docs first). You may say, that there are such</p><p> a huge amount of READMEâ€™s and other .txt-stuff spread<br
/> over the whole Zope-Project, that its not easy to get into it.<br
/> But Zope3 provides you with a toolscript<br
/> called â€œstatic-apidocâ€ which gives you a clear, concise<br
/> overview of the whole documentation as a static website.</p><p>Now if you look at the README under zope/component or</p><p> at the static-apidoc unter â€œComponent Architectureâ€<br
/> you find methods like provideAdapter, provideUtility,<br
/> which do &#8211; surprise, surprise &#8211; the equivalent of<br
/> ZCML-alternatives. Or look at zope/component/site.py<br
/> or zope/configuration</p><p>You want to see this in action ? Look at this</p><p> 2-part-example of a simple Z3-object publishing system<br
/> without any piece of ZCML:</p><p>Part I: The Zope Component Architecture -<br
/> Interfaces, Adaptation, and Duck Typing<br
/> <a
href="http://griddlenoise.blogspot.com/2005/12/zope-component-architecture-interfaces.html" rel="nofollow">http://griddlenoise.blogspot.com/2005/12/zope-component-architecture-interfaces.html</a></p><p>Part II: The Zope Component Architecture -<br
/> One Way To Do It All</p><p> <a
href="http://griddlenoise.blogspot.com/2005/12/zope-component-architecture-one-way-to.html" rel="nofollow">http://griddlenoise.blogspot.com/2005/12/zope-component-architecture-one-way-to.html</a></p><p>Browsing through the docs, you can find the other<br
/> replacements in a straightforward way (or you debug<br
/> the xmlconfig-stuff from zope/configuration, which<br
/> gives you the corresponding callables for ZCML)</p><p>If thatâ€™s too tough and time-consuming &#8211; no problem,<br
/> ask on the Zope3-Users mailinglist. Those guys are</p><p> REALLY helpful to get you into Z3-world.</p></li></ol><p>â€¦ and now for something completely different ..</p><p>Kool-Aid and the magic world of interfaces and adapters</p><p>Speaking with developers about Zope3 you often hear<br
/> that interfaces and adapters are too much magic and<br
/> they have to drink so much Kool-Aid to understand them.<br
/> I wonâ€™t put this here into a lengthy pro-con-discussion</p><p>of these concepts, since Iâ€™m not really a core developer,<br
/> but more an application developer/maintainer.</p><p>But to tell you my story:</p><p>It took me a while to GET the main ideas/principles<br
/> behind this stuff &#8211; to be honest,<br
/> 2 days of intensive, dedicated work and 5 litres of H2O.<br
/> After one week of working with Zope3 I was more productive than<br
/> before. Plus I had learned a lot of new stuff about programming<br
/> in a quality way. Yes, dealing with Zope3 has made</p><p>me a better programmer &#8211; even if I never should do anymore project<br
/> with it ;-(</p><p>Plus it helped me to get my things done better + faster.</p><p>Well, thatâ€™s Kool-Aid I really like !</p><p>I wontâ€™t say this world of interfaces and adapters<br
/> is the easiest to understand. But again:<br
/> There are a good amount of play-around-with-it-tutorials/docs/books<br
/> around which take you into Zope3-World. Just give it a try !</p><p>Want some examples? Want some simple apps to play around with?</p><p>Well, it was never easier than with Zope3 &#8211; see yourself</p><p>Hereâ€™s some easy stuff which you can work through in less than 1 hour<br
/> (well, the last example takes you longer <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>a) â€œZope3 in 30 minutesâ€ &#8211; at<br
/> <a
href="http://zissue.berlios.de/z3/Zope3In30Minutes.html" rel="nofollow">http://zissue.berlios.de/z3/Zope3In30Minutes.html</a><br
/> showing you step by step how to build your first<br
/> simple Z3-application to collect your bookmarks on a server</p><p>b) Did I mention the magnificent Jeff Shell? His blog griddlenoise.blogspot.com is a rich and really insightful source for getting into Zope3 &#8211; plus itâ€™s really fun to read. In his archives you find this funky little thing <a
href="http://worldcookery.com/files/jeffshell-todo/" rel="nofollow" class="broken_link">http://worldcookery.com/files/jeffshell-todo/</a> where Jeff tells you how to build a Rails-like ToDo-Application in some simple steps. In every step he shows you what to do and why he thinks this implementation is carefully thought out in Zope3 and what is the reason they did it this and no other way.</p><p>c) Want a fresh new zope3-site without understandig â€œall the magicâ€<br
/> inside? Choose life &#8211; choose the z3 project starter</p><p> <a
href="http://old.zope.org/Members/adytumsolutions/" rel="nofollow">http://www.zope.org/Members/adytumsolutions/z3project</a><em>starter/z3project</em>starter_released<br
/> Answer a few simple questions and you have a project skeleton<br
/> to play around with without deeply understanding all this â€œkool-aidâ€ upfront.</p><p>d) Philipp von Weitershausens Website/Book about Zope3 -<br
/> <a
href="http://worldcookery.com" rel="nofollow">http://worldcookery.com</a></p><p>You will find more of this tutorials on Phillips website under<br
/> <a
href="http://worldcookery.com/Appetizers.html" rel="nofollow" class="broken_link">http://worldcookery.com/appetizers.</a></p><p>And this is not the end. New stuff is landing every day<br
/> in Zope3-space &#8211; like this little gem about events/notifications<br
/> and how they help you handle complex application<br
/> architectures:</p><p><a
href="http://remarkablysimple.blogspot.com/" rel="nofollow" class="broken_link">http://remarkablysimple.blogspot.com/</a></p><p>Or you look at <a
href="http://www.z3lab.org" rel="nofollow">www.z3lab.org</a> where you can get a peek</p><p>of the Zope3-ECM-Initiative and so on so on â€¦</p><p>So, my advice to you: Fire on feedster.com, type in Zope3 â€¦<br
/> and youâ€™ll find a lot more of this diamonds.</p><p>I made the experience that most of the complaints about<br
/> Kool-Aid come from developers who specialized in certain<br
/> frameworks/habits and now had difficulties to extend<br
/> their mindset since they had to leave known territory.<br
/> They struggled with Zope3, found some hurdles and then gave up,<br
/> since â€œthereâ€™s so much kool-aidâ€.</p><p>I was surprised to find out that absolute newbies to programming<br
/> get productive with Zope3 very fast and easily -<br
/> maybe since they are not fixed on certain stuff.</p><p>I mean, sometimes I donâ€™t get it: People want to write programs<br
/> for real complex enterprise scenarios, but at the same<br
/> time tell me itâ€™s too hard to spend a few hours to play with some toy examples<br
/> and read some docs and play with the marvellous python command prompt<br
/> trying to push their brain into a new direction.</p><p>Believe me: This whole interface-adapter-pattern definitely helps</p><p>you in bigger/complex projects evolving over time.<br
/> Remember Fred Brooks Mythical Man-Month, which made so many of us aware<br
/> that change of requirements is inherent in any software project -<br
/> even if the whole system is in production use.</p><p>Zope3 has not ALL, but a lot of REALLY GOOD answers<br
/> to this situation every developer faces from time to time <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>â€¦ and now for something completely different ..</p><p>Querying the ZODB from outside applications</p><p>Iâ€™m convinced that it should be easy and I know</p><p>that the guys in the Bebop-Project did some stuff<br
/> in this direction, But Iâ€™m no expert in that,<br
/> since relational databases<br
/> constitutes more of my work. If you want to<br
/> have a profound answer on this &#8211; push it<br
/> on the Zope3-Users-Mailinglist (sorry, that<br
/> wasnâ€™t a sufficient answer, right?). Those<br
/> helpful souls there will really show you<br
/> the best and easiest way to do it.</p><p>â€¦.. and now for something completely different â€¦.</p><p>Coming back to your Plone-dissatisfaction</p><p>I donâ€™t want to tell you that Plone is bad. Or Plone<br
/> sucks. Or stuff like that. For me itâ€™s the right tool<br
/> for the projects it was made of &#8211; usable portal solutions<br
/> for medium size. The same holds for Django which<br
/> is also OK, if I want to make a fast RDBMS-UI-App.</p><p>The good thing is: For different work tasks there<br
/> are different tools in my toolchest. Itâ€™s my</p><p>responsibility to choose the right one for<br
/> every new project, but it leaves me with a<br
/> warm safe feeling that the toolbelt is filled<br
/> with such good quality stuff.</p><p>And the good news is just around the corner:<br
/> Plone and Zope3-World are converging &#8211; approaching<br
/> each other with every day. Now what does that mean?</p><p>Since I worked with plone it was easy to find my<br
/> way in Zope3-World. Zope3 tried to learn from</p><p>the Zope2 AND the plone lessons and put a lot of<br
/> the best breed of Plone (which constituted at the<br
/> same time those hard-to-manage architectural overhead)<br
/> back to the core of the framework. Well, this<br
/> is not totally right, since there is no such thing<br
/> as a monolithic core of Zope3-framework &#8211; the greatest lesson<br
/> learned from the problems with complex Zope2-projects.<br
/> Which is the best news of all <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>Know Archetypes ? There is schema-driven content-types</p><p>with form generation (zope.formlib)</p><p>Know Skins and Layers ? Use them right away in Zope3</p><p>Know Portlets ? Generalized to Viewlets and managed via ViewletManagers.</p><p>RessourceRegistries? Now known as RessoureLibrary.</p><p>â€¦ and so on â€¦ and so on â€¦</p><p>But at the same time the Plone guys push their stuff<br
/> more and more towards the proven Z3-technologies -<br
/> and by handing over Z3 the framework responsibilities<br
/> the Plone community again can concentrate on being</p><p>the big shot at their homeground -<br
/> to provide you with the â€œMacOS of CMSesâ€<br
/> (well at least thatâ€™s what Limi told me <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p><p>I also appreciate the other web frameworks<br
/> in Python world &#8211; and Iâ€™m happy to see that<br
/> there will be a â€œWebFrameworkâ€-Track during<br
/> Europython this year where zopies, djangistas<br
/> and turbogearianos and all those funky-stuffistas<br
/> will get into fruitful</p><p>discussions about solutions. Iâ€™m really<br
/> looking forward to this meeting since<br
/> we can learn a lot from each other<br
/> if we leave our minds open for the NEW.</p><p>â€¦. and now for something completely different â€¦.</p><p>There is so much more to say about this marvellous<br
/> piece of software (like the integration<br
/> of other templating languages like meld or clarity<br
/> or the integration of standards like Java-like Portlet-Stuff or</p><p>WFMC &#8211; the Workflow-Coalition &#8211; and and and)<br
/> but let me come to an end, since itâ€™s really late<br
/> and I need some sleep:</p><p>I work for 20 years with software and applications.<br
/> Zope3 is one of the most professionall, mature<br
/> and qualitative outstanding frameworks I saw.</p><p>Itâ€™s really fun to work with, if you have a sense for<br
/> lasting quality solutions, if you want to be<br
/> proud of the stuff you created.</p><p>Thanx for your patience + Good night,</p><p>Holger @ Germany</p><p>PS: If youâ€™ve got any specific question about Zope3,<br
/> drop me a not at <a
href="mailto:booradley at web.de.">booradley at web.de.</a> Or visit some<br
/> of the links in my rant. Or subscribe<br
/> to the Zope3-User-Newsgroups and ask your questions.<br
/> This world is really full of possibilities <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p></div><div
class="commentname"> Holger Froebe&nbsp;February 8, 2006<br
/> 6:13 pm</p></div><div
class="commenttext"><p>Ah, and I forgot &#8211; the collaborative development<br
/> of my favourite Linux distro (Ubuntu)<br
/> is managed by a Zope3-Application -</p><p>see <a
href="https://launchpad.net/" rel="nofollow">http://launchpad.net</a> â€¦</p><p>or the shiny Z3-based Schooltool if you want<br
/> to manage ressources and calendars â€¦<br
/> see <a
href="http://www.schooltool.org" rel="nofollow" class="broken_link">http://www.schooltool.org</a></p><p>Zope3 is really smoking <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p></div><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F03%2F15%2Fwhy-zope-3-is-just-great.html&amp;linkname=Why%20Zope%203%20is%20just%20great" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F03%2F15%2Fwhy-zope-3-is-just-great.html&amp;linkname=Why%20Zope%203%20is%20just%20great" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F03%2F15%2Fwhy-zope-3-is-just-great.html&amp;linkname=Why%20Zope%203%20is%20just%20great" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F03%2F15%2Fwhy-zope-3-is-just-great.html&amp;linkname=Why%20Zope%203%20is%20just%20great" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F03%2F15%2Fwhy-zope-3-is-just-great.html&amp;linkname=Why%20Zope%203%20is%20just%20great" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2007%2F03%2F15%2Fwhy-zope-3-is-just-great.html&#038;title=Why%20Zope%203%20is%20just%20great" data-a2a-url="https://bogdan.org.ua/2007/03/15/why-zope-3-is-just-great.html" data-a2a-title="Why Zope 3 is just great"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2007/03/15/why-zope-3-is-just-great.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>