InterviewSolution
| 1. |
What Is Cherrypy Presentation Layer? |
|
Answer» The Presentation Layer ensures that the COMMUNICATION passing through it targets the intended RECIPIENTS. CherryPy maintains the working of presentation layer by VARIOUS template ENGINES. A template engine takes the input of the page with the help of BUSINESS logic and then processes it to the final page which targets only the intended audience. The Presentation Layer ensures that the communication passing through it targets the intended recipients. CherryPy maintains the working of presentation layer by various template engines. A template engine takes the input of the page with the help of business logic and then processes it to the final page which targets only the intended audience. |
|