-
iViewer is a collective name for a group of plugins, responsible for rendering i-Publisher's business objects. More precisely, there are plugins for handling the HTTP requests and others for rendering the requested page.
-
HTTP requests in the Atlas system are handled by different servlets.
-
An incoming HTTP request is usually converted to a system request object and kept in TreadLocal.
-
Some of the business objects, especially the pages and the widgets, are renderable, i.e. they are convertible to HTML.
-
Important phrases are divide into 7 groups according to their weights and displayed in a a tag cloud.
-
The stubs component is responsible for acquiring and providing the content for the list widget renderer in Atlas. Moreover, all backend operations related to grouping, sorting, paging and filtering of the content items are performed in this component.
-
Themes in Atlas contain mainly CSS style files and images used by the renderers. Nevertheless, they may contain different entities like templates and color scheme definitions. Themes contain undetermined number of files that are stored as one archive zip file.