Search⌘ K
AI Features

Introduction to the Unidirectional Association Application

Explore how to build unidirectional functional associations between JavaScript classes, enabling management of related object data in front-end apps. Understand how to derive and code plain JS models with single-valued reference properties, and integrate model, view, and controller coding for a functional application.

We'll cover the following...

The three example applications that we’ve have in previous parts of this course (the MinimalApp, the ValidationApp, and the EnumerationApp) have been limited to managing the data of only one object type. A real application, however, has to manage the data ...