<?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 firdau.si</title>
	<atom:link href="http://blog.firdau.si/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.firdau.si</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 22 Apr 2011 19:09:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on &#9733; My First Safari Extension: Copy All Links by Kurt</title>
		<link>http://blog.firdau.si/2010/07/10/my-first-safari-extension-copy-all-links/#comment-270</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Fri, 22 Apr 2011 19:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=144#comment-270</guid>
		<description>Well using Windows 7 Ultimate and Safari 5.0.5 (7533.21.1) And with no other extensions.

After I highlight all the links, I right click and choose &#039;Copy All Links&#039;  a dialog box pops up, but it doesn&#039;t allow me to copy/paste copy or ctrl-a/ctrl-c/crtl-v anything...


What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Well using Windows 7 Ultimate and Safari 5.0.5 (7533.21.1) And with no other extensions.</p>
<p>After I highlight all the links, I right click and choose &#8216;Copy All Links&#8217;  a dialog box pops up, but it doesn&#8217;t allow me to copy/paste copy or ctrl-a/ctrl-c/crtl-v anything&#8230;</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#9733; State of Scala IDE on Eclipse by nanda</title>
		<link>http://blog.firdau.si/2011/01/28/state-of-scala-ide-on-eclipse/#comment-53</link>
		<dc:creator>nanda</dc:creator>
		<pubDate>Thu, 10 Feb 2011 08:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=222#comment-53</guid>
		<description>Hi Matt, thank you for the clarification.

Regarding the Scala formatter, I find that flexibility is really nice to have. People have different opinion about beautiful code.

Since Scala has so many syntactic-sugar, this flexibility becomes more important. Not all people will use all syntactic sugar. With flexibility, we can adjust the formatter for our own code style.</description>
		<content:encoded><![CDATA[<p>Hi Matt, thank you for the clarification.</p>
<p>Regarding the Scala formatter, I find that flexibility is really nice to have. People have different opinion about beautiful code.</p>
<p>Since Scala has so many syntactic-sugar, this flexibility becomes more important. Not all people will use all syntactic sugar. With flexibility, we can adjust the formatter for our own code style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#9733; State of Scala IDE on Eclipse by Matt R</title>
		<link>http://blog.firdau.si/2011/01/28/state-of-scala-ide-on-eclipse/#comment-52</link>
		<dc:creator>Matt R</dc:creator>
		<pubDate>Wed, 09 Feb 2011 21:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=222#comment-52</guid>
		<description>&gt; I still put a lot of hope with Scala IDE.

The project has recently started getting developer time from Martin Odersky&#039;s new Scala Solutions company, so hopefully things will improve faster.

&gt; No refactoring.

That&#039;s not quite true. There are some refactorings available -- certainly nowhere near as polished as those for Java, but good enough to be useful: extract method, inline, rename (mostly useful only for local variables right now) and organise imports.

&gt; Limited formatting options. Eclipse’s Java Formatter is the best
&gt; configurable formatter I’ve ever saw. This Scala formatter doesn’t even 
&gt; come near it.

That&#039;s certainly true. I&#039;m the author of Scalariform -- the Scala formatter library used by Eclipse. It&#039;s both a maturity thing and a philosophy thing. 

The philosophy is a bit different to that of the Eclipse Java formatter in that the intention is not to support a huge number of fine-grained options. So, for example, Eclipse lets you configure a space before commas in an explicit constructor call, but no spaces before commas in an object allocation argument. I don&#039;t think many users really want/need that level of granularity.

The intention is to support specific, larger-grained styles that people ask for, so if you want Scala IDE to format your code in a particular way not currently supported, please do log a request at Github (http://github.com/mdr/scalariform), and I&#039;ll see what I can do.</description>
		<content:encoded><![CDATA[<p>&gt; I still put a lot of hope with Scala IDE.</p>
<p>The project has recently started getting developer time from Martin Odersky&#8217;s new Scala Solutions company, so hopefully things will improve faster.</p>
<p>&gt; No refactoring.</p>
<p>That&#8217;s not quite true. There are some refactorings available &#8212; certainly nowhere near as polished as those for Java, but good enough to be useful: extract method, inline, rename (mostly useful only for local variables right now) and organise imports.</p>
<p>&gt; Limited formatting options. Eclipse’s Java Formatter is the best<br />
&gt; configurable formatter I’ve ever saw. This Scala formatter doesn’t even<br />
&gt; come near it.</p>
<p>That&#8217;s certainly true. I&#8217;m the author of Scalariform &#8212; the Scala formatter library used by Eclipse. It&#8217;s both a maturity thing and a philosophy thing. </p>
<p>The philosophy is a bit different to that of the Eclipse Java formatter in that the intention is not to support a huge number of fine-grained options. So, for example, Eclipse lets you configure a space before commas in an explicit constructor call, but no spaces before commas in an object allocation argument. I don&#8217;t think many users really want/need that level of granularity.</p>
<p>The intention is to support specific, larger-grained styles that people ask for, so if you want Scala IDE to format your code in a particular way not currently supported, please do log a request at Github (<a href="http://github.com/mdr/scalariform" rel="nofollow">http://github.com/mdr/scalariform</a>), and I&#8217;ll see what I can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#9733; Hello World… Using Spring Roo 1.1.0M1 under STS 2.3.3M1 by Stanley</title>
		<link>http://blog.firdau.si/2010/07/01/hello-world-using-spring-roo-1-1-0m1-under-sts-2-3-3m1/#comment-14</link>
		<dc:creator>Stanley</dc:creator>
		<pubDate>Tue, 28 Dec 2010 09:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=28#comment-14</guid>
		<description>It works.</description>
		<content:encoded><![CDATA[<p>It works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#9733; Hello World… Using Spring Roo 1.1.0M1 under STS 2.3.3M1 by Stanley</title>
		<link>http://blog.firdau.si/2010/07/01/hello-world-using-spring-roo-1-1-0m1-under-sts-2-3-3m1/#comment-13</link>
		<dc:creator>Stanley</dc:creator>
		<pubDate>Mon, 27 Dec 2010 01:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=28#comment-13</guid>
		<description>P.S. I use GWT 2.1.1. Beside the error I get a lot of errors at validating newly compiled units (in Eclipse in Development Mode tab for Web Apps):

Errors in &#039;jar:file:/C:/Galileo/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/client/impl/AbstractClientRequestFactory.java&#039;
 Line 29: The constructor DefaultRequestTransport() is undefined

Errors in &#039;jar:file:/C:/Galileo/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/DefaultProxyStore.java&#039;
Line 37: No source code is available for type com.google.gwt.autobean.shared.AutoBean; did you forget to inherit a required module?
 Line 38: No source code is available for type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a required module?
 Line 60: No source code is available for type com.google.gwt.autobean.shared.AutoBeanCodex; did you forget to inherit a required module?
...</description>
		<content:encoded><![CDATA[<p>P.S. I use GWT 2.1.1. Beside the error I get a lot of errors at validating newly compiled units (in Eclipse in Development Mode tab for Web Apps):</p>
<p>Errors in &#8216;jar:file:/C:/Galileo/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/client/impl/AbstractClientRequestFactory.java&#8217;<br />
 Line 29: The constructor DefaultRequestTransport() is undefined</p>
<p>Errors in &#8216;jar:file:/C:/Galileo/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/DefaultProxyStore.java&#8217;<br />
Line 37: No source code is available for type com.google.gwt.autobean.shared.AutoBean; did you forget to inherit a required module?<br />
 Line 38: No source code is available for type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a required module?<br />
 Line 60: No source code is available for type com.google.gwt.autobean.shared.AutoBeanCodex; did you forget to inherit a required module?<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#9733; Hello World… Using Spring Roo 1.1.0M1 under STS 2.3.3M1 by Stanley</title>
		<link>http://blog.firdau.si/2010/07/01/hello-world-using-spring-roo-1-1-0m1-under-sts-2-3-3m1/#comment-12</link>
		<dc:creator>Stanley</dc:creator>
		<pubDate>Mon, 27 Dec 2010 01:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=28#comment-12</guid>
		<description>Hi,

first thank you very much for your blog.
A small detail: in the point 9. it lacks in &quot;CHECK IN Use Google Web Tool Kit&quot; after &quot;select Google -&gt; Web Toolkit Settings…&quot;.

After I start this project as Web Application, I get already in Browser an error:
&quot;Error: Server Error: Entity manager has not been injected (is the Spring Aspects JAR configured as an AJC/AJDT aspects library?)&quot;. How can I solve it?

Thank you in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>first thank you very much for your blog.<br />
A small detail: in the point 9. it lacks in &#8220;CHECK IN Use Google Web Tool Kit&#8221; after &#8220;select Google -&gt; Web Toolkit Settings…&#8221;.</p>
<p>After I start this project as Web Application, I get already in Browser an error:<br />
&#8220;Error: Server Error: Entity manager has not been injected (is the Spring Aspects JAR configured as an AJC/AJDT aspects library?)&#8221;. How can I solve it?</p>
<p>Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#9733; Java Tips: Memory Optimization for String by Name</title>
		<link>http://blog.firdau.si/2009/01/06/java-tips-memory-optimization-for-string/#comment-2</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Thu, 22 Jul 2010 09:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=70#comment-2</guid>
		<description>except that intern() doesn&#039;t use the head but some other memory (perm space). So if you don&#039;t have a lot a perm space you can have not enough memory.</description>
		<content:encoded><![CDATA[<p>except that intern() doesn&#8217;t use the head but some other memory (perm space). So if you don&#8217;t have a lot a perm space you can have not enough memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#9733; My First Safari Extension: Copy All Links by nanda</title>
		<link>http://blog.firdau.si/2010/07/10/my-first-safari-extension-copy-all-links/#comment-25</link>
		<dc:creator>nanda</dc:creator>
		<pubDate>Fri, 16 Jul 2010 04:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=144#comment-25</guid>
		<description>No, you should get a dialog where you can copy the links from. Safari doesn&#039;t allow access to clipboard, unfortunetely :(</description>
		<content:encoded><![CDATA[<p>No, you should get a dialog where you can copy the links from. Safari doesn&#8217;t allow access to clipboard, unfortunetely <img src='http://blog.firdau.si/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#9733; My First Safari Extension: Copy All Links by hcabbos</title>
		<link>http://blog.firdau.si/2010/07/10/my-first-safari-extension-copy-all-links/#comment-24</link>
		<dc:creator>hcabbos</dc:creator>
		<pubDate>Fri, 16 Jul 2010 01:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=144#comment-24</guid>
		<description>Shouldn&#039;t the text be copied to the Mac pasteboard? After clicking OK and then opening a TextEdit document to paste into, the links aren&#039;t be pasted. I&#039;ve tried this with just 3-4 links and paragraphs containing 20 or more links also and it doesn&#039;t work either way.

Mac OS X 10.5.8
PowerMac G4
1.5 gig RAM</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t the text be copied to the Mac pasteboard? After clicking OK and then opening a TextEdit document to paste into, the links aren&#8217;t be pasted. I&#8217;ve tried this with just 3-4 links and paragraphs containing 20 or more links also and it doesn&#8217;t work either way.</p>
<p>Mac OS X 10.5.8<br />
PowerMac G4<br />
1.5 gig RAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#9733; Limit Your Access to Java API for More Productivity by nanda</title>
		<link>http://blog.firdau.si/2010/07/07/limit-your-access-to-java-api-for-more-productivity/#comment-20</link>
		<dc:creator>nanda</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firdau.si/?p=112#comment-20</guid>
		<description>Thanks David!</description>
		<content:encoded><![CDATA[<p>Thanks David!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

