资 源 简 介
DJOP (distributed job orchestration project) is a lightweight java based framework that allows arbitrary jobs to be distributed via message queues amongst grid-nodes.
Jobs and queues can be parameterized to fit the needs of most applications.
With this framework parallel processing is really easily accomplished. Job reporting and monitoring are integrated.
Currently it"s targeted for using Amazon Simple Queuing Service (SQS) and optionally EC2. However with minimal effort, any other queuing middleware can be used. As of now, a S3 bucket is used as a directory for jobs - however it can easily be left out.
Downloading the binary requires you to have the following libraries (or newer versions) on the classpath: activation.jar,axis.jar,commons-cli-1.0.jar,commons-codec-1.3.jar,commons-httpclient-3.0.1.jar,
commons-logging-1.0.4.jar,jaxb-api.jar,jaxb-impl.jar,jaxb-xjc.jar,jaxb1-impl.jar,jsr173_1.0_api.jar,
log4j-1.2.8.jar,typica.jar,xpp3_min-1.1.3.4.O.jar,