## Related Resources There's more to building RESTful web services than is covered here. You may want to continue your exploration of Spring and REST with the following resources. ### Getting Started Guides * [Consuming RESTful Web Services][gs-consuming-rest] * [Building a Hypermedia Driven REST Web Service][gs-rest-hateoas] * [Consuming RESTful Web Services on Android][gs-consuming-rest-android] * [Consuming XML From a RESTful Web Service on Android][gs-consuming-rest-xml-android] * [Building a RESTful Web Service with Bootstrap Actuator][gs-actuator-service] [gs-consuming-rest]: /guides/gs/consuming-rest/content [gs-consuming-rest-android]: /guides/gs/consuming-rest-android/content [gs-rest-hateoas]: /guides/gs/rest-hateoas/content [gs-consuming-rest-xml-android]: /guides/gs/consuming-rest-xml-android/content [gs-actuator-service]: /guides/gs/actuator-service/content ### 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