An open API service indexing awesome lists of open source software.

https://github.com/miguelprogrammer/spring-batch

Course on Udemy | minister for Giuliana Bezerra Software Architect. Este curso foi utilizado para criação de poc, o spring batch dá diversas saídas e tratativas com documentos, é uma forte ferramenta.
https://github.com/miguelprogrammer/spring-batch

spring-batch spring-boot

Last synced: 19 days ago
JSON representation

Course on Udemy | minister for Giuliana Bezerra Software Architect. Este curso foi utilizado para criação de poc, o spring batch dá diversas saídas e tratativas com documentos, é uma forte ferramenta.

Awesome Lists containing this project

README

          

# spring-batch




👨‍🏫 Spring-batch Project


Spring-batch was created by Accenture corporation, spring-batch is evolution of services old jobs on cobol.


* [Spring Batch — Overview](https://giuliana-bezerra.medium.com/spring-batch-para-desenvolvimento-de-jobs-1674ec5b9a20)

## Architeture Spring Batch

## Components

### Job Repository: It is shared and stores the job status and other execution duration infomrations, execution status, errors, writes, reads.

### Step: Task, step, or step running and are chained together to perform the desired processing. If chunk-based it handles itemreader reading,ItemProcessor processing, andItemWriter writing If it is a simple task, the step can be based on Tasklets

### Job Launcher: Performs the job in fact, considering factors such as how (single thread, distributed), parameter validation, restart, and other execution properties.

## Documentation