App adapters are intended to load webAppOS services Out-of-the-box app adapters are:
html for apps implemented in static HTML/CSS/JavaScript files located in the web-root sub-directory; these apps can rely on webAppOS client-side API (see webappos.js functions) and can use webAppOS web memory via Client-Side Web Memory API
An app adapter must be implemented in a Java class named org.webappos.adapters.app.[adapter_name].AppAdapter, which must implement the org.webappos.server.IAppAdapter interface (see IAppAdapter).
The settings from the app.properties file of the app being loaded will be passed to the adapter, thus, the adapter can define specific settings in addition to the general app properties supported by webAppOS.