Skip to content

Lab 07 - Create an SPA

What you will learn

How to create a browser-based Single Page Application (SPA) using just three files.

Before you begin

Procedure

  1. On your Domino server, create a new directory [notesdata]/keepweb.d/approvalspa.
  2. Download SPA-source.zip
  3. Extract the contents of SPA-source.zip into the approvalspa folder.
  4. Reload the Domino REST API landing page.

How to verify

  • The aplication should work.
  • The application shows up on the Domino REST API landing page.

Approval SPA

Things to explore

  • Domino REST API documentation

  • Discord discussion

  • Create a new directory in keepweb.d. Create a manifest.json file, place it in the new directory in keepweb.d, and then check out the Domino REST API landing page.

  • Check the app source code. There are only 5 files.

Next step

Proceed to Lab 08 - Create a Java application.