欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Nuxeo
第1行: | 第1行: | ||
− | |||
− | |||
Nuxeo is the global leader in Open Source Enterprise Content Management. | Nuxeo is the global leader in Open Source Enterprise Content Management. | ||
Enterprise Content Management (ECM) is the software technology enabling an organization to globally manage its needs regarding document management and business process management. | Enterprise Content Management (ECM) is the software technology enabling an organization to globally manage its needs regarding document management and business process management. | ||
− | |||
Nuxeo 5 is a robust, extensible, global Enterprise Content Management (ECM) solution available as Open Source Software. Nuxeo architects, develops and supports the Nuxeo 5 global solution, helped by a vibrant community of professional and individual contributors. | Nuxeo 5 is a robust, extensible, global Enterprise Content Management (ECM) solution available as Open Source Software. Nuxeo architects, develops and supports the Nuxeo 5 global solution, helped by a vibrant community of professional and individual contributors. | ||
− | |||
==5.2== | ==5.2== | ||
*[[OSGi]] support | *[[OSGi]] support | ||
第32行: | 第28行: | ||
*personal workspaces | *personal workspaces | ||
==Nuxeo Core== | ==Nuxeo Core== | ||
− | |||
− | |||
− | |||
Nuxeo Core is an embeddable document management core, based on Nuxeo Runtime. It provides all necessary low-level services to define, store, manage, audit, request, search content. It’s the kernel of Nuxeo 5 and can also be embedded in third party applications to provide advanced content management features. | Nuxeo Core is an embeddable document management core, based on Nuxeo Runtime. It provides all necessary low-level services to define, store, manage, audit, request, search content. It’s the kernel of Nuxeo 5 and can also be embedded in third party applications to provide advanced content management features. | ||
− | + | ||
Features: | Features: | ||
* Model: content management concepts definition | * Model: content management concepts definition | ||
第46行: | 第39行: | ||
* Security Manager: access rights manager and controller | * Security Manager: access rights manager and controller | ||
* Event Service: abstract event service to broadcast and receive events | * Event Service: abstract event service to broadcast and receive events | ||
− | |||
==Nuxeo Enterprise Platform == | ==Nuxeo Enterprise Platform == | ||
− | |||
Nuxeo EP is built on two layers: | Nuxeo EP is built on two layers: | ||
* Nuxeo Foundations | * Nuxeo Foundations | ||
− | |||
* Nuxeo Enterprise Components | * Nuxeo Enterprise Components | ||
==Storage== | ==Storage== | ||
第71行: | 第61行: | ||
*http://docs.huihoo.com/nuxeo/ | *http://docs.huihoo.com/nuxeo/ | ||
*http://docs.huihoo.com/javadoc/nuxeo/ | *http://docs.huihoo.com/javadoc/nuxeo/ | ||
+ | |||
+ | <gallery perrow=4> | ||
+ | Image:schema_nuxeo5_technique.png|Nuxeo 5 | ||
+ | Image:ECM_schema.png|Enterprise Content Management | ||
+ | Image:nuxeo5_fonctionnel_en.gif|Nuxeo 5: functional architecture | ||
+ | Image:schema_nuxeo5_4_color.gif|Nuxeo 5: technical architecture | ||
+ | Image:nexeo-functional-view.png|Layered Framework: Functional View | ||
+ | Image:schema_nuxeo5ep.gif|Nuxeo Enterprise Platform | ||
+ | Image:schema_nuxeofoundations.gif|Nuxeo Foundations | ||
+ | Image:schema_nuxeocore.gif|Nuxeo Core | ||
+ | </gallery> | ||
[[Category:CMS]] | [[Category:CMS]] | ||
[[Category:Java]] | [[Category:Java]] |
2010年8月21日 (六) 16:08的版本
Nuxeo is the global leader in Open Source Enterprise Content Management.
Enterprise Content Management (ECM) is the software technology enabling an organization to globally manage its needs regarding document management and business process management.
Nuxeo 5 is a robust, extensible, global Enterprise Content Management (ECM) solution available as Open Source Software. Nuxeo architects, develops and supports the Nuxeo 5 global solution, helped by a vibrant community of professional and individual contributors.
目录 |
5.2
- OSGi support
- 5.2 use RichFaces
- Nuxeo Web Layer also uses JBoss Seam Web Framework to handle all the ActionListeners.
- Nuxeo jBPM Service is a task and workflow management service based on JBoss jBPM
Install
Note: Nuxeo5 does not work yet with jems-installer-1.2.0.BETA3.jar / JBoss AS 4.0.5
get nuxeo http://download.huihoo.com/application/cms-portal/nuxeo/ java -jar nuxeo-ep-5.0.0.GA-installer-1.jar vi bin/run.conf JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=128m" bin/run.sh http://localhost:8080/jmx-console/ admin/admin // server/default/conf/props/jmx-console-users.properties http://localhost:8080/web-console/ http://localhost:8080/nuxeo/ Administrator / Administrator
Guide
Domains contain workspaces, templates and sections.
two types of workspaces
- collaborative workspaces
- personal workspaces
Nuxeo Core
Nuxeo Core is an embeddable document management core, based on Nuxeo Runtime. It provides all necessary low-level services to define, store, manage, audit, request, search content. It’s the kernel of Nuxeo 5 and can also be embedded in third party applications to provide advanced content management features.
Features:
- Model: content management concepts definition
- Storage Manager: low-level content storage and retrieval (JCR-based)
- Schema Manager: XMLSchema based content schema definition and management
- Version Manager: versioning management
- Content Type Manager: content types management (a content type is a set of schemas)
- Query Engine: SQL-like unified query engine
- Security Manager: access rights manager and controller
- Event Service: abstract event service to broadcast and receive events
Nuxeo Enterprise Platform
Nuxeo EP is built on two layers:
- Nuxeo Foundations
- Nuxeo Enterprise Components
Storage
Apache Jackrabbit
PostgreSQL
FileSystem
如视频文件就存储在
NuxeoEP5\NuxeoServer\server\default\data\NXRuntime\binaries\data
Developer
svn co http://svn.nuxeo.org/nuxeo/nuxeo-ep/trunk svn co http://svn.nuxeo.org/nuxeo/doc
Links
- http://www.nuxeo.org/
- http://www.nuxeo.com
- http://docs.huihoo.com/nuxeo/
- http://docs.huihoo.com/javadoc/nuxeo/