| dbpedia-owl:abstract
|
- Zope (Z Object Publishing Environment) ist ein objektorientierter, in der Programmiersprache Python geschriebener, freier Webanwendungs-Server mit offenem Quelltext. Zope stellt eine Plattform für die Realisierung von Webanwendungen dar und eignet sich sehr gut zum Erstellen von dynamischen Webauftritten, da es prinzipiell darauf ausgerichtet ist, den Inhalt von der Gestaltung der Website zu trennen. Der Quellcode von Zope wurde in Teilen 1996, die gesamte Applikation 1998 Open Source.
- Zope is a free and open-source, object-oriented Web application server written in the Python programming language. Zope stands for "Z Object Publishing Environment", and was the first system using the now common object publishing methodology for the Web. Zope has been recognized as a Python killer app, an application that helped put Python in the spotlight. Over the last few years, the Zope community has spawned several additional Web frameworks with disparate aims and principles, but sharing philosophy, people, and source code. Zope 2 is still the most widespread of these frameworks, largely thanks to the Plone content management system, which runs on Zope 2. BlueBream (earlier called Zope 3) is less widespread but underlies several large sites, including Launchpad. Grok was started as a more programmer-friendly framework, "Zope 3 for cavemen", and in 2009 BFG gained popularity in the Zope community as a minimalistic framework based on Zope principles.
- Zope es un servidor de aplicaciones web de código abierto escrito en el lenguaje de programación Python. Para las funciones de edición de contenidos, así como personalizaciones básicas, puede ser usado mediante un navegador web. La programación avanzada así como el desarrollo de nuevas funcionalidades requiere la edición de componentes en «file system». Un sitio web de Zope está compuesto de objetos en lugar de archivos, como es usual con la mayoría de los otros sistemas de servidores web. Las ventajas de usar objetos en lugar de archivos son: Combinan el comportamiento y los datos en una forma más natural que los archivos de texto plano. Alientan el uso de componentes estándares que se ocupan de una parte particular de las que forman una aplicación Web, permitiendo flexibilidad y buena descomposición. Posibilitan procesos automáticos de gestión de información. Lo más característico de Zope es su base de datos orientada a objetos, llamada ZODB o Zope Object Database. Esta base de datos almacena objetos ordenados en un sistema similar a un sistema de ficheros, pero cada objeto tiene propiedades, métodos u otros objetos. Esta aproximación es muy diferente de las base de datos relacionales habituales. Sin embargo, Zope dispone de múltiples conectores para las diferentes bases de datos relacionales y ofrece sistemas básicos de conexión y consulta abstrayéndolos como objetos. Actualmente existen dos ramas principales, zope2 y zope3. Este último es una reimplementación del servidor zope, donde se ha tratado de volcar toda la experiencia adquirida en zope2. Zope3 no trae compatibilidad hacia atrás, por lo que los componentes hechos para zope2 no funcionan. Aún se está en un proceso de adaptación hacia este nuevo zope, para lo cual está usando un componente llamado five, con el cual desde zope2 pueden tener la facilidad de zope3. Algunos ejemplos de sitios que usan Zope son Launchpad y schooltool.
- Zope on pääosin Pythonilla ja osittain C++:lla toteutettu vapaa ja avoin sovelluspalvelin, joka on saatavilla useimmille käyttöjärjestelmille. Zope sisältää ZODB-oliotietokannan sekä Medusa-[http-palvelimen http-palvelimen] eli toimii itsenäisesti, mutta voidaan kytkeä tavanomaiseen relaatiotietokantaan sekä http-palvelimeen. Zopen toiminnallisuutta voidaan laajentaa kymmenillä valmiilla tuotteilla ja sisältöä voidaan tuottaa useilla markup-tekniikoilla, Python-skriptillä sekä omilla Python-luokilla. Oliopohjaisuutensa vuoksi Zopea voidaan kutsua myös oliojulkaisujärjestelmäksi.
- Zope è una piattaforma che permette a sviluppatori con differenti livelli di competenza di costruire applicazioni web. Piattaforme di questo tipo sono spesso chiamate server per applicazioni web, o a volte solamente server per applicazioni. Zope è quindi un server per applicazioni web, così come prodotti concorrenti come BEA WebLogic, Macromedia ColdFusion e (in alcune estensioni) Vignette StoryServer.
- Zope(ゾープ、Z Object Publishing Environment)は、プログラミング言語Pythonで書かれた、オブジェクト指向ウェブアプリケーションサーバ、もしくはWebアプリケーションフレームワークである。Zope 2系列および、Zope 3が並行してリリースされている。Zope Public Licenseに基づき配布されるフリーソフトウェアである。
- Zope (Z Object Publishing Environment) to open source'owy serwer aplikacji napisany w Pythonie, z zastosowaniem programowania obiektowego. Umożliwia tworzenie systemów zarządzania treścią, portali internetowych oraz intranetowych, a także aplikacji webowych.
- Zope é um servidor de aplicações web de código aberto escrito na linguagem Python. Seu nome significa "Z Object Publishing Environment" (em português, "Ambiente de Publicação de Objetos Z"). Muitas tarefas de administração de um servidor Zope podem ser realizadas através de uma interface web. Os objetos que o Zope publica na Web são escritos em linguagem Python, e tipicamente armazenados num banco de dados orientado a objetos, o ZODB, que é integrado ao sistema. Objetos básicos tais como documentos, imagens e modelos de páginas podem ser criados ou modificados via web. Objetos especializados, tais como wikis, blogs, e galerias de fotos estão disponíveis como componentes adicionais (chamados products), e existe uma comunidade pujante de pequenas empresas criando aplicações web como produtos.
- Zope (произносится) — объектно-ориентированный сервер приложений, написанный на языке программирования Python. Zope разрабатывается на основе собственной Open Source лицензии ZPL. Часто Zope (точнее Zope2) применяется в качестве системы управления контентом. Но для этих целей был создан программный каркас CMF (Content Management Framework) — набор библиотек для создания систем публикаций под Zope. На основе CMF была создана система публикаций Plone. В конце 2005 года был выпущен Zope3. Это полностью переработанная версия Zope, которая разрабатывалась на протяжении нескольких лет, и при её разработке учитывался опыт использования Zope2. С выходом Zope3 разработчики получили мощный сервер приложений, с помощью которого стало возможным разрабатывать не только CMS, но и более сложные системы, в частности системы автоматизации бизнес-процессов и документооборота. В январе 2010 года Zope3 был переименован в BlueBream.
- Zope是一个开源面向对象的web应用服务器,用Python写成。Zope代表着“Z对象发布环境(Z Object Publishing Environment)”,并且是第一个系统使用了新的通用对象发布方法的框架。Zope已经被认为是一个Python的杀手级应用,一个帮助Python走到聚光灯下的应用。 在过去的几年中,Zope社区发布了几个不同类型的Web框架,但是他们应用相同的哲学、人生和源代码。Zope 2仍是应用最广泛的框架,这主要得益于Plone内容管理系统运行于Zope 2之上。BlueBream(早先被称作Zope 3)应用较Zope 2少,但也有许多网站运行于其上,包括Launchpad。Grok以对程序员更加友好的框架的目标开发。在2009年BFG以Zope principles为基础的minimalistic framework受到Zope社区的注意。 它是一个事务型的对象数据库平台。Zope除了能储存内容,数据外,还能存放动态的HTML模板、脚本、搜索引擎、关系数据库管理系统(RDBMS)接口和代码。Zope裡的一切都是物件。它有一个强大的基于web的在线开发模板,使你能在世界上任何地方,任何时间方便地更新你的网站。作为对以上功能的安全保障,Zope提供了一个集成的安全模型,能方便对数据库的内容进行分层授权管理。可以把个人的内容分配给个人用户管理,部门的内容分配给部门管理员管理,整个网站的内容由系统管理员管理。现在基于Zope平台已开发出了大量的产品,能方便地嵌入Zope中以扩展它的基本功能。 Zope3已发布,这是一个全新设计的Web开发架构。采用组件和接口技术,实现Web应用的快速开发和布署。
- Zope (förkortning av eng. Z Object Publishing Environment) är ett datorprogram som är skapat i programmeringsspråket Python.
- Zope est un serveur d'application web orienté objet, libre, écrit en langage de programmation Python et gérable à partir d'une interface Web. Zope publie sur le réseau des objets Python enregistrés dans une base de données objet, ZODB. Des types d'objet élémentaires, tels que des documents, des images, des patrons (templates) de page, sont à la disposition des utilisateurs pour être créés et gérés via l'internet. Des types d'objets spécialisés, tels que les wikis, les blogs, les galeries de photos, sont disponibles en tant que greffons tiers (nommés produits), et il existe une communauté grandissante de petites entreprises créant des applications web sur mesure à base de Zope. Il existe 2 versions de Zope : La branche historique 2. x, successeur de la 1.x. C'est celle-ci qui est utilisée, par exemple, pour les CMS Plone et CPS. Elle se décompose en sous-branches 2.8. x, 2.9. x, et 2.10.x. La branche 3. x, réécriture totale du serveur d'application. Fruit de l'expérience du projet Zope 2 et de 10 ans de développement de serveur d'application, Zope 3 se veut plus efficace, plus léger et beaucoup plus puissant. À la date de février 2008, les versions sont 2.9.8, 2.10.5 et 3.3.1. Depuis 2005, le projet est passé en mode temps. Une version majeure sort tous les 6 mois.
|
| rdfs:comment
|
- Zope (Z Object Publishing Environment) ist ein objektorientierter, in der Programmiersprache Python geschriebener, freier Webanwendungs-Server mit offenem Quelltext. Zope stellt eine Plattform für die Realisierung von Webanwendungen dar und eignet sich sehr gut zum Erstellen von dynamischen Webauftritten, da es prinzipiell darauf ausgerichtet ist, den Inhalt von der Gestaltung der Website zu trennen. Der Quellcode von Zope wurde in Teilen 1996, die gesamte Applikation 1998 Open Source.
- Zope è una piattaforma che permette a sviluppatori con differenti livelli di competenza di costruire applicazioni web. Piattaforme di questo tipo sono spesso chiamate server per applicazioni web, o a volte solamente server per applicazioni. Zope è quindi un server per applicazioni web, così come prodotti concorrenti come BEA WebLogic, Macromedia ColdFusion e (in alcune estensioni) Vignette StoryServer.
- Zope(ゾープ、Z Object Publishing Environment)は、プログラミング言語Pythonで書かれた、オブジェクト指向ウェブアプリケーションサーバ、もしくはWebアプリケーションフレームワークである。Zope 2系列および、Zope 3が並行してリリースされている。Zope Public Licenseに基づき配布されるフリーソフトウェアである。
- Zope (Z Object Publishing Environment) to open source'owy serwer aplikacji napisany w Pythonie, z zastosowaniem programowania obiektowego. Umożliwia tworzenie systemów zarządzania treścią, portali internetowych oraz intranetowych, a także aplikacji webowych.
- Zope是一个开源面向对象的web应用服务器,用Python写成。Zope代表着“Z对象发布环境(Z Object Publishing Environment)”,并且是第一个系统使用了新的通用对象发布方法的框架。Zope已经被认为是一个Python的杀手级应用,一个帮助Python走到聚光灯下的应用。 在过去的几年中,Zope社区发布了几个不同类型的Web框架,但是他们应用相同的哲学、人生和源代码。Zope 2仍是应用最广泛的框架,这主要得益于Plone内容管理系统运行于Zope 2之上。BlueBream(早先被称作Zope 3)应用较Zope 2少,但也有许多网站运行于其上,包括Launchpad。Grok以对程序员更加友好的框架的目标开发。在2009年BFG以Zope principles为基础的minimalistic framework受到Zope社区的注意。 它是一个事务型的对象数据库平台。Zope除了能储存内容,数据外,还能存放动态的HTML模板、脚本、搜索引擎、关系数据库管理系统(RDBMS)接口和代码。Zope裡的一切都是物件。它有一个强大的基于web的在线开发模板,使你能在世界上任何地方,任何时间方便地更新你的网站。作为对以上功能的安全保障,Zope提供了一个集成的安全模型,能方便对数据库的内容进行分层授权管理。可以把个人的内容分配给个人用户管理,部门的内容分配给部门管理员管理,整个网站的内容由系统管理员管理。现在基于Zope平台已开发出了大量的产品,能方便地嵌入Zope中以扩展它的基本功能。 Zope3已发布,这是一个全新设计的Web开发架构。采用组件和接口技术,实现Web应用的快速开发和布署。
- Zope (förkortning av eng. Z Object Publishing Environment) är ett datorprogram som är skapat i programmeringsspråket Python.
- Zope is a free and open-source, object-oriented Web application server written in the Python programming language. Zope stands for "Z Object Publishing Environment", and was the first system using the now common object publishing methodology for the Web. Zope has been recognized as a Python killer app, an application that helped put Python in the spotlight.
- Zope es un servidor de aplicaciones web de código abierto escrito en el lenguaje de programación Python. Para las funciones de edición de contenidos, así como personalizaciones básicas, puede ser usado mediante un navegador web. La programación avanzada así como el desarrollo de nuevas funcionalidades requiere la edición de componentes en «file system». Un sitio web de Zope está compuesto de objetos en lugar de archivos, como es usual con la mayoría de los otros sistemas de servidores web.
- Zope on pääosin Pythonilla ja osittain C++:lla toteutettu vapaa ja avoin sovelluspalvelin, joka on saatavilla useimmille käyttöjärjestelmille. Zope sisältää ZODB-oliotietokannan sekä Medusa-[http-palvelimen http-palvelimen] eli toimii itsenäisesti, mutta voidaan kytkeä tavanomaiseen relaatiotietokantaan sekä http-palvelimeen.
- Zope é um servidor de aplicações web de código aberto escrito na linguagem Python. Seu nome significa "Z Object Publishing Environment" (em português, "Ambiente de Publicação de Objetos Z"). Muitas tarefas de administração de um servidor Zope podem ser realizadas através de uma interface web. Os objetos que o Zope publica na Web são escritos em linguagem Python, e tipicamente armazenados num banco de dados orientado a objetos, o ZODB, que é integrado ao sistema.
- Zope (произносится) — объектно-ориентированный сервер приложений, написанный на языке программирования Python. Zope разрабатывается на основе собственной Open Source лицензии ZPL. Часто Zope (точнее Zope2) применяется в качестве системы управления контентом. Но для этих целей был создан программный каркас CMF (Content Management Framework) — набор библиотек для создания систем публикаций под Zope. На основе CMF была создана система публикаций Plone. В конце 2005 года был выпущен Zope3.
- Zope est un serveur d'application web orienté objet, libre, écrit en langage de programmation Python et gérable à partir d'une interface Web. Zope publie sur le réseau des objets Python enregistrés dans une base de données objet, ZODB. Des types d'objet élémentaires, tels que des documents, des images, des patrons (templates) de page, sont à la disposition des utilisateurs pour être créés et gérés via l'internet.
|