Commit Graph

10 Commits

Author SHA1 Message Date
Mahmoud Ben Hassine
b3579ffcd2 Polish 50625f5054
* Fix incorrect links
* Remove a dead link
* Update outdated links
2018-10-10 10:20:13 +02:00
Ganapathi Vara Prasad
50625f5054 Updating link and title syntax 2018-10-09 14:00:29 -05:00
Mahmoud Ben Hassine
5730f380e2 Add remote partitioning samples
This commit also fixes the code examples in the remote partitioning
section of the documentation

Resolves BATCH-2730
2018-07-05 11:48:23 -05:00
Mahmoud Ben Hassine
ee56a2320d Add builders for master/worker beans in remote chunking setup
This commit adds a new annotation `@EnableBatchIntegration` that makes
it possible to autowire two beans in the application context:

* RemoteChunkingMasterStepBuilderFactory: used to create a master step
* RemoteChunkingWorkerBuilder: used to create a worker integration flow

The goal of these new APIs is to simplify the setup of remote chunking
job by automatically configuring infrastructure beans.

Resolves BATCH-2686
2018-05-25 16:46:24 -05:00
Mahmoud Ben Hassine
026bbe056b Add a remote chunking sample
This commit adds a self contained remote chunking sample that uses
an embedded JMS broker (for simplicity). Even though the broker is
embedded, communication between the master and workers is still done
through JMS queues and Spring Integration channels and messages are
sent over the wire through a TCP port.

This commit also fixes a few typos in the documentation section about
remote chunking.

Resolves BATCH-2721
2018-05-17 14:46:38 -05:00
Michael Minella
b3e8d3ea87 Removed iBatis based components
This commit removes the iBatis based ItemReaders and ItemWriter.  They
were depricated in the 3.0 line in favor of the MyBatis natively
provided ItemReader and ItemWriter implementations.  This removes those
depricated components.

Resolves BATCH-2591
2017-05-03 10:00:41 -05:00
hvle
a6590c8c54 update football link
fix table format
2016-04-22 10:41:28 -05:00
hvle
a0b8e06a69 update football link 2016-04-22 10:41:27 -05:00
Michael Minella
e7a4e348a5 BATCH-2229 & BATCH-2218: Removed OSGi related metadata and Maven POMs 2014-05-12 15:32:02 -05:00
Michael Minella
8703d11cba BATCH-2219: Moved maven site content into reference guide and README.md
* Moved batch-principles-guidelines to reference guide
* Moved batch-processing-strategies to reference guide
* Moved transactions to reference guide
* Moved spring batch samples notes to a README.md for the samples module
2014-04-30 09:41:40 -05:00