App Adapters
Introduction

App adapters are intended to load webAppOS services Out-of-the-box app adapters are:

Creating App Adapters

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.