<?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 for hasCode.com</title>
	<atom:link href="http://www.hascode.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hascode.com</link>
	<description>micha kops&#039; playground</description>
	<lastBuildDate>Wed, 08 May 2013 18:13:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on How to build a Confluence SOAP client in 5 minutes by micha kops</title>
		<link>http://www.hascode.com/2010/03/how-to-build-a-confluence-soap-client-in-5-minutes/comment-page-1/#comment-4353</link>
		<dc:creator>micha kops</dc:creator>
		<pubDate>Wed, 08 May 2013 18:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://student.in/xyz/?p=205#comment-4353</guid>
		<description>You&#039;re welcome! I&#039;m glad I could help :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! I&#8217;m glad I could help <img src='http://www.hascode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to build a Confluence SOAP client in 5 minutes by Stephanie</title>
		<link>http://www.hascode.com/2010/03/how-to-build-a-confluence-soap-client-in-5-minutes/comment-page-1/#comment-4352</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Wed, 08 May 2013 17:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://student.in/xyz/?p=205#comment-4352</guid>
		<description>Hi Micha - the tutorial helped me a lot. Thanks! :)</description>
		<content:encoded><![CDATA[<p>Hi Micha &#8211; the tutorial helped me a lot. Thanks! <img src='http://www.hascode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a sample Java EE 6 Blog Application with JPA, EJB, CDI, JSF and Primefaces on GlassFish by mauro</title>
		<link>http://www.hascode.com/2011/02/creating-a-sample-java-ee-6-blog-application-with-jpa-ejb-cdi-jsf-and-primefaces-on-glassfish/comment-page-1/#comment-4345</link>
		<dc:creator>mauro</dc:creator>
		<pubDate>Fri, 03 May 2013 16:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=638#comment-4345</guid>
		<description>i have try the tutorial with:
glassfish 3.1.2.2
jsf mojarra
primefaces 3.4 
but into the create.xhtnl the  it is not faound .
you can helop me?
the ajax event it is changed form primefaces 2.2 
. 
help me</description>
		<content:encoded><![CDATA[<p>i have try the tutorial with:<br />
glassfish 3.1.2.2<br />
jsf mojarra<br />
primefaces 3.4<br />
but into the create.xhtnl the  it is not faound .<br />
you can helop me?<br />
the ajax event it is changed form primefaces 2.2<br />
.<br />
help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating updatable Java Applications using Getdown and the Getdown Maven Plugin by micha kops</title>
		<link>http://www.hascode.com/2012/05/creating-updatable-java-applications-using-getdown-and-the-getdown-maven-plugin/comment-page-1/#comment-4340</link>
		<dc:creator>micha kops</dc:creator>
		<pubDate>Mon, 29 Apr 2013 18:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=899#comment-4340</guid>
		<description>Thanks for your remark! I&#039;ve added a sample application in zip and tgz format.</description>
		<content:encoded><![CDATA[<p>Thanks for your remark! I&#8217;ve added a sample application in zip and tgz format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating updatable Java Applications using Getdown and the Getdown Maven Plugin by Will</title>
		<link>http://www.hascode.com/2012/05/creating-updatable-java-applications-using-getdown-and-the-getdown-maven-plugin/comment-page-1/#comment-4339</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 29 Apr 2013 15:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=899#comment-4339</guid>
		<description>Um, I cant seem to download the example?</description>
		<content:encoded><![CDATA[<p>Um, I cant seem to download the example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Manipulation using HTML 5 and Javascript by micha kops</title>
		<link>http://www.hascode.com/2012/08/video-manipulation-using-html-5-and-javascript/comment-page-1/#comment-4336</link>
		<dc:creator>micha kops</dc:creator>
		<pubDate>Fri, 26 Apr 2013 20:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=920#comment-4336</guid>
		<description>I think it could be possible .. but the local storage api limits to 5mb in most modern browsers afaik (http://diveintohtml5.info/storage.html#limitations).

Perhaps the new FileSystems API is a solution here but it&#039;s still bleeding edge -&gt; http://www.html5rocks.com/en/tutorials/file/filesystem/</description>
		<content:encoded><![CDATA[<p>I think it could be possible .. but the local storage api limits to 5mb in most modern browsers afaik (<a href="http://diveintohtml5.info/storage.html#limitations" rel="nofollow">http://diveintohtml5.info/storage.html#limitations</a>).</p>
<p>Perhaps the new FileSystems API is a solution here but it&#8217;s still bleeding edge -&gt; <a href="http://www.html5rocks.com/en/tutorials/file/filesystem/" rel="nofollow">http://www.html5rocks.com/en/tutorials/file/filesystem/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Manipulation using HTML 5 and Javascript by Eric</title>
		<link>http://www.hascode.com/2012/08/video-manipulation-using-html-5-and-javascript/comment-page-1/#comment-4335</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 26 Apr 2013 15:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=920#comment-4335</guid>
		<description>Would it be possible to save the manipulated video as a new movie file to local storage?</description>
		<content:encoded><![CDATA[<p>Would it be possible to save the manipulated video as a new movie file to local storage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to build a Confluence SOAP client in 5 minutes by micha kops</title>
		<link>http://www.hascode.com/2010/03/how-to-build-a-confluence-soap-client-in-5-minutes/comment-page-1/#comment-4332</link>
		<dc:creator>micha kops</dc:creator>
		<pubDate>Wed, 24 Apr 2013 18:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://student.in/xyz/?p=205#comment-4332</guid>
		<description>Hi Stephanie,

I&#039;ve updated my article and I&#039;ve put the tutorial sources on my bitbucket account - please feel free to reuse them for your project or your own custom SOAP client.

Cheers

Micha</description>
		<content:encoded><![CDATA[<p>Hi Stephanie,</p>
<p>I&#8217;ve updated my article and I&#8217;ve put the tutorial sources on my bitbucket account &#8211; please feel free to reuse them for your project or your own custom SOAP client.</p>
<p>Cheers</p>
<p>Micha</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to build a Confluence SOAP client in 5 minutes by Stephanie</title>
		<link>http://www.hascode.com/2010/03/how-to-build-a-confluence-soap-client-in-5-minutes/comment-page-1/#comment-4329</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Tue, 23 Apr 2013 20:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://student.in/xyz/?p=205#comment-4329</guid>
		<description>Hi micha kops,
I&#039;m working on creating a confluence client right now and I&#039;m having trouble getting the import statements in the .java file to work. When I used the mvn axistools:wsdl2java command, instead of getting target/generated-classes I got target/generated-sources. I don&#039;t really know why, but my .java file says stuff like &quot;the import com.atlassian&quot; cannot be resolved&quot; etc. 
Do you have any idea of what might be the cause? 

Thank you in advance!</description>
		<content:encoded><![CDATA[<p>Hi micha kops,<br />
I&#8217;m working on creating a confluence client right now and I&#8217;m having trouble getting the import statements in the .java file to work. When I used the mvn axistools:wsdl2java command, instead of getting target/generated-classes I got target/generated-sources. I don&#8217;t really know why, but my .java file says stuff like &#8220;the import com.atlassian&#8221; cannot be resolved&#8221; etc.<br />
Do you have any idea of what might be the cause? </p>
<p>Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing around with the Android Animation Framework by neha</title>
		<link>http://www.hascode.com/2010/09/playing-around-with-the-android-animation-framework/comment-page-1/#comment-4319</link>
		<dc:creator>neha</dc:creator>
		<pubDate>Tue, 16 Apr 2013 10:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=554#comment-4319</guid>
		<description>Very useful tutorial. Clearing all the concepts. Thank you so much for this tutorial.Looking forward for more tutorial like this on various topics of Android.</description>
		<content:encoded><![CDATA[<p>Very useful tutorial. Clearing all the concepts. Thank you so much for this tutorial.Looking forward for more tutorial like this on various topics of Android.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 7/34 queries in 0.034 seconds using disk: basic
Object Caching 503/531 objects using disk: basic

Served from: www.hascode.com @ 2013-06-20 06:10:12 -->