Business Studies, asked by pandeysrinath3842, 5 months ago

WCMS uses which of the following design pattern?
Master-Salves
Publish Subuscribe
Proxy
Client Server

Answers

Answered by shubhda86
23

Answer:

A universal layout is created, making pages have a similar theme and design without much code. Many WCMS tools use a drag and drop AJAX system for their design modes. It makes it easy for beginner users to create custom front-ends.

Answered by hemantsuts012
0

Answer:

WCMS uses a master slave design pattern. The Master/Slave pattern consists of several parallel loops.

Explanation:

A web content management system (WCM or WCMS) is a software content management system (CMS) specifically for web content.[1] It provides website creation, collaboration, and management tools that help users with little knowledge of web programming languages or markup languages create and manage website content. WCMS provides a foundation for collaboration and provides users with the ability to manage documents and output for editing and multi-author participation. Most systems use a content store or database to store page content, metadata, and other information resources that the system needs.

The presentation layer (template engine) displays content to web visitors based on a set of templates, which are sometimes XSLT files.

Most systems use server-side caching to improve performance. This works best when the WCMS doesn't change often, but visits are frequent. Administration is also usually done through a browser-based interface, but some systems require the use of a thick client.

WCMS can use one of three approaches: offline processing, online processing, and hybrid processing. These terms describe the deployment pattern for WCMS in terms of when it uses presentation templates to render web pages from structured content.

#SPJ3

Similar questions