资 源 简 介
An AJAX web application designed to manage and schedule any remote batch process, with additional monitoring capabilities for Java processes via JMX.
Features:
* An in-memory module for remote servers to register, execute, and manage batch processes.
* Time-based and duration-based scheduling of any configured or registered batch process for execution.
* Monitoring currently running processes, including resources used and logs.
* Server management for configuration of servers that hold remote batch processes.
* A simple rights-based user management module.
Major technologies or frameworks used:
* Spring
* Quartz
* IceFaces
High-level Design
The Batch Manager is a Java application that runs in the background on a remote server. It registers itself with JBPCC and listens for execution commands. I