InterviewSolution
| 1. |
What Is Cherrypy Demo Application? |
|
Answer» In this chapter, we will FOCUS on how an application is CREATED in CherryPy framework. Consider Photoblog application for the demo application of CherryPy. A Photoblog application is a normal blog but the principal text will be PHOTOS in place of text. The main catch of Photoblog application is that the developer can focus more on design and IMPLEMENTATION. Basic Structure – Design of Entities The entities design the basic structure of an application. The following are the entities for the Photoblog application −
In this chapter, we will focus on how an application is created in CherryPy framework. Consider Photoblog application for the demo application of CherryPy. A Photoblog application is a normal blog but the principal text will be photos in place of text. The main catch of Photoblog application is that the developer can focus more on design and implementation. Basic Structure – Design of Entities The entities design the basic structure of an application. The following are the entities for the Photoblog application − |
|