rkiddy / appTimer

A WebObjects/Wonder framework for managing tasks that can run via a schedule.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appTimer

This WebObjects frameworks allows one to create tasks, schedule them (in a particular way) and run them via SingleThreadExecutor. See the ExecutorService class for this. The framework is agnostic about the class that it is running, requiring only that it have a run() method.

Known to Run With:

  • Ubuntu 18.04.3 LTS
    • openjdk version "1.8.0_222"
    • WebObjects (TBD)
    • Project Wonder (recent, TBD)
  • Mac OS X 10.15.4
    • java 14 2020-03-17
    • WebObjects (TBD)
    • Project Wonder (recent, TBD)

About

A WebObjects/Wonder framework for managing tasks that can run via a schedule.


Languages

Language:Java 85.0%Language:HTML 15.0%