<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Kommentare für CloudMe Blog</title>
	
	<link>http://blog.cloudme.org</link>
	<description>Blog of the CloudMe Project by Moritz Petersen</description>
	<lastBuildDate>Sun, 27 Jun 2010 19:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/cloudme-comments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="cloudme-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Kommentar zu Mavenizing my project von Rusty Wright</title>
		<link>http://blog.cloudme.org/2010/04/mavenizing-my-project/comment-page-1/#comment-255</link>
		<dc:creator>Rusty Wright</dc:creator>
		<pubDate>Sun, 27 Jun 2010 19:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=99#comment-255</guid>
		<description>For your "subversion trouble" part, another thing you can do is, in eclipse, use the subversion repository view and move things around there.  I.e., commit and synchronize the project in the old layout, then open the subversion repository view in eclipse and rearrange it there; this avoids typing all those long subversion urls.  Then do a subversion update or synchronize; or, even better, just delete the project from eclipse and check it out again from subversion, in eclipse as a new project.  The latter is also a good sanity check that you can start from scratch and pull the project down from subversion and do a build.</description>
		<content:encoded><![CDATA[<p>For your &#8220;subversion trouble&#8221; part, another thing you can do is, in eclipse, use the subversion repository view and move things around there.  I.e., commit and synchronize the project in the old layout, then open the subversion repository view in eclipse and rearrange it there; this avoids typing all those long subversion urls.  Then do a subversion update or synchronize; or, even better, just delete the project from eclipse and check it out again from subversion, in eclipse as a new project.  The latter is also a good sanity check that you can start from scratch and pull the project down from subversion and do a build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Multiple return values as class? von Christian</title>
		<link>http://blog.cloudme.org/2010/01/multiple-return-values-as-class/comment-page-1/#comment-253</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 31 May 2010 08:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=71#comment-253</guid>
		<description>I included a Pair and Triple class in my projects and use them as typed return values. So its easy to return 2 or 3 values and the Generics offer some kind of type safety.</description>
		<content:encoded><![CDATA[<p>I included a Pair and Triple class in my projects and use them as typed return values. So its easy to return 2 or 3 values and the Generics offer some kind of type safety.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu First run Maven GAE Plugin von Moritz</title>
		<link>http://blog.cloudme.org/2010/01/first-run-maven-gae-plugin/comment-page-1/#comment-252</link>
		<dc:creator>Moritz</dc:creator>
		<pubDate>Fri, 28 May 2010 06:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=77#comment-252</guid>
		<description>Hi Ludovic,

the value of the gae.home property should be the absolute path of your GAE installation on your local machine. You have to put that property either in the USER_HOME/.m2/settings.xml (globally) or in your project's pom.xml. Check out http://www.sonatype.com/books/mvnref-book/reference/resource-filtering.html and http://blog.cloudme.org/2010/04/mavenizing-my-project/ as an example.

However, the latest releases of the GAE plugin have a very nice feature, which makes setting the gae.home property obsolete: with gae:unpack you can install GAE in your local Maven repository, no property settings required.</description>
		<content:encoded><![CDATA[<p>Hi Ludovic,</p>
<p>the value of the gae.home property should be the absolute path of your GAE installation on your local machine. You have to put that property either in the USER_HOME/.m2/settings.xml (globally) or in your project&#8217;s pom.xml. Check out <a href="http://www.sonatype.com/books/mvnref-book/reference/resource-filtering.html" rel="nofollow">http://www.sonatype.com/books/mvnref-book/reference/resource-filtering.html</a> and <a href="http://blog.cloudme.org/2010/04/mavenizing-my-project/" rel="nofollow">http://blog.cloudme.org/2010/04/mavenizing-my-project/</a> as an example.</p>
<p>However, the latest releases of the GAE plugin have a very nice feature, which makes setting the gae.home property obsolete: with gae:unpack you can install GAE in your local Maven repository, no property settings required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu First run Maven GAE Plugin von ludovic</title>
		<link>http://blog.cloudme.org/2010/01/first-run-maven-gae-plugin/comment-page-1/#comment-251</link>
		<dc:creator>ludovic</dc:creator>
		<pubDate>Fri, 28 May 2010 05:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=77#comment-251</guid>
		<description>Hi Moritz,

Could you please tell how you set up the gae.home property? 
What value do you put?

thank you
Ludovic</description>
		<content:encoded><![CDATA[<p>Hi Moritz,</p>
<p>Could you please tell how you set up the gae.home property?<br />
What value do you put?</p>
<p>thank you<br />
Ludovic</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Mavenizing my project von CloudMe Blog » Blog Archive » Creating iPhone webapps with Vaadin Touchkit</title>
		<link>http://blog.cloudme.org/2010/04/mavenizing-my-project/comment-page-1/#comment-237</link>
		<dc:creator>CloudMe Blog » Blog Archive » Creating iPhone webapps with Vaadin Touchkit</dc:creator>
		<pubDate>Tue, 20 Apr 2010 20:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=99#comment-237</guid>
		<description>[...] CloudMe Blog Blog of the CloudMe Project by Moritz Petersen      « Mavenizing my project [...]</description>
		<content:encoded><![CDATA[<p>[...] CloudMe Blog Blog of the CloudMe Project by Moritz Petersen      &laquo; Mavenizing my project [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Cache strategies for Google App Engine von Moritz</title>
		<link>http://blog.cloudme.org/2010/02/cache-strategies-for-google-app-engine/comment-page-1/#comment-161</link>
		<dc:creator>Moritz</dc:creator>
		<pubDate>Wed, 17 Mar 2010 19:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=79#comment-161</guid>
		<description>So far, my application works quite good and there are only few over quota exceptions, so I haven't looked at task queues yet… 
Why do I want to have the cache built up lazily? That's because I believe that I have a better control about the thumbnail creation process that way and don't need to worry about if a thumbnail was created or not. If I were storing thumbnails only in DB, then I had to handle errors with some custom retry mechanism or a combination of all sort of methods (including the one described in the post). So I decided to go with the simple solution.</description>
		<content:encoded><![CDATA[<p>So far, my application works quite good and there are only few over quota exceptions, so I haven&#8217;t looked at task queues yet…<br />
Why do I want to have the cache built up lazily? That&#8217;s because I believe that I have a better control about the thumbnail creation process that way and don&#8217;t need to worry about if a thumbnail was created or not. If I were storing thumbnails only in DB, then I had to handle errors with some custom retry mechanism or a combination of all sort of methods (including the one described in the post). So I decided to go with the simple solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Cache strategies for Google App Engine von Simon Luijk</title>
		<link>http://blog.cloudme.org/2010/02/cache-strategies-for-google-app-engine/comment-page-1/#comment-160</link>
		<dc:creator>Simon Luijk</dc:creator>
		<pubDate>Wed, 17 Mar 2010 19:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=79#comment-160</guid>
		<description>The task queue tasks are also killed at 30 seconds. You will have to break the task into smaller chunks. How about generating the thumbs when they are uploaded.</description>
		<content:encoded><![CDATA[<p>The task queue tasks are also killed at 30 seconds. You will have to break the task into smaller chunks. How about generating the thumbs when they are uploaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Upgrading Maven on Mac OS X von charl</title>
		<link>http://blog.cloudme.org/2009/09/upgrading-maven-on-mac-os-x/comment-page-1/#comment-97</link>
		<dc:creator>charl</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=32#comment-97</guid>
		<description>Thanks, worked like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks, worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Cache strategies for Google App Engine von Moritz</title>
		<link>http://blog.cloudme.org/2010/02/cache-strategies-for-google-app-engine/comment-page-1/#comment-96</link>
		<dc:creator>Moritz</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=79#comment-96</guid>
		<description>That is another good idea. However, I also like to reduce the number of datastore queries, and decided for memcache instead. I'm using a scheduled task to refresh the cache, but haven't looked at the task queue API yet.

There are two problems I'm dealing with when generating thumbnails: (1) The images service gets over quota quite quickly and (2) the scheduled task I've written so far (and which is using a brute-force approach) gets killed after 30 seconds. Maybe a task queue is a better solution.</description>
		<content:encoded><![CDATA[<p>That is another good idea. However, I also like to reduce the number of datastore queries, and decided for memcache instead. I&#8217;m using a scheduled task to refresh the cache, but haven&#8217;t looked at the task queue API yet.</p>
<p>There are two problems I&#8217;m dealing with when generating thumbnails: (1) The images service gets over quota quite quickly and (2) the scheduled task I&#8217;ve written so far (and which is using a brute-force approach) gets killed after 30 seconds. Maybe a task queue is a better solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Cache strategies for Google App Engine von Rusty Wright</title>
		<link>http://blog.cloudme.org/2010/02/cache-strategies-for-google-app-engine/comment-page-1/#comment-95</link>
		<dc:creator>Rusty Wright</dc:creator>
		<pubDate>Sun, 14 Feb 2010 22:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudme.org/?p=79#comment-95</guid>
		<description>Are you generating the thumbnails every time the page with a thumbnail is requested?  If so, instead, why not store the thumbnails in the GAE data store?  You could generate the thumbnails using the GAE task queue.</description>
		<content:encoded><![CDATA[<p>Are you generating the thumbnails every time the page with a thumbnail is requested?  If so, instead, why not store the thumbnails in the GAE data store?  You could generate the thumbnails using the GAE task queue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
