Manager

Web and service tier of Spring Batch Admin console. Basic use cases include visualization of Batch meta data, and also launching and stopping jobs inside the webapp container.

License

License

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-admin-manager
Last Version

Last Version

1.3.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Manager
Web and service tier of Spring Batch Admin console. Basic use cases include visualization of Batch meta data, and also launching and stopping jobs inside the webapp container.

Download spring-batch-admin-manager

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-manager/ -->
<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-admin-manager</artifactId>
    <version>1.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-manager/
implementation 'org.springframework.batch:spring-batch-admin-manager:1.3.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-manager/
implementation ("org.springframework.batch:spring-batch-admin-manager:1.3.1.RELEASE")
'org.springframework.batch:spring-batch-admin-manager:jar:1.3.1.RELEASE'
<dependency org="org.springframework.batch" name="spring-batch-admin-manager" rev="1.3.1.RELEASE">
  <artifact name="spring-batch-admin-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-admin-manager', version='1.3.1.RELEASE')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-admin-manager" % "1.3.1.RELEASE"
[org.springframework.batch/spring-batch-admin-manager "1.3.1.RELEASE"]

Dependencies

compile (18)

Group / Artifact Type Version
org.aspectj : aspectjrt jar 1.8.1
org.springframework : spring-context jar 3.2.9.RELEASE
org.springframework.batch : spring-batch-core jar 2.2.7.RELEASE
org.springframework : spring-jdbc jar 3.2.9.RELEASE
org.springframework : spring-aop jar 3.2.9.RELEASE
org.springframework : spring-web Optional jar 3.2.9.RELEASE
org.springframework : spring-webmvc Optional jar 3.2.9.RELEASE
org.springframework.batch : spring-batch-integration jar 1.3.1.RELEASE
org.springframework.integration : spring-integration-core jar 3.0.2.RELEASE
org.springframework.integration : spring-integration-http jar 3.0.2.RELEASE
org.springframework.integration : spring-integration-file jar 3.0.2.RELEASE
commons-io : commons-io jar 2.4
commons-lang : commons-lang jar 2.6
org.slf4j : jcl-over-slf4j jar 1.7.6
commons-collections : commons-collections jar 3.2.1
org.freemarker : freemarker jar 2.3.15
org.springframework.batch : spring-batch-admin-resources jar 1.3.1.RELEASE
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

runtime (7)

Group / Artifact Type Version
org.aspectj : aspectjweaver jar 1.8.1
org.springframework.integration : spring-integration-jmx jar 3.0.2.RELEASE
commons-dbcp : commons-dbcp jar 1.4
commons-fileupload : commons-fileupload jar 1.3.1
org.slf4j : slf4j-api jar 1.7.6
org.slf4j : slf4j-log4j12 Optional jar 1.7.6
log4j : log4j Optional jar 1.2.17

test (8)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.easymock : easymock jar 2.3
org.springframework : spring-test jar 3.2.9.RELEASE
org.springframework.batch : spring-batch-test jar 2.2.7.RELEASE
hsqldb : hsqldb jar 1.8.0.7
org.apache.derby : derby jar 10.6.1.0
com.h2database : h2 jar 1.3.176
mysql : mysql-connector-java jar 5.1.6

Project Modules

There are no modules declared in this project.

NOTE: This project is being moved to the Spring Attic and is not recommended for new projects. Spring Cloud Data Flow is the recommended replacement for managing and monitoring Spring Batch jobs going forward. You can read more about migrating to Spring Cloud Data Flow here.

Web application and API for managing and monitoring Spring Batch jobs. The application consists of a web UI using Spring MVC, a Java service API and a RESTful (JSON) API. The web application is highly customizable, and is an ideal platform for deploying Spring Batch jobs. It can also be used to monitor jobs running in other processes. See the main project website for more details.

Getting Started Using SpringSource Tool Suite (STS)

This is the quickest way to get started. It requires an internet connection for download, and access to a Maven repository (remote or local).

  • Download STS version 3.5.* (or better) from the SpringSource website. STS is a free Eclipse bundle with many features useful for Spring developers.
  • Go to File->New->Spring Template Project from the menu bar (in the Spring perspective).
  • The wizard has a drop down with a list of template projects. One of them is a "Spring Batch Admin Webapp". Select it and follow the wizard.
  • A project is created with all dependencies and a simple input/output job configuration. It can be run using a unit test, or on the command line (see instructions in the pom.xml).

Getting Help

Read the main project website and the User Guide. Look at the source code and the Javadocs. For more detailed questions, use the forum. If you are new to Spring as well as to Spring Batch, look for information about Spring projects.

Contributing to Spring Batch Admin

Here are some ways for you to get involved in the community:

  • Create JIRA tickets for bugs and new features and comment and vote on the ones that you are interested in.
  • Github is for social coding: if you want to write code, we encourage contributions through pull requests from forks of this repository.
  • Watch for upcoming articles on Spring by subscribing to spring.io

Before we accept a non-trivial patch or pull request we will need you to sign the contributor's agreement. Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.

Code of Conduct

This project adheres to the Contributor Covenant . By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

org.springframework.batch

Spring

Versions

Version
1.3.1.RELEASE
1.3.0.RELEASE
1.2.2.RELEASE
1.2.1.RELEASE
1.2.0.RELEASE
1.0.0.RELEASE