From 840788c42eebc0cfeef9abd6fe1863f7d7560a25 Mon Sep 17 00:00:00 2001 From: Craig Walls Date: Tue, 9 Jul 2013 15:40:19 -0500 Subject: [PATCH] Add sidebar --- SIDEBAR.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 SIDEBAR.md diff --git a/SIDEBAR.md b/SIDEBAR.md new file mode 100644 index 0000000000..ffd5ffa6a4 --- /dev/null +++ b/SIDEBAR.md @@ -0,0 +1,31 @@ +### Related Resources + +There's more to data integration than is covered here. You may want to continue your exploration of Spring messaging and integration with the following + +### Getting Started Guides + +* [Integrating Data][gs-integration] +* [Capturing Stream Data][gs-capturing-stream-data] +* [Messaging with JMS][gs-messaging-jms] +* [Messaging with RabbitMQ][gs-messaging-rabbitmq] +* [Messaging with Redis][gs-messaging-redis] + +[gs-integration]: /guides/gs/integration/content +[gs-capturing-stream-data]: /guides/gs/capturing-stream-data/content +[gs-messaging-jms]: /guides/gs/messaging-rabbitmq/content +[gs-messaging-rabbitmq]: /guides/gs/messaging-rabbitmq/content +[gs-messaging-redis]: /guides/gs/messaging-redis/content + +### Tutorials + +* [Tutorial TBD][tut-tbd] + +[tut-tbd]: /guides/tutorials/tbd + +### Understanding + +* [REST][u-rest] +* [JSON][u-json] + +[u-rest]: /understanding/rest +[u-json]: /understanding/json \ No newline at end of file