Slashdot Mirror


O'Reilly Interview with the Plone Founders

Alexander Limi writes "Just in time for some light weekend reading, O'Reilly's OSDir.com has published a byte-sized interview with the two founders of Plone. This is a nice follow-up to the earlier discussion on Slashdot, and covers a lot of the unanswered questions people directed to us earlier as the surprise winners of the O'Reilly COMDEX competition."

124 comments

  1. I am going to sue these people. by Knight55 · · Score: 4, Funny

    This word sounds like Phone, I am representing my client thomas edison and taking a 100% commision for you trampling all over his IP. My dad from the SCO conned me into doing this.

    --
    1888 Franklin St.
    1. Re:I am going to sue these people. by martyn+s · · Score: 5, Informative

      Alexander Graham Bell.

    2. Re:I am going to sue these people. by martyn+s · · Score: 0, Offtopic

      How could this be INSIGHTFUL??? NOTHING on SLASHDOT is insightful. Mod parent down.

    3. Re:I am going to sue these people. by Anonymous Coward · · Score: 0

      Hi, I'm representing George Lucas and we're gonna sue their asses off because it sounds like 'Clone' - as in 'Clone Wars'.

      We'll also sue you because it 'phone' is a registered trademark of E.T. and George's mate Steve has a lot to say about that. We won the SGI Indy box debacle, now ILM (Industrial Litigation Magic) is coming after you...

      Oh and Darl... your name contains proprietary phonetics from the word 'Darth', but we're not telling you which bit. Oh yeah, $699 please...

    4. Re:I am going to sue these people. by paranoidsim · · Score: 2, Funny

      I too read Plone as phone. Consequently, the headline to me read, "O'Reilly Interview with the Phone Flounders". I got a laugh.

    5. Re:I am going to sue these people. by Spoing · · Score: 0, Offtopic
        1. This word sounds like Phone, I am representing my client thomas edison and taking a 100% commision for you trampling all over his IP. My dad from the SCO conned me into doing this.

        Alexander Graham Bell.

      Shhhh! You don't want *him* to be sued too, do you?

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    6. Re:I am going to sue these people. by BlueGecko · · Score: 2, Funny

      Yeah, Bell may have made the telephone, but, dammit, if Darl can sue people for using Linux, then Edison should be able to sue people for using the telephone!

  2. A bit telling by Saven+Marek · · Score: 5, Insightful

    This says a lot about good documentation and decent ease of use. I've seen many perfectly intelligent people come up against the brick wall of Zope's usability, and sit there scratching their heads going "wtf?". Luckily zope IS very powerful, otherwise it'd never end up being used.

    While it's testament to the skills of the plone team that now there's a solution, and indeed that's the OSS way - if a solution is needed someone will write it - the years that zope's existed WITHOUT some kind of help it desperately needed is telling.

    1. Re:A bit telling by Malcontent · · Score: 4, Interesting

      While I agree that plone is better documented then zope I disagree that it's "easy".

      Zope is just confounding. Plone makes it easier to get some things done. But sooner or later you are going to have to create a template or a script and then you'll be scratching your head and saying "wtf".

      When I was first using plone it would take me hours to find where some text on the screen was being produced or where to go to change it. I am still perplexed about where the actions for the user bar are for example. And of course sooner or later everybody will get a visit from the "spammish aquisition".

      I am waiting to see what zope3 and plone 2 are going to be like. I hope they make it easier for mere mortals to use them.

      --

      War is necrophilia.

    2. Re:A bit telling by zzendpad · · Score: 1

      i hear things like this about zope all the time, i guess this is why i've been hard pressed to try it out. (completely aside from the fact that something about the name 'zope' just bugs me. 'plone' too, for that matter.)

      so i'm left confused, what exactly is supposed to be made easier by this? it sure seems like a possibly good idea gone wrong.

    3. Re:A bit telling by jalet · · Score: 1, Insightful

      Perhaps you could... try it.

      --
      Votez ecolo : Chiez dans l'urne !
    4. Re:A bit telling by zzendpad · · Score: 1

      my point is, why would i want to try it when i hear so much that's bad about it... confusing, poorly documented, etc, and the only thing i hear in its defense is just to try using it and see for myself?

    5. Re:A bit telling by jalet · · Score: 2, Informative

      I agree that beginning to use Zope without any documentation at hand is a bit confusing (to say the least). But really you should be able to setup and use Plone to create a basic working website with publishing workflow, membership, themes, i18n, etc... within minutes, and without having to type any line of code.
      Then of course to go further, you have to read some doc, but just like with all powerful software.

      --
      Votez ecolo : Chiez dans l'urne !
    6. Re:A bit telling by the_rev_matt · · Score: 3, Interesting

      I've been using Zope for 4 years now, and I still don't get this view that Zope is inscrutable. I have been trying to work with Plone for over a year now and it's damn near impossible to create your own product for it.

      While Zope documentation can be kindly described as minimalist, Plone documentation simply doesn't exist and what little there is is 100% wrong. Hell, I've had some of the plone developers send me solutions to problems and their solutions don't work (usually because they've skipped 2-3 major steps in their directions, assuming that I know as much about their undocumented product as they do).

      I think Plone is a great project, and it will likely become an integral part of Zope, if you want to do anything other than slap a different skin on it you are SOL. I'm particularly bothered by the fact that they override many of the default behaviors of Zope/CMF and there is NO way around it so it is not possible to port a Zope/CMF product to Plone without completely rewriting from scratch.

      --
      this is getting old and so are you

      blog

    7. Re:A bit telling by Anonymous Coward · · Score: 0

      Zope is odd, but damn cool when you understand what to do.

      It took me four separate tries to "get" Zope. After that, I was able to do some scarily complex stuff with a frighteningly small amount of work.

      I think part of the problem is the concept of a site as a hierarchy of objects and methods. It's easy to say that makes sense, but damn hard to understand them that way.

      BTW: the object database underneath Zope is a freakin' dream. No more fiddlin' with queries and such. Much better.

    8. Re:A bit telling by Malcontent · · Score: 1

      " my point is, why would i want to try it when i hear so much that's bad about it."

      Because it has a log of stuff built in. User authentication (properly abstracted so it works against pretty much everything), database abstraction, authority delegation, workflow, templating, etc. You get a lot out of the box. With all that power you also get complexity.

      --

      War is necrophilia.

    9. Re:A bit telling by j3110 · · Score: 1

      I learned Python and Zope both in two weeks, and I was quite able to make a database driven web-site in those two weeks while learning, that took me a month to make in PHP, and I had used PHP quite a bit in the past.

      Comparing Zope to PHP, I think most people will come to the conclusion that not only is Zope easier to develop for, but also it's easier to maintain since it gently encourages you to move your data-access/queries into a seperate space.

      I've had a Zope server running without a single hickup for about 2 months now. I'm also a J2EE guy, and since then, I've had JBoss bail out at least twice on some servers. It's very stable.

      If you don't like zope, it'll be because the documentation is skimpy, or you'll be writting dynamic web sites in ASM just to get the last bit of performance out of it even though the data pipe is already satuerated :) Remember, the limiting factor for dynamic web sites is bandwidth. The second limiting factor is your DB/hard disk.

      --
      Karma Clown
  3. Wait a minute by aynrandfan · · Score: 0
    byte-sized

    You misspelled . . . oh, wait . . . he he

    --

    ----

    "Ours was a free culture. It is becoming much less so."-Lawrence Lessig

  4. Size does matter. by cgranade · · Score: 5, Funny

    Problem is, a "byte-sized" article would be one-half of a Unicode character, or shorter than all but two words in the English language. Not probably a constructive article.

    --

    #define DRM chmod 000

    1. Re:Size does matter. by Crypto+Gnome · · Score: 1

      Actually the description is a reference to BYTE Magazine, so in actual fact the article is relatively voluminous.

      Anyhow, even if they *did* mean 8 binary digits, if they printed them with a HUGE font size, then the article could be quite large indeed.

      --
      Visit CryptoGnome in his home.
    2. Re:Size does matter. by Guido+del+Confuso · · Score: 0, Redundant

      Y'know, I was gonna make that joke too when I first saw the "byte-sized" in the article. Then I noticed that there were already 20 comments posted, and I was willing to bet someone else had beaten me to it.

      It's pretty sad what a bunch of geeks we all are. :-)

  5. Late-night uncaffeinated dyslexia by CaptainCarrot · · Score: 0, Offtopic

    At first glance I read "Plone Founders" as "Phone Pounders." Imagine my reaction.

    --
    And the brethren went away edified.
    1. Re:Late-night uncaffeinated dyslexia by Anonymous Coward · · Score: 0

      Imagine my reaction.

      OK. I'm imagining you deciding to go ahead and post something rather than attempting to re-read and make sense of what you just read.

    2. Re:Late-night uncaffeinated dyslexia by Waffle+Iron · · Score: 1
      At first glance I read "Plone Founders" as "Phone Pounders." Imagine my reaction.

      In my case, after reading the headline I was thinking for a second that O'Reilly had tried to interview some hacker known as "the Plone", and that the interview had gone horribly wrong.

  6. Re:O'Reilly by Anonymous Coward · · Score: 0

    Somebody modded this up? WTF? Put down the pipe willya. Informative my ass

  7. What's Plone? by Eric+S+Rayrnond · · Score: 4, Informative

    Plone is built on top of the open source application server Zope and the accompanying Content Management Framework which have thousands of developers around the world supporting it.

    Plone is ideal as an intranet and extranet server, as a document publishing system, a portal server and as a groupware tool for collaboration between separately located entities. A versatile software product like Plone can be used in a myriad of ways.

    Who uses Plone? Many organisations. NASA / Jet Propulsion Labs, Lufthansa, the Austrian Government.

    --
    >>esr>>
    1. Re:What's Plone? by dracvl · · Score: 4, Interesting
      Actually, the popular MAESTRO Mars Rover site is also a Plone site.

      Does anybody else find it slightly amusing that Plone is running on Sun's network - on Sun hardware no less - and no Java in sight? ;)

    2. Re:What's Plone? by Anonymous Coward · · Score: 0

      Well ESR you completely failed to tell us what it is aside from from throwing around some jargon - I still have no idea what Plone or Zope _does_ or what its purpose is.

      That's not to say I didn't enjoy reading CATB and TAOUP.

    3. Re:What's Plone? by Anonymous Coward · · Score: 0

      I hope you are aware that you are talking to Eric S. Rayrnond.

    4. Re:What's Plone? by CapnKirk · · Score: 5, Informative

      Ok. Here's the long description:

      Zope is a web application server. It is written in python. It has a builtin web server or you can run it behind apache, squid, whatever. It maintains all data in a object-oriented database. What zope does is generate dynamic html pages on the fly. You write a page template and when the user GETS that page, the variable information is inserted and then returned to the user.

      Another feature is that a Zope website -- and much of Zope itself -- is managed via the web. And it has a very sophisticated security and permissions facility. It uses the concept of "roles" to which permissions and access to objects can be attached.

      CMF (Content Management Framework) is a zope application that creates a set of services for the website developer: navigation, calendar, new items, workflow, etc. It also provides the basis for css-based "look-and-feel".

      Plone, as was noted in the interview, started out as a CMF "skin." It has evolved into kind of a "CMF best-practices". It's philosophy is -- in part -- to permit the creation of *sophisticated* web content in a collaborative environment by users who know little or nothing about html, etc.

      There's lots more to be said, of course. But I've been using Zope for two years, and Plone for nearly a year. My preferred scripting language is Ruby, but Zope/CMF/Plone is so valuable, I went out and learned Python in order to read the source code. Today, most of my work involves writing a page template and maybe some snippets of python code to go along with it -- often less than ten lines. Simple.

      If your need is collaborative web content creation/management, web portals, etc., and Joe Sixpack is your user, then Zope/CMF/Plone is the way to go.

      A very satisfied user,

      Kirk

    5. Re:What's Plone? by cfuse · · Score: 1
      Ok. Here's the long description ...

      God bless you. Anything not to have to RTFA.

    6. Re:What's Plone? by Anonymous Coward · · Score: 0

      hi

    7. Re:What's Plone? by Anonymous Coward · · Score: 0

      "Intranet" and "extranet" are only used by suits. Anyone who actually knows what they mean would say "network" and "internet" instead.

  8. Plone is self documented by axxackall · · Score: 4, Informative
    While I agree that plone is better documented then zope I disagree that it's "easy".

    Plone is still in a deep lack of being documented. For example "Plone for web-designers" is till missed. Many API details I still have to get from the source code itself.

    Also, one of the best Plone's documentation is a set of already existing and still being actively developed Plone applications.

    But in general Plone still keeps guiding app developers, and thus leaves them more chances for future interoperability.

    I wish that one of issue collectors/trackers in Plone will stabilize. Currently I use CollectorNG, which can already beat Bugzilla. I am not sure what PloneCollector developers want to achive by completely rewriting CollectorNG. As for official Zope/Plone issue collectors - they are kind of primitive.

    Another wish: Zope and Plone sites will have forums with functionality of CMBoard, which I think is beating PHPBB already.

    --

    Less is more !
    1. Re:Plone is self documented by kalistra · · Score: 2, Informative

      The single most significant improvement of PloneCollectorNG over CollectorNG, IMO, is that the Plone version lets you define your issue schema dynamically, through the web, using a very simple interface.

      Also, because PCNG is built using Archetypes, the hooks for TTW schema editing have been backported to the Archetypes project, allowing for simplified development of TTW schema editing for ANY Archetypes based pieces of web content.

    2. Re:Plone is self documented by axxackall · · Score: 1

      Yeah, I like. And I use Arhitypes in my projects too for the very same reason. However each time I am thinking about other people and that's why I use only stable Architypes. but PCNG guys requre Arhitypes from CVS HEAD, and THAT make PCNG unusable for normal site for at least half of year. If not longer. Ignoring other users is not the best type of behaviour we can find in Open Source.

      --

      Less is more !
  9. Re:GNA by Anonymous Coward · · Score: 0
    as they certain weren't thriving nations when European colonialism began. It couldn't be because blacks are inferior, could it?

    Oh shut up already you ignorant bigot.

    Yes, the nations were thriving when run by the whites who had both education and the experience of running the affairs of state. No-one ever bothered to prepare the native population how to run a modern country.

    Then when these countries were given their independence, it all fell apart because no-one knew how to maintain the infrastructure. Furthermore, the borders of the nations were drawn arbitrarily across traditional tribal boundaries at gunpoint. When the guns went away, the fighting began.

    So, yes, it was Europeans' fault.

  10. Plone 2, Archetypes by supton · · Score: 5, Informative

    I think things are getting better - much better, much faster. Soon-to-be-released Plone 2.0 and Archetypes are contributing to this - the learning curve for all aspects of Plone is getting flattened.

    Zope has a "Z-shaped learning curve" -- or so goes the saying; this is becuase Zope (well, Zope 2) has a deep tree of class inheritance - a "deeply object oriented" system (to borrow a phrase from Jon Udell, not sure if that's his intended meaning). When someone tells you to "read the source" -- that's usually becuase Python is remakably easy to read -- but you still you end up with a task that's fairly involved and somewhat academic (not to discount this - once you get it it is quite rewarding).

    What the CMF and Plone do is put a "wide-not-deep" framework on top of the Zope app server to abstract most of that tedious, academic learning curve for serious developers. The CMF hard-codes a really simple MVC-like design-pattern for best practices for component-oriented development, where lightweight components interact (global "tools" like search/catalog, workflow, etc and content objects in folders/containers (the model) - and UI/automation skin code (view/controller)). Each component is lighter-weight and pluggable (with defined interfaces and unit-tests), and CMF, Plone, and unrelated Zope 3 development are working towards not just pluggable components, but user/admin configurable components. The Plone 2 control panels are a good start towards making this more human. The ease-of-development and deployment story is getting better. The UI is also more configurable in Plone 2 via CSS.

    Getting better by the minute: Archetypes is the secret weapon for Plone's future success; Archetypes makes schema-based development for content items, along with relationships among content items, not just easily possible, but much less tedious. It's architecture, in many ways (though it is still maturing), is superior to the same concepts in WinFS in M$ Longhorn. Archetypes will make development of content types easier to learn and develop day-to-day, whether you as a developer prefer to live in Vi (or Emacs), UML modelling tools, or a web-based schema editors. Simple, usable, documented examples for Archetypes development in Plone are popping up every day. Developing global CMF tools (singleton services/utilities for all objects in the site) has always been trivially easy, but underdocumented. Plone 2 is making the UI easier to customize, and I expect that forthcoming books and improved documentation on Plone 2 will make this straightforward.

    Keep in mind, the Plone/Zope/Python stack is much less complicated and easier to learn than equivalent technology stacks in Java app servers (and less messy than inline web apps in PHP/ASPX/etc). And seriously, if you have to say WTF, say it on #plone on freenode or the plone-users list - there's a high likelyhood that someone will have an answer to just that question... ;)

    1. Re:Plone 2, Archetypes by Malcontent · · Score: 2, Insightful

      My biggest wish for plone and zope is a more productive working environment. I really miss my filesystem tools like grep. The find button does not work great at all and takes too long.

      I keep thinking it would be great if there was a cvs like tool where you could check out the subtree to your hard disk and work on it with your favorite editor and then check it back in.

      If not that then an eclipse or a jedit plug in would be awsome.

      --

      War is necrophilia.

    2. Re:Plone 2, Archetypes by Anonymous Coward · · Score: 1, Interesting

      Synchronizing to the filesystem is built into Zope 3. It's just a shame that Zope 3 isn't finished yet. Someone should backport fssync from Zope 3 to Zope 2, or to Plone, then you'll have what you need.

  11. Mod Parent Up, Please by billstewart · · Score: 1

    That's a nice review - thanks!

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  12. litte plone commercial by 2.246.1010.78 · · Score: 5, Informative

    I really liked them talking about increasing 'mind share' in the interview, because when I had to set up a new website for my local political party youth organization, the hardest part was convincing people that plone is exactly what we wanted - they never heard of it and it takes quite some time to explain the whole thing to people that aren't geeks at all.

    what we wanted was:

    • something with decent security - this rules out phpnuke
    • something that is standard compliant, xhtml and the stuff
    • something that is once set up and than easily managable by joe doe
    • something that serves as a depository for information and relates the information to other relevant information
    • something that seperates content and markup, plone1 does this halfway decent

    Plone fit the bill and I think we can be quite happy how well it works, if you never tried it out: take the time and toy around with it a bit. The learning curve is a bit steep at the beginning (at least for the person that sets the whole thing up), but afterwards it is really a beautiful piece of software.

  13. What exactly *is* Plone? by 0x0d0a · · Score: 3, Informative

    I'm trying to figure out exactly what all of the hubub is about. From what I can tell from a quick Googling, Plone is a piece of software that helps people use Zope more easily, by slapping a GUI on it. Zope is a Python-based content management system. Content management systems are apparently something vaguely along the lines of Slashcode -- they store data in a database and let you more easily generate webpages from said data. They would be used by someone who wants to set up an e-commerce website or a blog-capable website.

    I may be utterly wrong -- I'm a little surprised that I couldn't immediately turn up a simple explanation of what these things are on the web. If I'm missing something here, can someone clarify?

    1. Re:What exactly *is* Plone? by darnok · · Score: 5, Informative

      OK, I'll go first - I'm sure people will correct me if/when I'm wrong...

      Zope is a Python-based, Web application development system. It runs on *nix and Windows, and I'm pretty sure Macs as well. One of its key strengths is that it allows Web page designers, content generators and Web logic coders to work together without stepping on each other's toes - that's a big challenge with most Web application tools. You do all your work within Zope using a Web-based GUI, which is another unusual feature. There's a lot more to Zope than this, but that's enough for starters.

      CMF is a Content Management system that runs on top of Zope. Content Management is for those sites where you want relatively non-technical people to be able to contribute "content" without having to worry about HTML and other nasty techo stuff. Think of people providing articles for your local school's newsletter - they should just be able to supply ASCII text, and someone else deals with typesetting and page layout. In this case, the "someone else" is CMF. There's more to CMF than that, BTW...

      Plone sits on top of CMF, and adds extra tools such as workflow to CMF. In the school newsletter, you would probably have an editor who checks all the incoming articles, fixes typos and ensures nobody's said anything nasty. The contributor of the article would send it to the editor, who would then either accept or reject it. The "workflow" in Plone lets you implement this editor-type role in software. Again, there's a lot more than Plone than that...

      Hope this helps a bit. I really like Zope, but as many people have said, getting your head around it is a bit challenging at first. Unlike many tools, it's difficult to "start with the easy stuff and learn the tough stuff as you go along" - Zope doesn't really lend itself to that approach, which I think is where many people struggle with it.

    2. Re:What exactly *is* Plone? by Qbertino · · Score: 4, Insightful

      Err, well, you've missed the mark a little.
      Here's my quick standard reply:

      Zope is an open source Web Application Server, developed allmost exclusively in Python (some speed parts in C) with an integrated object relational database, aka ZopeDB and a web frontend with access to all interal components.

      That pretty much summs it up for Zope. :-)
      Now for Plone:

      Plone is a CMS and a content syndication system programmed for and with the Zope Appserver. These Zope Applications and 'addons' are very easy to develope and install on Zope (naturally, if you consider the description above) - think 'plugin' - and are called Zope 'products'.

      So Plone it a 'tad' more than you're standard CMS, be it slashcode/e107/Nuke/whatever, since it can very easyly utilize the vast power of the underlying Zope and other products, like Webshops, syndication mechanisims or webcrawlers and data-mining bot's, just to mention a few. Zope actually severely blurrs the edge between database, application and frontend and leaves it completely to the developer where to draw the line between those components.
      Imagine an appserver where you can just drop of data for storage at whim without having to mess with DB abstraction layers, conectors and stuff, that comes with a full featured web interface where you can track and modify the inerts of your appserver either by custom coding (in whatever language you fancy that has conectors to Zope, Perl for instance) or by using the interface options and elements - which you can of course provide with your own extensions.
      That's what Zope and thus Zope/Plone is all about.
      That one can't exactly say what Plone is in standard terms actually shows the power of Zope. Basically it's whatever you make of it.

      --
      We suffer more in our imagination than in reality. - Seneca
    3. Re:What exactly *is* Plone? by Anonymous Coward · · Score: 1, Interesting

      0x0d0a, I imagine, right now, you must be feeling a bit like Alice, tumbling down the rabbit hole?

      Well, we are trained in this world to accept only the rational and the logical. For a while, we were all able to escape that together. As children, we do not separate the possible from the impossible which is why the younger a mind is the easier it is to free, and why they were able to create Plone out of nothing but five letters and some hype. But now the rules have reasserted themselves. And it is harder than ever to really know what Plone is.

      No one can tell you what Plone is. You have to see it for yourself. Plone is all around us. And if you can figure out just how to give programs to people on Minidiscs, and you don't understand Plone, then maybe you are The One.

    4. Re:What exactly *is* Plone? by stuntpope · · Score: 2, Insightful

      Good description, but I disagree with your assessment that "it's difficult to 'start with the easy stuff and learn the tough stuff as you go along' - Zope doesn't really lend itself to that approach."

      On the contrary, with built-in authentication, roles, template engine, through-the-web editing, etc, etc, Zope makes it easy to build simple sites quickly with little digging into documentation. Heck, the outdated built-in tutorial is good enough for that, and the Zope Book (free online) is very good at getting you headed down the road to more complex web applications. Plone has done a great job of taking the framework that is the CMF and polishing it into a more 'approachable to mere mortals' product. That said, I'm one of those who don't believe Plone is the answer for all Zope application problems. Also, if you've never done web development using PHP, ASP, JSP or the like, then you'll have more than just the Zope learning curve to climb (thus you'll hear the complaint, "where's the content on the screen actually coming from?").

      From what I've seen as a long time Zope user/developer who has management 'buy-in' and other developers now using Zope, the Perl hackers and people comfortable in a *nix environment take to Zope well. They know how to dig for answers. The developers raised on a diet of VisualBasic and who think Access is database development are flummoxed because they no longer have an IDE telling them what to do, and they don't grok using the source (by the way, there's also the DocFinderEverywhere product, quite helpful). I know this comes across as a flame, but it simply is what I experience at work. I don't deny that Zope suffers from confusing, often outdated, inconsistent and even contradictory documentation, but there are plenty of resources. The resource sitting at the keyboard is also critical.

    5. Re:What exactly *is* Plone? by Doomdark · · Score: 1
      Content management systems are apparently something vaguely along the lines of Slashcode -- they store data in a database and let you more easily generate webpages from said data.

      This is one of my pet peeves though -- nothing requires a CMS to do any HTML publishing whatsoever. There should be some more specific term for CMSes (WCPS, web content publishing system) that are mostly used for maintaining web sites (which, granted is majority of things called CMS nowadays), since it'd make more sense for larger systems to only have HTML publishing as a smallish compontent plugged as one output format of a CMS.

      --
      I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
  14. Zope - a dream come true. by Qbertino · · Score: 4, Interesting

    I've been dealing with Zope for quite some time now. What has been said here and in the interview about the weedy unfinished stuff and the (still) inconsistent documentation of Zope and it's Products ('Product' is a technical term in the Zope Appserver) is generally true.
    If you don't have a knack at OOP *and* aren't willing to read through some messy, redundant and unfinished third party code experiments you're gonna have some hard time getting going with it.
    Beyond that Zope is nothing less than the ultimate refrence for the way all server side stuff will be done in the future. Zope comes with a fully integrated object relational Database, runs with and on, what I call the fully GPLd equivalent to Java, Python and is an absolute breeze to develop with.
    Technology wise Zope makes BEA, .Net, SunONE and IBM WebSphere look like some IE plugin in beta stage. Shure it can be a serious slowpoke on standard PC's, but nevertheless have I and some people I work with bet on Zope. When Zope - 3.0 is going to take a big step - reaches maturity in terms of documentation and community standards for developing, computers will be fast enough to make Zope the tool of choice for any server side thing one can think of.

    --
    We suffer more in our imagination than in reality. - Seneca
    1. Re:Zope - a dream come true. by LibrePensador · · Score: 1

      I am running Plone on a 400 MHz machine with 384MB of RAM, so not exactly a top of the line machine. And it works beautifully.

      --
      Pragmatism as an ideology is not particularly pragmatic in the long term. Keep it in mind when you dismiss Free Software
    2. Re:Zope - a dream come true. by Tablizer · · Score: 1

      Beyond that Zope is nothing less than the ultimate refrence for the way all server side stuff will be done in the future.

      That is a little presumptuous. Anybody can say the same about their favorite tool or framework.

    3. Re:Zope - a dream come true. by hobuddy · · Score: 1

      [Python is] what I call the fully GPLd equivalent to Java...

      Python is not "GPLed"; its license is an OSI-certified BSD-style license.

      Also, being "equivalent" to Java is not really Python's goal. Python strives to be considerably higher-level than Java, and incorporates more unorthodox features, such as generators. Python could better be described as a semantic cross between Java and Lisp, with more pleasant syntax than either.

      --
      Erlang.org: wow
    4. Re:Zope - a dream come true. by mrderm · · Score: 1

      Ive had 200MHz machines with 64M ram running single user Zope applications plus a browser. Scaling down is no problem.

  15. The problem with Zope (and Plone) by gunga · · Score: 3, Interesting

    Plone is cool when you begin to use it because it seems to work immediatly, has a ton of functionality and looks good. I don't doubt it's a fine piece of software but there are big problems with it.

    First, Zope's internals are overly complex and sometime guided by ideological choices (the object database IMHO). It's a closed world with its own culture and logic. Its culture doesn't promote interoperability (again that's my feeling). It takes you out of the Web and into Zope Universe (after all this year, there are still problem when you want Apache and Zope to talk together, eg. Digest authentication).

    Zope is often dubbed (I think Jon Uddel first said this) "Python's killer app" but I find it very non-Pythonic: overly complex, non-explicit and un-welcoming. Plone adds another layer on top of CMF, Zope, the object database... it is very difficult to understand.

    I think that the best web setup is still a light and fast frontend (and PHP is good at that), a solid Database (PostgreSQL is better than a lot of people believe) and a third "business logic" tier which can be a separate application or shared between the frontend and stored procedure in the database. It's not the perfect theorical model but it's manageable, it stays simple (if you work hard enough to keep it simple) and you can evolve a simple website towards this model without restarting from scratch each time the requirements change ("embrace change", remember?).

    I'm fascinated by Zope and Plone because they do so much and frankly, I don't know if I'd be able to write such a piece of software. But I think it goes in the wrong direction: the application server direction. It tries to coerce the light, simple and stateless nature of the Web into the heavyweight transactional world of corporate applications, just like the Java world does (Java Server Faces seems to make it worse). It is difficult to make a good Web application, but it's even more difficult when you fight against the Web and the way it works.

    1. Re:The problem with Zope (and Plone) by sirReal.83. · · Score: 3, Interesting

      In theory, I strongly agree with what you're saying. In practice, however, having set up my own Zope/CMF/Plone side on Debian unstable (yes, unstable) and Apache, I'm gonna have to disagree.

      It took me a while to set up Zope/Plone. There's a nasty bug in Debian's distribution of Plone, but thankfully there's a super easy workaround in the BTS. It also took a couple visits to #plone@irc.gnu.org to set up an actual Plone instance, but in retrospect it wasn't that hard. I got the Apache passthrough working too. Now, Plone's setup phase is done. Anything I need to change is done via GUI, and the Structured Text system is perfect for marking up content without obfuscating it. Oh yeah, and the Structured Text was the only thing I actually had to look at the Plone docs for. It's probably even easier when you use them start to finish.

      I've used e107, PostNuke, XOOPS, Slash, Scoop and probably a few others. They're all neat, but I've had way more problems with them all, from just plain failure to strange errors to lack of features. e107 does have a TON more themes available, though.

      You say Zope is going in the wrong direction, but I fail to see how. With Zope, you can build webapps into your Plone site - just don't ask me how. With most PHP-based CMS's you still have to install an SQL server of some flavor, and I doubt if you can build webapps in. You complain about Zope/CMF/Plone being three-tiered, but really CMF is just an addon to Zope - it doesn't add complication. And I think it's pretty sweet to be able to manage all your Zope stuff through one interface - including all your Plone sites and whatever else you've got going. You also complain that Zope is a "closed world" because of the object database. Yeah, it's about as "closed" as any other website that has an FTP backend - i.e. NOT.

      And as far as speed, I haven't noticed a bit of difference between Plone and e107 (the only other CMS I've ended up using for real). I'm not pretending I get any real traffic, though. But to balance that, I've got a horrible setup - at the moment a P4-1.4 with 256/RAM and a cable modem with an upload cap of 256Kb.

      In short, Plone rules. Not sure how it does it, but it does.

  16. How does it compare to eZ? by curious.corn · · Score: 1

    I've tried eZ publish which is a PHP based CMS. Does anyone know both systems enough to point out the differences in performance, setup, maintenance? Thanks.

    --
    Mi domando chi à il mandante di tutte le cazzate che faccio - Altan
    1. Re:How does it compare to eZ? by gunga · · Score: 1

      The main difference is scope.

      Plone is big, it's a full Intranet-in-a-box. If EZpublish is enough for your site, you don't need Plone.

      But you should do this (I did it). Take one or two days and prepare 2 mock websites (a standard corporate site and a community/portal site). Download a few 'CMS' and try them with these sites. It seems obvious but you'll discover a lot not only about their capabilities but the way you're at ease with them or not.

      If EZ Publish is too little you should check Drupal. But test Plone anyway, some people really love it.

  17. LIES! by DrLZRDMN · · Score: 1

    Since when is 42.14 KB byte sized?

  18. It's dangerously unstable by tylernt · · Score: 2, Interesting

    It stores all of your data in one big fat file. I had a guy at work using it for a small workgroup. That one big file got a little bit corrupted, and he lost the entire thing. Everything was gone.

    It would make far more sense, to me, to store things in separate files. That 'all your eggs in one basket' thing, you know.

    --
    DRM 'manages access' in the same way that a prison 'manages freedom'
    1. Re:It's dangerously unstable by geniusj · · Score: 2, Insightful

      he should have had backups.. you can take exports of it as well in both Zope export format and XML.

    2. Re:It's dangerously unstable by Anonymous Coward · · Score: 0

      Dont store your content in the "One Big File".

      Use a relational database to store your data if
      you are scared of FileStorage. Or use DirectoryStorage which does *exactly* what you suggest (storing each object in its own file).

      People should really look at the ZODB. Its a very system for you to expand your horizons. I doubt 90% of developers have looked at a object database. They are indeed powerful/cool/flexible.

    3. Re:It's dangerously unstable by LibrePensador · · Score: 1

      I have been using it for a year with no negative side-effects. Of course, I do backups every week.

      --
      Pragmatism as an ideology is not particularly pragmatic in the long term. Keep it in mind when you dismiss Free Software
    4. Re:It's dangerously unstable by Anonymous Coward · · Score: 0

      You can backend your Zope instance in a relational database if that makes you happy. I had one running out of Oracle because "Oracle is the standard data storage tool" at that location.

    5. Re:It's dangerously unstable by Qbertino · · Score: 1

      Err, yeah, we'll how about that: A File gets a little bit corrupted and can't be used anymore. I have a little bit corrupted CD - it just won't boot anymore. And a corrupted kernel will panic on me. Would've you guessed?
      If this incident is a KO criteria for you, I'd suggest you reconsider your evaluation strategies.
      I'll bet my right arm that a corrupted ZopeDB File is easier to restore than a corrupted Outlook file. The other difference between them being that Outlook has a huge track record of being unstable in con to Zope.
      Anyway:
      1st: Backup.
      2nd: Don't blame a failure that could very easyly be a hardware issue on software without solid evidence. Be it with Zope of anything else. Exept those apps that have a track record of being unstable under professional use. Such as Access DB or something like that.

      --
      We suffer more in our imagination than in reality. - Seneca
    6. Re:It's dangerously unstable by Anonymous Coward · · Score: 0

      There are recovery tools for the big data file. Did you try using these? There are people who can recover the contents of the file for you. Did you ask for help?

      Also, you don't have to use the default "one big file" scheme. You can store the data in Oracle, in many files and directories on a ReiserFS volume, on in Berkeley DB if you like.

    7. Re:It's dangerously unstable by kalistra · · Score: 1

      in addition to the obvious fact that backups would have saved your friend, it's also true that there is an alternate storage mechanism for Zope called DirectoryStorage which stores the ZODB as a directory tree (one file per object), instead of the monolithic FileStorage mechanism that Zope uses by default.

  19. Not Bell. by marcello_dl · · Score: 1
    --
    ---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
  20. You replied to an obvious troll by Captain+Bollocks · · Score: 0

    why nigger?

  21. Bell. by Anonymous Coward · · Score: 0, Offtopic

    Biographer's memo

    Judge's Ruling in Bell vs. Meucci court case

    Bell and Meucci

    "Contrary to the implications in HR 269, the courts have looked into Meucci's claims extensively and were very unequivocal in their findings. Meucci was a defendant in American Bell Telephone Co. v. Globe Telephone Co. and others. (The court's findings, reported in 31 Fed. Rep. 729, are attached verbatim.)

    The judge was scathing in his criticism of Meucci's claims and his behavior, and concluded that Meucci was deliberately involved in attempts to defraud investors.

    The question of whether Bell was the true inventor of the telephone is perhaps the single most litigated fact in U.S. history, and the Bell patents were defended in some 600 cases. Bell never lost a case. HR 269 directly contradicts findings of courts in New York, Massachusetts, Louisiana, Ohio, Maryland, and numerous others states. (See among others American Bell Telephone Co. v. Dolbear, 15 Fed. Rep. 448; American Bell Telephone Co. v. Spencer, 8 Fed. Rep. 509, and American Bell Telephone Co. v. Molecular Telephone, 32 Fed. Rep. 214.)

    1. Re:Bell. by marcello_dl · · Score: 0, Offtopic

      Your comment is very interesting (now my opinion about Meucci is doubtful), but for your text in bold: who win the patent case vs who actually invents the thing... I can't care less for the former.

      I'd have put emphasis on something like this other excerpt:
      After years of hard work, Bell succeeded in patenting the telephone using a principle of undulating current that had not been understood by other experimenters, including Philip Reis, Antonio Meucci, and Elisha Gray. The numerous courts that looked at the evidence found that the writings of these investigators all indicated that they didn't understand the principle of the telephone, and therefore could not have invented it (not to mention that their devices didn't work.)

      --
      ---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
  22. OT! WTF? (was Re:Zope - a dream come true.) by Qbertino · · Score: 1

    Please don't mod this down, I don't want to start a discussion, I'd just like to know.

    ...*and* aren't willing to read through some messy, redundant and unfinished third party code experiments...

    I am *absolutely* positive that I wrote 'weedy' (as in 'weed') as the code isn't 'messy' but 'entangled'. 8-O
    Are there people editing comments for readability? I'm shure there's no 'bot substituting 'messy' for 'weedy'.
    Fact is, somebody or something edited my comment. That's fine, I'd just like to know who and how and if things like that happen here on /. Because I'm suprised and never knew.
    It's OK anyway. I like 'weedy' better, but I guess 'messy' is easier to understand.

    --
    We suffer more in our imagination than in reality. - Seneca
    1. Re:OT! WTF? (was Re:Zope - a dream come true.) by Anonymous Coward · · Score: 0

      You did use the word 'weedy' in the second sentence:

      What has been said here and in the interview about the weedy unfinished stuff and the (still) inconsistent documentation of Zope and it's Products ('Product' is a technical term in the Zope Appserver) is generally true.

      Are you sure you didn't just get mixed up about where you used the word?

  23. -1, Insightful (was Re: micheal sucks) by Anonymous Coward · · Score: 0

    What do I win?

  24. Ooops by Anonymous Coward · · Score: 0

    Geez, I first read "O'Reilly interview with Ned Flanders". But then again, I'm drunk...

  25. straw person... by supton · · Score: 2, Informative

    There are not "default" behaviors of Zope/CMF - CMF is a framework - NOT NOT NOT a product. CMFDefault is just an example application. Plone is a CMS application on top of the framework an app server product. It is not "impossible" to port of CMF product (i.e. a product designed to work with CMFDefault) to Plone - there are very few differences. I do this all the time. I'd like to point out that CMFdefault is rarely used for any serious (paying) work or production products by anyone (not Zope corp, not independent CMF developers and consultants); Plone on the other hand codifies best practices learned from real installs.

    Also, use archetypes - it is easy to create your own content type products with Archetypes. This isn't that hard, and the documentation is getting better.

    1. Re:straw person... by the_rev_matt · · Score: 1

      I disagree with that. I have worked on plenty of production systems using CMF.

      I'm not saying the plone isn't good (it is, it's an incredible product really) just that it isn't strictly necessary. CMF is lighter weight and easier to manage. And I've had plenty of trouble getting anything written for CMF to work in plone. Plone takes over form processing and there is no clearly documented way around this that works. To reiterate, there are several documented ways to get around the form mangling, none of which actually work except in one very specific version of plone which is over a year old.

      --
      this is getting old and so are you

      blog

  26. Re:Michael is a horrible editor who should be fire by Anonymous Coward · · Score: 0

    then why are you here???

  27. P'zone by Anonymous Coward · · Score: 0

    Was I the only one who read that as "O'Reilly Interview with the P'zone Founders"? You know, the food known to non-retards as a calzone that Pizza Hut sells under the name P'zone, because they are stupid whores?

  28. Database Connectivity by MartinB · · Score: 2, Interesting

    Interestingly, you don't have to use the native object database - there are connectors to most sensible third party databases, including PostgreSQL.

    --

    The only thing you can accurately describe as "Scotch" is a sticky tape made by 3M. And it's

  29. For All It's Merits... by AShocka · · Score: 2, Informative
    and there are plenty, as stated by many here, the problems I see with it are;
    • Why isn't the Plone site a bazaar for the Plone community? Most other sites like Drupal show a very active community, but Plone.org seems like a ghost town compared to the others; no online discussion forum, which is a much better interface than email, especially when a new user wants to just check in and see what's happening. This scares a lot of users off, because this should be the centre of activity for a community. Zope/Plone/Python developers seem to tend to be focusing on consulting businesses, that's great, there's nothing wrong with that, but if that is the case, then Plone will remain a niche CMS because it does not function like other OSDNs. As a consequence it is not going to get the community involvement as other OSDNs do
    • Resource hungry and no ability to write to a static htdocs dir. I know there are caching mechanisms in the Plone book, but it still does not really address this need. This may not be an issue for many of you that can run your own server and connection, and just throw resources at it, but for those of us who want a solution even running on a dedicated server (which usually have very little RAM), it can be a resource hog. Then, on top of that, having to dynamically serve content, that might just as well be served statically, is a huge price to pay on your server. There should be a way to use this app as a publishing tool and write the production version in static html as an option.

    These are two issues I think the Plone/Zope community need to address if they want to be seen as a very accessible solution, because a lot of users will see it as a great solution to implement, start building something, then when it starts to really get difficult, the only real solution left is to hire a Python/Zope developer or consultancy, cause there just is not enough real solutions in online forums or documentation.

    You can use a lot of other CMSs without having to become an expert under the hood, but everyone here is saying it's easy if you just read a bit of code. That's okay if you are either a great coder or dedicated to this CMSs path, but not for someone that may be just involved in web publishing and comes to Plone/Zope hoping for a complete web based interface solution. After all, isn't this the intention of Plone/Zope?

    This scares off a lot of potential adopters. Even Cocoon and Axkit are better documented and have a lots of user discussion (admittedly on email lists)

  30. Re:Consider the facts; consider the jihad by Anonymous Coward · · Score: 0

    Wow, that's some of the worst ASCII art I've ever seen.

  31. Incorrect on both counts... by supton · · Score: 1

    Mailing lists (or nntp/www via GMANE) are where all the discussion lives. Between the Plone users, developers, archetypes lists etc, I would guess about a volume of 600 messages a month, and equally that volume on the various Zope lists. The community discussion is VERY active.

    Resource hungry? Yes, well so is PHP, JSP, and any other system relying upon a VM. You can serve pages statically out of Zope, even from the filesystem, with the right add-ins. And by simply spending 5 minutes adjusting your caching rules, Apache or Squid will serve from cache 90% of your requests. Also, you can push static files (with plugin product) - use plone on a workgroup server, and render/push static content out of it like some commercial CMS products. Your traffic can just be served as static pages, with only dynamic pages hitting your Zope, if you like.

    1. Re:Incorrect on both counts... by AShocka · · Score: 1

      You're missing my point. If you want to showcase a product such as a CMS, then make your site show it's features so that users can see these features in action. Why can't a forum discussion module be built into Plone? Why can't it get a feed from GNAME and incorporate it into Plone. Show us what it can do. What this says is "It's too difficult" or "we don't consider discussion forums worthwhile". Doesn't really make sense. From a community point of view Plone.org still looks like a ghost town to me (regardless of the good people involved).

      I used Zope for a site was back in 99, and a great thing about Zope was you could grab a product, just plug it in, and away you go, but it's amazing, so many of those great products never evolved much or just died. So I ask you, what is really happening there, cause I followed the discussion at the time and a lot of the developers felt frustrated that they could not really achieve what they were aiming for, but were more hopeful in Zope 3.

      I think you also missed my point on resources too. Talk to someone who is a SysAdmin about Zope compared to a Perl/DBI system or PHP/SQL. Most of them wonder what's hit their box. Maybe this was because they didn't optimize it. Also, what you are saying also needs complete control of the box. Zope is one of those apps you want to dedicate a box for.

      I've looked through your comments on Slashdot, and when it comes to Plone/Zope you seem to have extensive knowledge and experience. I'm sure that there are many Plone users/developers out there with similar expertise. Now all I am saying is... I take a look at the Plone book, and online docs, and all I get is a hint of what Plone is. When I look at the Cocoon docs, I get very good coverage of that product. What I am saying is the average CMS person comes along, and does not find it very helpful. The Plone book should be a lot lot better. I'm not getting much of a hint of the power and flexibility of Plone, that I get from you, from the Plone site. That's an incredible self inflicted disservice to Plone/Zope that the docs and Plone.org so poorly represent Zope/Plone.

      Just say I build a site for someone. That someone wants something that is pretty easy to use, or has a great user base for learning and resolving problems. Not technical problems, just howtos. That person does not have a large budget. Now, I am probably going to use the product which I consider to have the best User documentation and the best online help forums. Now even if Plone is right up the top of the list technically, I am probably not going to use it cause I am wanting to look for something that will have a good community interface so my client is happy with the support.

      I'm not really moaning about Plone. Potentially it's a great product. What I am saying is that if the Plone development community wants to engage the user community more, there are some things they need to address.

    2. Re:Incorrect on both counts... by Anonymous Coward · · Score: 0

      on irc.freenode.net

      #drupal - 16 people
      #tikiwiki - 33 people
      #plone - 76 people

      http://plone.org/development/chat/jirc

      look at gmane/mailing list activity.

      people have interactive live support or via
      mailing list or via company.

      I think you are right on some counts. But
      ultimately the plone community focusing on
      "bang for buck". Thats why it doesnt
      focus on filling its innards with "Look
      whos logged on" add-ons. But attempting
      to write decent software and land a nice
      usable interface.

      and Plone typically is not used for simple
      websites. thats not the niche they are
      playing for. they are playing for 50-250k
      implementations.

    3. Re:Incorrect on both counts... by AShocka · · Score: 2, Insightful

      If you look at that IRC count and rank that as popularity, you could be right.

      But someone else might look at that and see Drupal:16 Plone:76, the Drupal users found what they needed in the docs and forums so didn't need to go on IRC, where the Plone users needed too.

      Again, for all the good points you are presenting, why is this not clearly documented on the Plone web site. Then users would know what type of CMS and developer community they are getting. There might be a larger adoption base and larger customer satisfaction rating.

      It may be great for developers. But what if I am a manager of a small to medium publication (wasn't Zope first developed for a newspaper publication?), I'm looking for something. I do want real information about this product. I look through the web site and download the Plone book. Really, the book nor web site do the Plone community any justice as a true knowledge base.

      If it is such a good product, and if it really should be deployed more, then what everyone is saying here needs to be presented on the web site and in the book.

      Also, I see a lot of people really frustrated by the Zope books out there. Maybe there is need for just one good Plone/Zope book.

      Industry is littered with a history of superior products failing, why, because often they were not presented or marketed appropriately.

  32. Virtual +1 informative to you by GCP · · Score: 1

    Thanks.

    --
    "Those who have never entered upon scientific pursuits know not a tithe of the poetry by which they are surrounded."