python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ItemProcessor/ItemWriter design when business logic is complex in spring batch
I have the business(A ~ E) logic as below.
Search target -> A -> B -> C -> D -> E
The search target will be implemented as ItemReader, Each business logic includes a corresponding pers...

simba
Votes: 0
Answers: 0
How to access StepExecution in partitioned CompositeItemProcessor
I have a case where I want to access StepExecution from inside a Processor which is part of a CompositeItemProcessor which is part of a partitioned step.
I am able to access the StepExecution in the v...
deep
Votes: 0
Answers: 2
Aggregate elements returned from filetring processor in spring batch
My use case starts by reading PK from database, a filtering processor check if the id is already processed, if not a second processor will get the other columns using the id from db.
I'am trying to re...
Rio
Votes: 0
Answers: 1
Hibernate/Spring Boot: How to exclude an entity from rollback
Description
What is the best way to exclude a Hibernate managed entity from being rolled back in a transaction when an exception occurs?
I have a service that is called by Spring Batch. Spring Batch o...

Terran
Votes: 0
Answers: 1