<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Handling multiparts in Restful applications using Jersey</title>
	<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/</link>
	<description>Life, Technology and More</description>
	<pubDate>Fri, 30 Jul 2010 10:36:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Arul</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3992</link>
		<author>Arul</author>
		<pubDate>Wed, 19 May 2010 04:31:42 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3992</guid>
		<description>Hi Nikhil,

This is covered in quite detail in the Jersey &lt;a href="https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html#chapter_deps" rel="nofollow"&gt;User Guide&lt;/a&gt;.

-Arul</description>
		<content:encoded><![CDATA[<p>Hi Nikhil,</p>
<p>This is covered in quite detail in the Jersey <a href="https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html#chapter_deps" rel="nofollow">User Guide</a>.</p>
<p>-Arul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3990</link>
		<author>Nikhil</author>
		<pubDate>Sat, 15 May 2010 07:04:15 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3990</guid>
		<description>Hi

I am a non maven developer. Please let me know how do we get the Project class ?  (Which jar file(s) are required ? I mean any other dependencies?)</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am a non maven developer. Please let me know how do we get the Project class ?  (Which jar file(s) are required ? I mean any other dependencies?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arul</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3989</link>
		<author>Arul</author>
		<pubDate>Thu, 13 May 2010 04:16:26 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3989</guid>
		<description>Could you post the stack trace you are seeing?

Did you have the multipart dependencies in your class path? mimepull.jar is required for Jersey multipart to work. If you use maven, this should get sucked in if you include the jersey-multipart dependency. For non-maven projects, you need to include it manually. See the Jersey documentation for more details &lt;a href="https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html#d4e1618" rel="nofollow"&gt;here&lt;/a&gt;

-Arul</description>
		<content:encoded><![CDATA[<p>Could you post the stack trace you are seeing?</p>
<p>Did you have the multipart dependencies in your class path? mimepull.jar is required for Jersey multipart to work. If you use maven, this should get sucked in if you include the jersey-multipart dependency. For non-maven projects, you need to include it manually. See the Jersey documentation for more details <a href="https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html#d4e1618" rel="nofollow">here</a></p>
<p>-Arul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravichandrab4u</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3988</link>
		<author>ravichandrab4u</author>
		<pubDate>Wed, 05 May 2010 13:31:33 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3988</guid>
		<description>Hi,

I have tried the above example but stuck with an error. Jersey Client is not able to find the resource with multipart as mime type.
Pls help me...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried the above example but stuck with an error. Jersey Client is not able to find the resource with multipart as mime type.<br />
Pls help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arul</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3906</link>
		<author>Arul</author>
		<pubDate>Sat, 22 Aug 2009 16:21:02 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3906</guid>
		<description>Hi Abhijeet,

You are missing jersey-core-1.1.0-ea.jar this time. Make sure you add all the Jersey core, Jersey multipart and its dependent libraries.

Cheers,
Arul</description>
		<content:encoded><![CDATA[<p>Hi Abhijeet,</p>
<p>You are missing jersey-core-1.1.0-ea.jar this time. Make sure you add all the Jersey core, Jersey multipart and its dependent libraries.</p>
<p>Cheers,<br />
Arul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Mane</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3905</link>
		<author>Abhijeet Mane</author>
		<pubDate>Sat, 22 Aug 2009 08:07:31 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3905</guid>
		<description>Hello Arul,

Thanks for your reply,I added the mail.jar file but i get a error saying No class definition "com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap" when i run the client .I have written the client same as you have done.Please suggest as i have to deliver the functionality asap

Waiting for your reply.

Thanks
Abhijeet Mane.</description>
		<content:encoded><![CDATA[<p>Hello Arul,</p>
<p>Thanks for your reply,I added the mail.jar file but i get a error saying No class definition &#8220;com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap&#8221; when i run the client .I have written the client same as you have done.Please suggest as i have to deliver the functionality asap</p>
<p>Waiting for your reply.</p>
<p>Thanks<br />
Abhijeet Mane.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arul</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3904</link>
		<author>Arul</author>
		<pubDate>Sat, 22 Aug 2009 02:12:48 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3904</guid>
		<description>Hi Abhijeet,

I am glad you found this entry useful. It would be much easier if you run this sample using Maven. There are few dependencies which gets pulled from POM. In this case, you are missing mail.jar which has the Multipart class.

HTH,
Arul</description>
		<content:encoded><![CDATA[<p>Hi Abhijeet,</p>
<p>I am glad you found this entry useful. It would be much easier if you run this sample using Maven. There are few dependencies which gets pulled from POM. In this case, you are missing mail.jar which has the Multipart class.</p>
<p>HTH,<br />
Arul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Mane</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3903</link>
		<author>Abhijeet Mane</author>
		<pubDate>Fri, 21 Aug 2009 07:31:31 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3903</guid>
		<description>Hello Arul,
The content is very useful.But i have a problem while uploading the image from the client to the server(Restful web service).I have downloaded jersey-multipart-1.1.0-ea-SNAPSHOT.jar but still while deploying the above code it says Multipart class not found.
I am developing this Restfulweb service using Netbean IDE in tomcat

Waiting for your Reply.

Thanks,
Abhijeet Mane.</description>
		<content:encoded><![CDATA[<p>Hello Arul,<br />
The content is very useful.But i have a problem while uploading the image from the client to the server(Restful web service).I have downloaded jersey-multipart-1.1.0-ea-SNAPSHOT.jar but still while deploying the above code it says Multipart class not found.<br />
I am developing this Restfulweb service using Netbean IDE in tomcat</p>
<p>Waiting for your Reply.</p>
<p>Thanks,<br />
Abhijeet Mane.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arul</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3892</link>
		<author>Arul</author>
		<pubDate>Sun, 19 Jul 2009 19:16:50 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3892</guid>
		<description>Hi Adrian,

I am glad this entry was useful to you. You may want to look into this &lt;a href="http://n2.nabble.com/File-upload-with-Jersey-td2377844.html" rel="nofollow"&gt;thread&lt;/a&gt; which has code samples related to streaming content using Jersey &lt;a href="https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea/contribs/jersey-multipart/index.html" rel="nofollow"&gt;Multipart&lt;/a&gt; API.

Cheers,
Arul</description>
		<content:encoded><![CDATA[<p>Hi Adrian,</p>
<p>I am glad this entry was useful to you. You may want to look into this <a href="http://n2.nabble.com/File-upload-with-Jersey-td2377844.html" rel="nofollow">thread</a> which has code samples related to streaming content using Jersey <a href="https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea/contribs/jersey-multipart/index.html" rel="nofollow">Multipart</a> API.</p>
<p>Cheers,<br />
Arul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian.f</title>
		<link>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3889</link>
		<author>adrian.f</author>
		<pubDate>Tue, 14 Jul 2009 03:38:19 +0000</pubDate>
		<guid>http://aruld.info/handling-multiparts-in-restful-applications-using-jersey/#comment-3889</guid>
		<description>Please disregard my comment on the 415 response.  Thanks.</description>
		<content:encoded><![CDATA[<p>Please disregard my comment on the 415 response.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
