<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nils Preusker &#187; REST</title>
	<atom:link href="http://www.nilspreusker.de/tag/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nilspreusker.de</link>
	<description>Pragmatic Technologist</description>
	<lastBuildDate>Tue, 23 Mar 2010 10:44:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;JAX-RS: The Java API for RESTful Web Services&#8221; Talk at Devoxx08</title>
		<link>http://www.nilspreusker.de/2008/12/15/jax-rs-the-java-api-for-restful-web-services-talk-at-devoxx/</link>
		<comments>http://www.nilspreusker.de/2008/12/15/jax-rs-the-java-api-for-restful-web-services-talk-at-devoxx/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 20:04:21 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Devoxx]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JAX-RS]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.nilspreusker.de/?p=37</guid>
		<description><![CDATA[This talk was given by Paul Sandoz. He showed a few examples and listed the following existing implementations of JSR 311 (JAX-RS):

Jboss RESTEasy
Apache CXF
Jersey. (Reference Impl.)
Restlet
Triaxrs

He was testing the services on a command line with curl (i.e. curl -v -d x=1 -H &#8220;Accept: application/xml&#8221; http://localhost:8080/xyz or &#8220;Accept: application/json&#8221;).
The JAX-RS Overview is supposed to be a [...]]]></description>
			<content:encoded><![CDATA[<p>This talk was given by <a title="Paul Sandoz's Blog" href="http://blogs.sun.com/sandoz/entry/mvcj" target="_blank">Paul Sandoz</a>. He showed a few examples and listed the following existing implementations of <a title="JAX-RS" href="http://jcp.org/en/jsr/detail?id=311" target="_blank">JSR 311 (JAX-RS)</a>:</p>
<ul>
<li><a title="RESTEasy" href="http://www.jboss.org/resteasy/" target="_blank">Jboss RESTEasy</a></li>
<li><a title="Apache CXF" href="http://cxf.apache.org/" target="_blank">Apache CXF</a></li>
<li><a title="Jersey." href="https://jersey.dev.java.net/" target="_blank">Jersey.</a> (Reference Impl.)</li>
<li><a title="Restlet" href="http://www.restlet.org/" target="_blank">Restlet</a></li>
<li><a title="Triaxrs" href="http://trialox.org/projects/org.trialox.jaxrs/documentation/download.xhtml" target="_blank">Triaxrs</a></li>
</ul>
<p>He was testing the services on a command line with curl (i.e. curl -v -d x=1 -H &#8220;Accept: application/xml&#8221; http://localhost:8080/xyz or &#8220;Accept: application/json&#8221;).</p>
<p>The <a title="Overview of JAX-RS 1.0 Features" href="http://wikis.sun.com/display/Jersey/Overview+of+JAX-RS+1.0+Features" target="_blank">JAX-RS Overview</a> is supposed to be a good starting point to implement RESTful web services. His presentation and a zip file wih examples can be downloaded from <a title="Blog Post for Devoxx JAX-RS Talk" href="http://blogs.sun.com/sandoz/entry/devoxx_slides_and_examples_for" target="_blank">his blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nilspreusker.de/2008/12/15/jax-rs-the-java-api-for-restful-web-services-talk-at-devoxx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
