Add books and video resources
This commit is contained in:
@@ -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/)
|
||||
|
||||
43
resources.md
Normal file
43
resources.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
layout: documentation_page
|
||||
---
|
||||
# Spring Batch Resources
|
||||
|
||||
<span id="books"></span>
|
||||
## 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)
|
||||
|
||||
<span id="videos"></span>
|
||||
## Videos
|
||||
|
||||
### Spring Batch (Michael Minella)
|
||||
|
||||
<iframe width="560" height="315" src="//www.youtube.com/embed/CYTj5YT7CZU" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
### Introduction to Spring Integration and Spring Batch
|
||||
|
||||
<iframe width="560" height="315" src="//www.youtube.com/embed/LLOxLQ_ztcg" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
### Integrating Spring Batch and Spring Integration
|
||||
|
||||
<iframe src="//player.vimeo.com/video/73164179?title=0&byline=0&portrait=0" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
|
||||
### ETE 2012 - Josh Long - Behind the Scenes of Spring Batch
|
||||
|
||||
<iframe width="560" height="315" src="//www.youtube.com/embed/O3kY-Bt8h48" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
### Building for Performance with Spring Integration & Spring Batch
|
||||
|
||||
<iframe width="560" height="315" src="//www.youtube.com/embed/xFGo-eai7ag" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
### Java Batch JSR-352
|
||||
|
||||
<iframe width="560" height="315" src="//www.youtube.com/embed/qmLr8vI4ofs" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
### Batch Processing and Integration on Cloud Foundry
|
||||
|
||||
<iframe width="560" height="315" src="//www.youtube.com/embed/3QBrf3B6aA8" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user