Easy Tutorial
❮ Appml Tutorial Appml Architecture ❯

<AppML> Case Study - HTML Template


This case study demonstrates how to build a complete <AppML> web application, featuring functionalities to list, edit, and search information from several tables in a database.


Adding HTML Templates

In this chapter, we will demonstrate how to add HTML templates to an HTML page.


Listing Customers

HTML - View


Listing Customers and Customer Forms

By cleverly using templates, it becomes easy to add links between <AppML> list objects and <AppML> forms:

HTML - View


Listing Customers and Customer Orders

By cleverly using templates, it becomes easy to add links between <AppML> list objects and linked lists:

HTML - View


Now Combine Them All

Finally, with a small amount of code duplication, we can complete the project.

Customer List, Forms, and Orders

In the following chapters, you will see more applications with complete source code.


❮ Appml Tutorial Appml Architecture ❯