## Related resources There's more to building RESTful web services than what 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 RESTful Web Service][gs-rest-hateoas] * [Consuming RESTful Web Services with Spring for Android][gs-consuming-rest-android] * [Consuming XML from a RESTful Web Service with Spring for Android][gs-consuming-rest-xml-android] * [Building a RESTful Web Service with Spring Boot 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 * [Designing and Implementing RESTful Web Services with Spring][tut-rest] [tut-rest]: /guides/tutorials/rest ### Concepts and technologies * [REST][u-rest] * [JSON][u-json] * [View Templates][u-view-templates] [u-rest]: /understanding/REST [u-json]: /understanding/JSON [u-view-templates]: /understanding/view-templates