<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Handling Generified Collections in Jersey JAX-RS</title>
	<atom:link href="http://aruld.info/handling-generified-collections-in-jersey-jax-rs/feed/" rel="self" type="application/rss+xml" />
	<link>http://aruld.info/handling-generified-collections-in-jersey-jax-rs/</link>
	<description>Technology++</description>
	<lastBuildDate>Fri, 28 Oct 2011 18:10:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Arul</title>
		<link>http://aruld.info/handling-generified-collections-in-jersey-jax-rs/#comment-4058</link>
		<dc:creator>Arul</dc:creator>
		<pubDate>Wed, 27 Oct 2010 01:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://aruld.info/handling-generified-collections-in-jersey-jax-rs/#comment-4058</guid>
		<description>Did you include the Jersey-Json dependency, which is required for JSON rendering? Adding this to your POM should fix this problem.

[xml]
    &lt;dependency&gt;
        &lt;groupId&gt;com.sun.jersey&lt;/groupId&gt;
        &lt;artifactId&gt;jersey-json&lt;/artifactId&gt;
        &lt;version&gt;1.3&lt;/version&gt;
    &lt;/dependency&gt;
[/xml]

-Arul</description>
		<content:encoded><![CDATA[<p>Did you include the Jersey-Json dependency, which is required for JSON rendering? Adding this to your POM should fix this problem.</p>
<pre class="brush: xml; title: ; notranslate">
    &lt;dependency&gt;
        &lt;groupId&gt;com.sun.jersey&lt;/groupId&gt;
        &lt;artifactId&gt;jersey-json&lt;/artifactId&gt;
        &lt;version&gt;1.3&lt;/version&gt;
    &lt;/dependency&gt;
</pre>
<p>-Arul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dst17</title>
		<link>http://aruld.info/handling-generified-collections-in-jersey-jax-rs/#comment-4056</link>
		<dc:creator>dst17</dc:creator>
		<pubDate>Tue, 26 Oct 2010 15:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://aruld.info/handling-generified-collections-in-jersey-jax-rs/#comment-4056</guid>
		<description>Hi,

I still have the same problem after the use of GenericEntity with the MediaType application/json. With xml, no problem. Do you have any idea why ?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I still have the same problem after the use of GenericEntity with the MediaType application/json. With xml, no problem. Do you have any idea why ?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Tremblett</title>
		<link>http://aruld.info/handling-generified-collections-in-jersey-jax-rs/#comment-4017</link>
		<dc:creator>Paul Tremblett</dc:creator>
		<pubDate>Wed, 01 Sep 2010 11:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://aruld.info/handling-generified-collections-in-jersey-jax-rs/#comment-4017</guid>
		<description>Thanks for the post. It provided *exactly* what I needed. I was in a time crunch and it was such a help to find material that addressed my immediate need with nothing more than a little copy/paste/modify.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. It provided *exactly* what I needed. I was in a time crunch and it was such a help to find material that addressed my immediate need with nothing more than a little copy/paste/modify.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

