The shift in web development

With all the things we discussed until now, it is crystal clear that the "Web" is evolving very fast. Let's summarize this:

  • Documents to applications: The classical approach was to send a browser request to a server, which delivered a HTML document. Now, we think more and more in terms of applications running in a browser and interacting with a backend.
  • Declarative HTML to programmatic DOM: When we needed dynamic features in the past, we had to use HTML tags to express what we needed within declarative HTML documents. Today, we use DOM and manipulate it before a page is displayed. Many frameworks do several runs on the DOM tree to manipulate elements, for example, for progressive enhancement features.
  • Templates to APIs ...

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.