June 2015
Intermediate to advanced
444 pages
11h 15m
English
What will change radically is the actual architecture of web apps. There is a general move away from the usual pattern of classic web applications, which are typified by the way in which page navigation is generally implemented using an MVC pattern that locates PageflowController on the server. Interaction with a website triggers a request that is sent to the web server, as shown in the following image:

Figure 1
Here, PageflowController determines what page to display next and the server returns this page as a response to the browser. By contrast, with web apps, the client is more intelligent. Generally, the location of PageflowController ...
Read now
Unlock full access