Skip to content

imastio/work4j

Repository files navigation

Work4j

Work4j is an open-source library to create distributed, highly available job scheduler.

javadoc javadoc

Using Work4j with Maven

Building a Scheduler Applicatin

<dependency>
  <groupId>io.imast</groupId>
  <artifactId>work4j-controller</artifactId>
  <version>0.0.1.RC2</version>
</dependency>

Building a Worker application

<dependency>
  <groupId>io.imast</groupId>
  <artifactId>work4j-worker</artifactId>
  <version>0.0.1.RC2</version>
</dependency>

For more details check out the Wiki page.

About

Work4j is an open-source library to create distributed, highly available job scheduler.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages