SAVA
Suivi des Applications jaVa d'Agroclim
Goals
- Facilitate export and exposure of internal data on agroclim java applications.
- Standardize output addresses for a tomcat to expose these values.
- Add the library to a java application running on Tomcat.
Development
SAVA is a maven project, using Java 11. Simply use mvn package
, then deploy sava-example's war on a working Tomcat.
For now, only the JavaEE implementation exists. Jakarta compatibility is to be developped.
Usage
- sava-core contains all the classes to use SAVA.
- sava-example shows an use case of integration in a simple application, with only the servlet exposing demo values.
Authors
See AUTHORS
file.
License
See LICENSE
file.
Project status
Development in progress