Dynamic and static content - DBPrism CMS provides a simple way to implement
on the fly content services written in Java or PLSQL.
Multi-language - DBPrism CMS includes attributes into his meta-model
to provide multi-language support.
Security - DBPrism CMS includes a VPD layer, Unlike security implementation
based on code along the implementation of the CMS, using Oracle Application Context
the assets are controlled with a security implementation layer using declarative
rules, then it will be more secure.
Concurrency control - All the assets are stored into database tables which
are controlled by the concurrency features of the database.
Versioning - The content assets are stored into the CONTENT table which
includes a version column to store different version of the same document.
Performance - Running on inexpensive hardware, DBPrism ESI implementation
can increase the throughput of a Web site by several orders of magnitude.
In addition, ESI cache coherence significantly reduces response time to browser
requests by storing documents in memory using Cocoon cache implementation and
DBPrism External Invalidator Server.