Single-page web apps

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:

Single-page web apps

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 ...

Get Design Principles for Process-driven Architectures Using Oracle BPM and SOA Suite 12c now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.