Developing the View layer

Developing the View layer

In CRM.COM software, we use a mechanism embedded in our framework to dynamically generate the HTML code of the pages, the Page Generator. Using a description language we define the components and the layout of the pages which is in XML format. These XML files are parsed by the Page Generator to generate the HTML code and return it to the browser that issued the request. The page generator renders HTML pages by generating static and dynamic pages using JSP elements and CRM.COM components.