|
|
@@ -1,35 +0,0 @@
|
|
1
|
|
-## Related resources
|
|
2
|
|
-
|
|
3
|
|
-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.
|
|
4
|
|
-
|
|
5
|
|
-### Getting Started guides
|
|
6
|
|
-
|
|
7
|
|
-* [Consuming a RESTful Web Service][gs-consuming-rest]
|
|
8
|
|
-* [Building a Hypermedia-Driven RESTful Web Service][gs-rest-hateoas]
|
|
9
|
|
-* [Consuming RESTful Web Services with Spring for Android][gs-consuming-rest-android]
|
|
10
|
|
-* [Consuming XML from a RESTful Web Service with Spring for Android][gs-consuming-rest-xml-android]
|
|
11
|
|
-* [Building a RESTful Web Service with Spring Boot Actuator][gs-actuator-service]
|
|
12
|
|
-
|
|
13
|
|
-[gs-consuming-rest]: /guides/gs/consuming-rest/
|
|
14
|
|
-[gs-consuming-rest-android]: /guides/gs/consuming-rest-android/
|
|
15
|
|
-[gs-rest-hateoas]: /guides/gs/rest-hateoas/
|
|
16
|
|
-[gs-consuming-rest-xml-android]: /guides/gs/consuming-rest-xml-android/
|
|
17
|
|
-[gs-actuator-service]: /guides/gs/actuator-service/
|
|
18
|
|
-
|
|
19
|
|
-### Tutorials
|
|
20
|
|
-
|
|
21
|
|
-* [Designing and Implementing RESTful Web Services with Spring][tut-rest]
|
|
22
|
|
-* [Designing and Implementing a Web Application with Spring][tut-web]
|
|
23
|
|
-
|
|
24
|
|
-[tut-rest]: /guides/tutorials/rest
|
|
25
|
|
-[tut-web]: /guides/tutorials/web
|
|
26
|
|
-
|
|
27
|
|
-### Concepts and technologies
|
|
28
|
|
-
|
|
29
|
|
-* [REST][u-rest]
|
|
30
|
|
-* [JSON][u-json]
|
|
31
|
|
-* [View Templates][u-view-templates]
|
|
32
|
|
-
|
|
33
|
|
-[u-rest]: /understanding/REST
|
|
34
|
|
-[u-json]: /understanding/JSON
|
|
35
|
|
-[u-view-templates]: /understanding/view-templates
|