Spring Batch Integration docs are at
http://static.springframework.org/sp...h-integration/. The remote chunking invocation pattern you are talking about that was mentioned in the main User Guide is implemented in the ChunkMessageChannelItemWriter (and friends in teh same package).
Remote chunking is not the only way to go about remote step execution. The PartitionHandler SPI is also available, as per the User Guide There is even an implementation in Spring Batch Integration (MessageChannelPartitionHandler).
I am going to write an article on Spring Batch Integration when I get time to try and raise awareness and get more people to use it. In the meantime, look at the website and the source code (including unit tests) to learn about the project.