diff --git a/resources.html b/resources.html index 0f40dd2..2162931 100644 --- a/resources.html +++ b/resources.html @@ -23,13 +23,13 @@ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-31328878-1']); _gaq.push(['_trackPageview']); - + (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); - +
@@ -56,20 +56,25 @@Get the Pearson Higher-Education RESTful Best Practices guide (choose your format). This guide reduces the world of RESTful services into easy-to-follow principles. It also provides several cookbook type recipes in critical areas to increase service usability, reduce confusion during implemenation, as well as improve consistency.
+Get the RESTful Best Practices guide (choose your format). This guide reduces the world of RESTful services into easy-to-follow principles. It also provides several cookbook type recipes in critical areas to increase service usability, reduce confusion during implemenation, as well as improve consistency.
RestExpress (GitHub). Create fast, scalable, stand-alone RESTful Web services in Java quickly.
+RestExpress (GitHub). A microservices framework for Java, RestExpress composes best-of-breed tools to form a lightweight, minimalist Java framework for quickly creating RESTful APIs.