3.1.2.1Offline Processing
These systems pre-process all content, applying templates before publication to generate Web pages. Sincepre-processing systems do not require a server to apply the templates at request time, they may also existpurely as design-time tools.
3.1.2.2Online processing
These systems apply templates on-demand. HTML may be generated when a user visits the page, or pulledfrom a cache. Most Web application frameworks perform template processing in this way, but they do notnecessarily incorporate content management features.
3.1.2.3Hybrid Processing
Hybrid Processing is a combination of the offline and online approaches. However, some systems write outexecutable code rather than just static HTML, so that the CMS itself does not need to be deployed on everyWeb server. Other hybrids are capable of operating in either an online or offline mode. [3]
3.1.3Capabilities of Web Content Management Systems
A WCMS provides the following key features:
3.1.3.1Automated templates
Create standard output templates (usually HTML) that can be automatically applied to new and existingcontent, allowing the appearance of all of that content to be changed from one central place.
3.1.3.2Easily editable content
Once content is separated from the visual presentation of a site, it usually becomes much easier and quickerto edit and manipulate. Most WCMS software includesWYSIWYGediting tools allowing non-technicalindividuals to create and edit content.
3.1.3.3Scalable feature sets
Most advanced WCMS software can be easily extended by the technical developers to extend the site'sfunctionality.
3.1.3.4Web standards upgrades
Active WCMS software usually receives regular updates that include new feature sets and keep the systemup to current web standards.
3.1.3.5Document management
CMS software may provide a means of managing the life cycle of a document from initial creation time,through revisions, publication, archive, and document destruction.
3.1.3.6Content virtualization
CMS software may provide a means of allowing each user to work within a virtual copy of the entire Web site,document set, and/or code base. This enables changes to multiple interdependent resources to be viewedand/or executed in-context prior to submission. [4]
Leave a Comment
Good job; nice document :)