Search⌘ K

New Issues and Model Summary

Explore how to manage complex model associations in plain JavaScript by maintaining referential integrity, implementing deletion policies, and handling serialization. Learn to code class models with getters, setters, and validation methods to ensure proper property constraints, plus UI techniques for managing associated object selections.

We'll cover the following...

Issues to deal with

Compared to the validation and enumeration applications discussed in previous chapters, several new technical issues have now emerged.

  1. In the model code, we now have to take ...