Josip - 2023-07-14

Hi,

I have submitted one merge request for my branch that contains one new class - JobRestController. Its purpose is to allow for CRUD functionallity for Job objects.
In the second merge request I've added the art-executable.war that runs on an embedded jetty server.
art-executable.war can be started using java -jar art-executable.war
app base url is localhost:8080/art
ArtDatabase configuration file directory is relocated to "etc/art" in case the standalone executable is started
you can change the directory when starting the app by setting art.configDirectory property
Example: java -Dart.configDirectory=config_directory -jar art-executable.war
art.war can still be run using tomcat 8/9

Best regards,
Josip