Execute this framework.
This methods first reads the description and builds up the application. Then the request is checked for which view was requested, the acl of the requested view is compared with the current user's access rights and the view or - if access has been denied - the default view is processed and the resulting string is sent after any defined filter has been applied.
The method returns the bytes sent or false on error.