From 57a08447a58af5fb5f9023637803cbb22263fb00 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Fri, 22 Nov 2013 14:30:35 -0500 Subject: [PATCH] Add books and video resources --- index.html | 5 +++++ resources.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 resources.md diff --git a/index.html b/index.html index a866c8ee8..c5eac83f9 100644 --- a/index.html +++ b/index.html @@ -82,6 +82,11 @@ The quickest way to get started with Spring Batch is to download the zip file an * [Creating a Batch Service]({{site.main_site_url}}/guides/gs/batch-processing) * [Spring Batch Getting Started](http://docs.spring.io/spring-batch/getting-started.html) +### Resources + +* [Books](resources.html#books) +* [Videos](resources.html#videos) + ### Related Projects * [Spring Integration]({{site.projects_site_url}}/spring-integration/) diff --git a/resources.md b/resources.md new file mode 100644 index 000000000..a8fcbf864 --- /dev/null +++ b/resources.md @@ -0,0 +1,43 @@ +--- +layout: documentation_page +--- +# Spring Batch Resources + + +## Books + +* **Michael T. Minella**: [Pro Spring Batch](http://www.amazon.com/dp/1430234520) +* **Arnaud Cogoluegnes, Thierry Templier, Gary Gregory, Olivier Bazoud**: [Spring Batch in Action](http://www.amazon.com/dp/1935182951) + + +## Videos + +### Spring Batch (Michael Minella) + + + +### Introduction to Spring Integration and Spring Batch + + + +### Integrating Spring Batch and Spring Integration + + + +### ETE 2012 - Josh Long - Behind the Scenes of Spring Batch + + + +### Building for Performance with Spring Integration & Spring Batch + + + +### Java Batch JSR-352 + + + +### Batch Processing and Integration on Cloud Foundry + + + +