Edilbek Slanov
Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists of two elements: the content management application (CMA) and the content delivery application (CDA). The CMA element allows the content manager or author, who may not know Hypertext Markup Language (HTML), to manage the creation, modification, and removal of content from a Web site without needing the expertise of a Webmaster. The CDA element uses and compiles that information to update the Web site. (definition from Whatis.com)
Project description Usually CMS uses data base as repository. In my system information will be gathered from other sources as web sites (web services?) and delivered by agents. It will be a part of Content Management application
Agents User agent Proxy agent Transformer agent
User agent will live on web page listening to requests made by user and sending them to
Proxy agent will receive requests from User agent and transform them into HTTP requests. It will also receive HTTP responses and content of requested pages and send it to
Transformer agent will transform received information into readable view and send it to User agent to display
Use case