Code Monkey home page Code Monkey logo

next-cron's Introduction

next-cron

Simple javafx application for configuring crons and executing that runs as an executable jar designed for windows environment, however works with mac (linux should work but haven't got an env to test) as well.

Getting Started

The application can be run in 2 modes

  1. GUI for configuring the crons

create-cron create-cron

  1. batch mode for executing the crons.

This javafx gui application provides simple way to setup a cron to run minute wise, hour wise, month, date with start and stop features. The reason for writing this application was the windows scheduler wasn't helpful to configure crons to run at specific minutes alone. The windows scheduler will repeat the cron every 5 minutes and above and no option to run at specific time like cronA to run at 5, 12, 20, 22, 47, 58.

Prerequisites

jdk : 8
maven : 3.2.1
ide : IntelliJ
Scene Builder : 8.5.0

you can download Scene Builder here

Maven

just add the following dependencies

        <dependency>
            <groupId>com.jfoenix</groupId>
            <artifactId>jfoenix</artifactId>
            <version>${jfoenix.version}</version>
        </dependency>
        <dependency>
            <groupId>org.controlsfx</groupId>
            <artifactId>controlsfx</artifactId>
            <version>${controlfx.version}</version>
        </dependency>
        <dependency>
            <groupId>com.oracle</groupId>
            <artifactId>javafx</artifactId>
            <version>2.2</version>
            <systemPath>${java.home}/lib/ext/jfxrt.jar</systemPath>
            <scope>system</scope>
        </dependency>

uses log4j2 for the logging

        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-core</artifactId>
            <version>${log4j-core.version}</version>
        </dependency>

uses fontawesomeFx for the icons

        <dependency>
            <groupId>de.jensd</groupId>
            <artifactId>fontawesomefx</artifactId
            <version>${fontawesomefx.version}</version>
        </dependency>

mvn clean package

NOTE : You need to set JAVA_HOME environment variable to point to Java 1.8 directory.

NOTE : JFoenix requires Java 1.8u60 and above. refer this for more info

NOTE : uses spring-boot plugin to create single executable jar. (one-jar, uber-jar does not help due to log4j2 issue)

Authors

  • Ezra Rajkumar - Ezra

License

This project is licensed under the MIT License - see the LICENSE.md file for details

This project uses

next-cron's People

Contributors

emosesrajkumar avatar ezra-works avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.