본문 바로가기

JAVA Programming/Quartz

#1 - What is Quartz?

What is Quartz?

Job Scheduling Library


Quartz is a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as support for JTA transactions and clustering.


Quartz is freely usable, licensed under the Apache 2.0 license.


Please read our overview for more quick information.



쿼츠는 무엇입니까?

작업 스케줄링 라이브러리


가장 작은 독립 실행 형 응용 프로그램에서 가장 큰 전자 상거래 시스템 - 쿼츠은 거의 모든 자바 애플리케이션에 통합 할 수있는 풍부한 기능을 갖춘 오픈 소스 작업 스케줄링 라이브러리입니다. 당신은 표준 자바 구성 요소로 정의 된 작업을 프로그래밍 할 수 있습니다 쿼츠는 수십, 수백, 또는 수만명의 작업을 실행하기 위한 간단하거나 복잡한 일정을 만들 수 있습니다. 쿼츠 스케줄러는 JTA(Java Transaction API) 트랜잭션 및 클러스터링 지원 등 다양한 엔터프라이즈 급 기능이 포함되어 있습니다.


쿼츠은 아파치 2.0 라이센스에 따라 자유롭게 사용할 수 있습니다.


더 빠른 정보에 대한 우리의 개요를 읽어 보시기 바랍니다.


http://quartz-scheduler.org/