Slashdot Mirror


Nuxeo CPS 3.4.0 released

Stefane Fermigier writes "French open source software vendor Nuxeo has recently released version 3.4.0 of its Zope-based enterprise content management system CPS. CPS is a platform for building content management, collaboration and business process applications, that has been used in several majors projects in the French administration and industry. The result of more than one year of work by 30 contributors, CPS is one of the first major products to leverage the new Zope 3 component architecture."

2 of 16 comments (clear)

  1. What is "enterprise content management"? by Elixon · · Score: 4, Informative

    Source: http://en.wikipedia.org/wiki/Enterprise_content_ma nagement
    ---
    In autumn 2005 AIIM defines ECM as follows:
    Enterprise Content Management is the technologies used to Capture, Manage, Store, Preserve, and Deliver content and documents related to organizational processes.
    ---
    These ECM components and technologies can be categorized as:

            * Capture,
            * Manage,
            * Store,
            * Deliver, and long-term
            * Preserve.

    This model is based on the five lead categories of AIIM International.

    The traditional application areas are:

            * Document management (DM),
            * Collaboration (or collaborative software, groupware),
            * Web content management (WCM) (including portals),
            * Records management (RM) (archive and filing management systems on long-term storage media) and
            * Workflow / Business process management (BPM)
    ---

    --
    Well, I've got to get back to work. When I stop rowing, the slave ship just goes in circles.
  2. Re:CMS Systems by __aavljf5849 · · Score: 3, Insightful

    No, it doesn't have a lot of code connected to open sockets. It connects one piece of code, the ZServer, to open sockets, and that is only if you don't connect it via apache, which most people do for various reasons. The ZServer does not evolve rapidly.

    Zope, which is the platform om which CPS is based, is one of the bigger open source platforms for web application development, and has to my knowledge never been broken (which of course partly is because few have tried, but there you go).

    You can rest assured that anything you write will have more security holes than Zope/CPS, simply because you are the only one that can find and fix them. ;)