Skip to content
Snippets Groups Projects
Commit 49827801 authored by Simon Rettberg's avatar Simon Rettberg
Browse files

Quick README

parent efb5ad9f
No related branches found
No related tags found
No related merge requests found
README 0 → 100644
Simple and less powerful version of the Taskmanager.
Taskmanager is based on RMI, however I needed to access the Taskmanager
from PHP, and retrofitting the existing Taskmanager to have a json
interface proved quite complicated, so this is pretty much a rewrite following
the basic concepts of Taskmanager. There's still the split between the daemon
and the interface for defining tasks. The tasks we need for our project have
actually been moved to a separate repository.
Taskmanager-Lite uses a plugin system, just put your jar containing your tasks
in the plugins/ subdirectory and they will be loaded at startup.
See http://git.openslx.org/tmlite-bwlp.git/ for an example.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment