Summary

  • Web applications implement business logic. Business logic is a rule or a process that affects the business state of the system.

  • The Document Object Model is a platform-neutral interface to the browser and the HTML or XML documents it's rendering.

  • The browser is responsible for executing client-side scripts.

  • Dynamic HTML is a vendor term that describes a combination of HTML, style sheets, and scripts that allow documents to be manipulated in a Web browser. DHTML is not a W3C specification or recommendation.

  • JavaScript is the most common scripting language supported in browsers today.

  • JavaScript resembles Java but does not have its static typing and strong type checking.

  • A custom JavaScript object is an attempt to create “objects” with JavaScript. ...

Get Building Web Applications with UML Second Edition 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.