ADD Plugin API (Extension)
IDEIA
Building a plugin system using the Service Provider Interface (SPI) and extensible approach. The core idea is to define interfaces that plugins must implement. The application then uses java.util.ServiceLoader to discover and load these implementations from JAR files placed in a designated directory
Step 1: Define the Service Provider Interface (SPI)
Create the interfaces that will define the contract for your plugins. These interfaces should live in a specific package, such as ".extension.spi"
Add Rest API to allow development of mobile app
This issue/feature is not for REST API. But to allow to extend the Desktop Version with plugins. Please only discution about Plugin. PS: More info will be added