AppContainer

Detailed documentation here

Creating Business Web UIs requires the following components

  1. A webserver to host all pages and code
  2. Authentication and Authorization
  3. Database objects (tables, views, procedures,..) being created and maintained
  4. Expose the table objects via RestFul APIs including pagination
  5. Build UIs quickly
  6. API documentation
  7. Testing
  8. Moving to production
  9. CI/CD support

 

The AppContainer provides all these features and even if just a few are used, it is still of great value.

For example, even if just the RestFul API feature (4) is used, it solves the problem of how web applications interact with databases.