unicenta-pos icon indicating copy to clipboard operation
unicenta-pos copied to clipboard

ADD Plugin API (Extension)

Open poolborges opened this issue 3 months ago • 2 comments

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"

poolborges avatar Oct 02 '25 04:10 poolborges

Add Rest API to allow development of mobile app

gablex avatar Oct 11 '25 09:10 gablex

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

poolborges avatar Oct 11 '25 11:10 poolborges