Commit a couple of forgotten updates

svn path=/trunk/; revision=611
diff --git a/spec/references.bib b/spec/references.bib
index ad25703..40f98bf 100644
--- a/spec/references.bib
+++ b/spec/references.bib
@@ -388,3 +388,28 @@
 	Note = {See http://en.wikipedia.org/wiki/Representational\_State\_Transfer},
 	Title = {{Representational} {State} {Transfer}},
 	Type = {Web Site}}
+	
+@techreport{jaxrs11,
+	Author = {Marc Hadley and Paul Sandoz},
+	Institution = {JCP},
+	Month = {September},
+	Note = {See http://jcp.org/en/jsr/detail?id=311},
+	Title = {{JAXRS:} {Java} {API} for {RESTful} {Web} {Services}},
+	Type = {{JSR}},
+	Year = 2009}
+	
+@techreport{javaee6,
+	Author = {Roberto Chinnici and Bill Shannon},
+	Institution = {JCP},
+	Month = {November},
+	Note = {See http://jcp.org/en/jsr/detail?id=316},
+	Title = {{Java} {Platform}, {Enterprise} {Edition} {(JavaEE)} {Specification}, {v6}},
+	Type = {{JSR}},
+	Year = 2009}
+	
+@book{burke:restfuljava,
+    Author = {Bill Burke},
+    Title = {{RESTful} {Java} with {JAX-RS}},
+    Publisher = {O'Reilly},
+    Year = 2009}
+