Skip to content

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

Notifications You must be signed in to change notification settings

rkiddy/appTimer

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published