java-tutorials/SIDEBAR.md

32 lines
938 B
Markdown
Raw Normal View History

2013-08-14 15:18:17 -05:00
## Related resources
2013-08-13 14:05:46 -05:00
2013-08-14 15:18:17 -05:00
There's more to data integration than what is covered here. You can continue to explore Spring messaging and integration with the following resources.
2013-08-13 14:05:46 -05:00
2013-08-14 15:18:17 -05:00
### Getting Started guides
2013-08-13 14:05:46 -05:00
* [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/
[gs-capturing-stream-data]: /guides/gs/capturing-stream-data/
[gs-messaging-jms]: /guides/gs/messaging-jms/
[gs-messaging-rabbitmq]: /guides/gs/messaging-rabbitmq/
[gs-messaging-redis]: /guides/gs/messaging-redis/
### Tutorials
* [Designing and Implementing RESTful Web Services with Spring][tut-rest]
[tut-rest]: /guides/tutorials/rest
2013-08-14 15:18:17 -05:00
### Concepts and technologies
2013-08-13 14:05:46 -05:00
* [REST][u-rest]
* [JSON][u-json]
[u-rest]: /understanding/REST
[u-json]: /understanding/JSON