/CronExpressionGenerator

This Repository consist of all the webservices needed for generating cron expression for cron jobs.Generated expressions are based on Quartz cron format.

Primary LanguageJava

CronExpressionGenerator

  • This Repository consist of a project named as CronExpressionGenerator that contains all the webservices needed for generating cron expression for cron jobs.Generated expressions are based on Quartz cron format.

Technology stack

The project is based on a web service called REST,which uses the following technologies:

Backend

  • Java
  • Spring boot
  • RESTful Web services
  • Maven

Application Server

Tomcat

Development Tool

Spring Tool Suit(STS)

Testing Tool

Postman Api

Architecture

The architecture of the web service is built with the following components:

  • Controller: Implements the processing logic of the web service, parsing of parameters and validation of in- and outputs.
  • DataTransferObjects: Objects which are used for outside communication via the API.
  • Service: Implements the business logic and handles the generation of cron expression.

How to use the application

You should be able to start the application by executing CronExpressionGeneratorApplication(A java Class),which starts a webserver on port 8080 (http://localhost:8080).

You can use these webservices for generating cron expression according to your need.

You can use the below cronMaker application to verify your cron expression,I also created these webservices by the help of the below given application.

You can test these webservices through Postman(A testing tool for testing Rest based webservices).

Expression from CronMaker Application(for Minutes)

image

Expression from CronExpressionGenerator webservice(for Minutes)

image

Expression from CronMaker Application(for Hour 1st Radio Button Every)

image

Expression from CronExpressionGenerator webservice(for Hour 1st Radio Button Every)

image

For Hour on 2nd radio StartAt
CronMakerpplication

image

CronExpressionGenerator

image

  • As above screenshot are for reference purpose,you can test and verify like that.