快速簡介Javascript

快速簡介Javascript

看來不錯的快速簡介 by Gerd Wagner

JavaScript Front-End Web App Tutorial Part 1: Building a Minimal App in Seven Steps

Chapter 1. A Quick Tour of the Foundations of Web Apps

Chapter 2. More on JavaScript

Chapter 3. Building a Minimal App with Plain JavaScript in Seven Steps

http://oxygen.informatik.tu-cottbus.de/webeng/JsFrontendApp/minimal-tutorial.html#d5e660

 

JavaScript Front-End Web App Tutorial Part 2: Adding Constraint Validation

https://www.codeproject.com/Articles/757933/JavaScript-Front-End-Web-App-Tutorial-Part-Addin

  • Part 3: Dealing with enumerations

  • Part 4: Managing unidirectional associations assigning authors and publishers to books

  • Part 5: Managing bidirectional associations also assigning books to authors and to publishers

  • Part 6: Handling subtype (inheritance) relationships in class hierarchies.