Skip to content

ULisboa/ewp-host-plugin-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


EWP ULisboa
EWP Host Plugin Skeleton

Maven Central GitHub JDK 11+

This Java library contains the general skeleton of an EWP host plugin that may be implemented to allow EWP Node to obtain data from a host.

Work in Progress warning

This project is still early in development. Therefore, until the first major version is released, non-backward changes may be introduced.

Requirements

To clone and use this project, you'll need Git, if you intend to build it yourself, and Maven.

Using the library

To use the library, click the Maven Central badge above and use the correct snippet for your dependency manager.

Cloning the Project

To clone the project run:

git clone https://github.com/ULisboa/ewp-host-plugin-skeleton

Building with Maven

Run the command line:

mvn clean package

The JAR will be located at ewp-host-plugin-skeleton/target. The JAR may then be added as library to any Java project.

Usage Example

The directory ewp-host-plugin-demo contains an example of a simple host plugin that returns hardcoded data.

From that example project, it is possible to extend with real API communication to external services to obtain the data required.

License

This project is licensed under the terms of the MIT license.

About

Java library that contains the general skeleton of an EWP host plugin that may be implemented to allow EWP Node to obtain data from a host.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages