|
|
@@ -143,6 +143,29 @@ Summary
|
|
143
|
143
|
|
|
144
|
144
|
Congrats! You've just developed a RESTful web service with Spring. This of course is just the beginning, and there are many more features to explore and take advantage of. Be sure to check out Spring's support for [securing](TODO), [describing](TODO) [managing](TODO), [testing](TODO) and [consuming](/gs-consuming-rest) RESTful web services.
|
|
145
|
145
|
|
|
|
146
|
+<!-- {!begin sidebar} -->
|
|
|
147
|
+
|
|
|
148
|
+Related Resources
|
|
|
149
|
+-----------------
|
|
|
150
|
+
|
|
|
151
|
+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
|
|
|
152
|
+
|
|
|
153
|
+### Getting Started guides:
|
|
|
154
|
+
|
|
|
155
|
+* Handling POST, PUT, and GET requests in REST services
|
|
|
156
|
+* Creating self-describing APIs with HATEOAS
|
|
|
157
|
+* Securing a REST service with HTTP Basic
|
|
|
158
|
+* Securing a REST service with OAuth
|
|
|
159
|
+* Consuming REST services
|
|
|
160
|
+* Testing REST services
|
|
|
161
|
+
|
|
|
162
|
+### Understanding
|
|
|
163
|
+
|
|
|
164
|
+* [Understanding REST][u-rest]
|
|
|
165
|
+* [Understanding Json][u-json]
|
|
|
166
|
+
|
|
|
167
|
+<!-- {!end sidebar} -->
|
|
|
168
|
+
|
|
146
|
169
|
|
|
147
|
170
|
[zip]: https://github.com/springframework-meta/gs-rest-service/archive/master.zip
|
|
148
|
171
|
[u-rest]: /understanding/rest
|