Added the source document (ODT) to the Resources page.

This commit is contained in:
Todd Fredrich
2012-05-29 10:59:19 -06:00
parent d8bd3b86ee
commit 8f3928538b

View File

@ -20,7 +20,6 @@
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31328878-1']);
_gaq.push(['_trackPageview']);
@ -39,13 +38,13 @@
<div class="span12">
<h1>REST API Resources</h1>
<h2>RESTful Best Practices</h2>
<p>Get the eCollege Best Practices guide (choose your format):
<ul>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.pdf">PDF</a> (~306KB)</li>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&amp;N Nook and most other readers.</li>
<li>Mobi (not yet available). Sorry Kindle owners!</li>
</ul>
</p>
<p>Get the Pearson eCollege <em>RESTful Best Practices</em> 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.</p>
<ul>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.pdf">PDF</a> (~306KB)</li>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&amp;N Nook and most other readers.</li>
<li>Mobi (not yet available). Sorry Kindle owners!</li>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.odt">Source Document in Libre/Open Office format</a> (~48KB)</li>
</ul>
<h2>REST Services in Java</h2>
<p><a href="https://github.com/RestExpress/RestExpress">RestExpress</a> (GitHub). Create fast, scalable, stand-alone RESTful Web services in Java quickly.</p>
</div>