spring-batch-admin | Spring Batch Admin : runtime application | Application Framework library
kandi X-RAY | spring-batch-admin Summary
kandi X-RAY | spring-batch-admin Summary
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.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Launch a job
- Set the new job parameters
- Displays the details of a job
- Displays the progress of a step execution
- Compute step execution history
- Override this method to render the given template model
- Determines if a request is an AJAX request
- Stops all active jobs
- Stop the given job
- Retrieves a new result from the queue
- Schedule a callable
- Gets the execution context
- Handle a GET request
- Loads all available jobs
- Aborts a job
- Gets detail of a job
- Gets the job executions
- Find step executions
- Find step executions in the repository
- Launches a job
- Restart a given job
- Deserialize the JSON parameter
- Create a file with the given path
- Initialize all properties
- List executions for a job
- Restart a single job
spring-batch-admin Key Features
spring-batch-admin Examples and Code Snippets
Community Discussions
Trending Discussions on spring-batch-admin
QUESTION
I've recently started understanding the Spring Cloud Data Flow, also called as SCDF. I've just started looking at https://codenotfound.com/spring-batch-admin-example.html which seems very nice example, also would need more examples to really understand the use of Spring Cloud Data Flow with Spring Batch, as I've good experience with Spring Batch.
What's the difference between spring-cloud-starter-dataflow-server
(Data Flow Server Starter) and spring-cloud-starter-dataflow-server-local
(Local Data Flow Server Starter) ?
ANSWER
Answered 2020-May-01 at 23:55We used to ship spring-cloud-starter-dataflow-server-local
as a standalone uber-jar for local deployments a few years ago. Similarly, we used to have spring-cloud-starter-dataflow-server-kubernetes
, spring-cloud-starter-dataflow-server-cloudfoundry
, and others.
However, we have consolidated all the supported platform implementations of SCDF into a single uber-jar, and that is spring-cloud-starter-dataflow-server
. Please only use this artifact for any development/deployment, even if it is only used locally.
As for feature capabilities, we have a dedicated page that lists them. Once you dig into the relevant sections ranging from developer guides [example: batch developer guide] to recipes, hopefully, you will have an idea.
And, likewise, you might find the architecture and concepts useful for your research, which will cover the broad set of capabilities that SCDF supports including first-class orchestration experience for Spring Batch workloads.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install spring-batch-admin
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).
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page