## Related Resources There's more to building RESTful web services than is covered here. You can continue your exploration of Spring and REST with the following resources. ### Getting Started Guides * [Consuming a RESTful Web Service][gs-consuming-rest] * [Building a Hypermedia-Driven REST Web Service][gs-rest-hateoas] * [Consuming REST Services with Spring for Android][gs-consuming-rest-android] * [Consuming XML from a REST Web Service with Spring for Android][gs-consuming-rest-xml-android] * [Building a RESTful Web Service with Spring Bootstrap Actuator][gs-actuator-service] [gs-consuming-rest]: /guides/gs/consuming-rest/ [gs-consuming-rest-android]: /guides/gs/consuming-rest-android/ [gs-rest-hateoas]: /guides/gs/rest-hateoas/ [gs-consuming-rest-xml-android]: /guides/gs/consuming-rest-xml-android/ [gs-actuator-service]: /guides/gs/actuator-service/ ### Tutorials * [Tutorial TBD][tut-tbd] [tut-tbd]: /guides/tutorials/tbd ### Concepts and Technologies * [REST][u-rest] * [JSON][u-json] [u-rest]: /understanding/rest [u-json]: /understanding/json