<?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 Gridshore</title>
	<atom:link href="http://www.gridshore.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Tue, 11 Jun 2013 23:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Why Spring Roo is not my thing by Andrew</title>
		<link>http://www.gridshore.nl/2009/06/11/why-spring-roo-is-not-my-thing/#comment-31729</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 11 Jun 2013 23:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=807#comment-31729</guid>
		<description><![CDATA[I agree with Greg&#039;s take on the generated UI.  It might help you populate your data early on but it is hard to understand.  I use Roo for the data access layer and for REST.  For the front end I&#039;m using Backbone/Marionette.js with talkes to REST quite well.

Andrew]]></description>
		<content:encoded><![CDATA[<p>I agree with Greg&#8217;s take on the generated UI.  It might help you populate your data early on but it is hard to understand.  I use Roo for the data access layer and for REST.  For the front end I&#8217;m using Backbone/Marionette.js with talkes to REST quite well.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring application context loading tricks by Spring Security &#8211; The big stuff &#171; William Rey</title>
		<link>http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/#comment-31487</link>
		<dc:creator>Spring Security &#8211; The big stuff &#171; William Rey</dc:creator>
		<pubDate>Sun, 10 Feb 2013 18:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/#comment-31487</guid>
		<description><![CDATA[[...] files (one for DAOs, one for database configuration, one for beans including for services, see this post for details). Then I have added a applicationContext-security.xml file in my [...]]]></description>
		<content:encoded><![CDATA[<p>[...] files (one for DAOs, one for database configuration, one for beans including for services, see this post for details). Then I have added a applicationContext-security.xml file in my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting to Linkedin using spring-social by Mudasser Hassan</title>
		<link>http://www.gridshore.nl/2010/11/04/connecting-to-linkedin-using-spring-social/#comment-31463</link>
		<dc:creator>Mudasser Hassan</dc:creator>
		<pubDate>Fri, 25 Jan 2013 10:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1092#comment-31463</guid>
		<description><![CDATA[Hi,

Well, its very old thread but I need some help if someone is following this thread.

I download the source code from this link:
https://github.com/SpringSource/spring-net-social-linkedin

and in this project, I am running &quot;Spring.MvcQuickStart&quot; under examples directory (https://github.com/SpringSource/spring-net-social-linkedin/tree/master/examples/Spring.MvcQuickStart). It works pretty well but I dont know how to get user&#039;s email. I need to know how can I get user&#039;s email in the controller given at this link (https://github.com/SpringSource/spring-net-social-linkedin/blob/master/examples/Spring.MvcQuickStart/Spring.MvcQuickStart/Controllers/LinkedInController.cs)

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Well, its very old thread but I need some help if someone is following this thread.</p>
<p>I download the source code from this link:<br />
<a href="https://github.com/SpringSource/spring-net-social-linkedin" rel="nofollow">https://github.com/SpringSource/spring-net-social-linkedin</a></p>
<p>and in this project, I am running &#8220;Spring.MvcQuickStart&#8221; under examples directory (<a href="https://github.com/SpringSource/spring-net-social-linkedin/tree/master/examples/Spring.MvcQuickStart" rel="nofollow">https://github.com/SpringSource/spring-net-social-linkedin/tree/master/examples/Spring.MvcQuickStart</a>). It works pretty well but I dont know how to get user&#8217;s email. I need to know how can I get user&#8217;s email in the controller given at this link (<a href="https://github.com/SpringSource/spring-net-social-linkedin/blob/master/examples/Spring.MvcQuickStart/Spring.MvcQuickStart/Controllers/LinkedInController.cs" rel="nofollow">https://github.com/SpringSource/spring-net-social-linkedin/blob/master/examples/Spring.MvcQuickStart/Spring.MvcQuickStart/Controllers/LinkedInController.cs</a>)</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cleaning up artifactory with a groovy script by Neil McMillan</title>
		<link>http://www.gridshore.nl/2011/10/03/cleaning-up-artifactory-with-a-groovy-script/#comment-31442</link>
		<dc:creator>Neil McMillan</dc:creator>
		<pubDate>Thu, 20 Dec 2012 16:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1192#comment-31442</guid>
		<description><![CDATA[This has been a very useful starting point. Thank you. However, I have run into an authentication problem and I was wondering if you could please help?

Anonymous users aren&#039;t allowed to delete stuff, so I added server.auth.basic &quot;username&quot;, &quot;password&quot; just after the creation of the RESTClient. Nevertheless, I get this permissions error:
&gt; groovyx.net.http.HttpResponseException: Not enough permissions to overwrite artifact &#039;my-repo-local:org/Junk/0.1.0.0&#039; (user &#039;anonymous&#039; needs DELETE permission).

Clearly it isn&#039;t using the credentials I have supplied. There are no useful logs on Artifactory. And when looking at the Gradle debug logs I don&#039;t see anything suggesting that the server is requesting authentication, or that the client is providing it.

Any suggestions would be much appreciated.

Thanks,
Neil]]></description>
		<content:encoded><![CDATA[<p>This has been a very useful starting point. Thank you. However, I have run into an authentication problem and I was wondering if you could please help?</p>
<p>Anonymous users aren&#8217;t allowed to delete stuff, so I added server.auth.basic &#8220;username&#8221;, &#8220;password&#8221; just after the creation of the RESTClient. Nevertheless, I get this permissions error:<br />
&gt; groovyx.net.http.HttpResponseException: Not enough permissions to overwrite artifact &#8216;my-repo-local:org/Junk/0.1.0.0&#8242; (user &#8216;anonymous&#8217; needs DELETE permission).</p>
<p>Clearly it isn&#8217;t using the credentials I have supplied. There are no useful logs on Artifactory. And when looking at the Gradle debug logs I don&#8217;t see anything suggesting that the server is requesting authentication, or that the client is providing it.</p>
<p>Any suggestions would be much appreciated.</p>
<p>Thanks,<br />
Neil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cleaning up artifactory with a groovy script by Tomek Kaczanowski</title>
		<link>http://www.gridshore.nl/2011/10/03/cleaning-up-artifactory-with-a-groovy-script/#comment-31426</link>
		<dc:creator>Tomek Kaczanowski</dc:creator>
		<pubDate>Tue, 06 Nov 2012 09:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1192#comment-31426</guid>
		<description><![CDATA[I&#039;m working on a similar task (removing all artifacts older than X months) and your post helped me a lot to start. Thanks!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m working on a similar task (removing all artifacts older than X months) and your post helped me a lot to start. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting to Linkedin using spring-social by cloud4j</title>
		<link>http://www.gridshore.nl/2010/11/04/connecting-to-linkedin-using-spring-social/#comment-31411</link>
		<dc:creator>cloud4j</dc:creator>
		<pubDate>Wed, 08 Aug 2012 18:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1092#comment-31411</guid>
		<description><![CDATA[Great post - Thank you.  One question, I am able to get my LinkedIn account connected but when I go to post a status update I get a 405 error.  Here is the code:

            String messsage = &quot;test&quot;;
            Connection linkedInConnection = repository.findPrimaryConnection(LinkedIn.class);
            LinkedIn linkedIn = linkedInConnection.getApi();
            linkedIn.networkUpdateOperations().createNetworkUpdate(message);


I believe I need to pass over a scope of rw_nus when establishing the connection (I read through https://developer.linkedin.com/documents/authentication).  I have tried that but still no luck.  Note that I am able to pass the scope parameter in for Facebook and Twitter and it seems to work fine ... but I can&#039;t seem to give my App the right permission for network / status updates.   Here is my JSP:

        &lt;form action=&quot;&quot; method=&quot;POST&quot;&gt;
            Authorize LinkedIn Connection
                        
        

Any thoughts?]]></description>
		<content:encoded><![CDATA[<p>Great post &#8211; Thank you.  One question, I am able to get my LinkedIn account connected but when I go to post a status update I get a 405 error.  Here is the code:</p>
<p>            String messsage = &#8220;test&#8221;;<br />
            Connection linkedInConnection = repository.findPrimaryConnection(LinkedIn.class);<br />
            LinkedIn linkedIn = linkedInConnection.getApi();<br />
            linkedIn.networkUpdateOperations().createNetworkUpdate(message);</p>
<p>I believe I need to pass over a scope of rw_nus when establishing the connection (I read through <a href="https://developer.linkedin.com/documents/authentication" rel="nofollow">https://developer.linkedin.com/documents/authentication</a>).  I have tried that but still no luck.  Note that I am able to pass the scope parameter in for Facebook and Twitter and it seems to work fine &#8230; but I can&#8217;t seem to give my App the right permission for network / status updates.   Here is my JSP:</p>
<p>        &lt;form action=&quot;&#8221; method=&#8221;POST&#8221;&gt;<br />
            Authorize LinkedIn Connection</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node.js on my new Synology by jettro</title>
		<link>http://www.gridshore.nl/2011/04/04/installing-node-js-on-my-new-synology/#comment-31410</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Fri, 03 Aug 2012 22:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1149#comment-31410</guid>
		<description><![CDATA[Sorry, I am afraid I cannot help you. All my memory is in this blogpost. To be honest, I do not use the system like this anymore. So I cannot have a look at the config any longer. Could the problem be in 64 bit and not installing the 64 bit ssl package?]]></description>
		<content:encoded><![CDATA[<p>Sorry, I am afraid I cannot help you. All my memory is in this blogpost. To be honest, I do not use the system like this anymore. So I cannot have a look at the config any longer. Could the problem be in 64 bit and not installing the 64 bit ssl package?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node.js on my new Synology by Benji</title>
		<link>http://www.gridshore.nl/2011/04/04/installing-node-js-on-my-new-synology/#comment-31409</link>
		<dc:creator>Benji</dc:creator>
		<pubDate>Wed, 25 Jul 2012 07:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1149#comment-31409</guid>
		<description><![CDATA[Hi,
tried to follow your article but i always fail on make...
Seems to be the dependancy wtih openssl that fail.
Don&#039;t know why.

  CC(target) /root/node/out/Release/obj.target/openssl/deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.o
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c: In function &#039;bn_mul_add_words&#039;:
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:117: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:117: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:117: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:118: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:118: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:118: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:119: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:119: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:119: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:120: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:120: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:120: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:125: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:125: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:125: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:126: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:126: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:126: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:127: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:127: error: impossible constraint in &#039;asm&#039;
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:127: error: impossible constraint in &#039;asm&#039;
make[1]: *** [/root/node/out/Release/obj.target/openssl/deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.o] Error 1
make[1]: Leaving directory `/root/node/out&#039;
make: *** [node] Error 2]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
tried to follow your article but i always fail on make&#8230;<br />
Seems to be the dependancy wtih openssl that fail.<br />
Don&#8217;t know why.</p>
<p>  CC(target) /root/node/out/Release/obj.target/openssl/deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.o<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c: In function &#8216;bn_mul_add_words&#8217;:<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:117: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:117: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:117: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:118: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:118: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:118: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:119: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:119: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:119: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:120: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:120: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:120: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:125: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:125: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:125: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:126: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:126: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:126: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:127: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:127: error: impossible constraint in &#8216;asm&#8217;<br />
../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:127: error: impossible constraint in &#8216;asm&#8217;<br />
make[1]: *** [/root/node/out/Release/obj.target/openssl/deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.o] Error 1<br />
make[1]: Leaving directory `/root/node/out&#8217;<br />
make: *** [node] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node.js on my new Synology by Lauszus</title>
		<link>http://www.gridshore.nl/2011/04/04/installing-node-js-on-my-new-synology/#comment-31408</link>
		<dc:creator>Lauszus</dc:creator>
		<pubDate>Tue, 24 Jul 2012 19:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1149#comment-31408</guid>
		<description><![CDATA[Hi all,
First of all: Thanks jettro for this small guide!
I succesfully installed node.js on my arm based DS211j running DSM 4.0-2228.
I have posted a list of the steps I had to do for it to work at the Synology forum: http://forum.synology.com/enu/viewtopic.php?f=20&amp;t=52538&amp;p=207904#p207904

Regards
Lauszus]]></description>
		<content:encoded><![CDATA[<p>Hi all,<br />
First of all: Thanks jettro for this small guide!<br />
I succesfully installed node.js on my arm based DS211j running DSM 4.0-2228.<br />
I have posted a list of the steps I had to do for it to work at the Synology forum: <a href="http://forum.synology.com/enu/viewtopic.php?f=20&#038;t=52538&#038;p=207904#p207904" rel="nofollow">http://forum.synology.com/enu/viewtopic.php?f=20&#038;t=52538&#038;p=207904#p207904</a></p>
<p>Regards<br />
Lauszus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First steps with vert.x: creating a WebSocket sample by Primož Skale</title>
		<link>http://www.gridshore.nl/2012/06/03/first-steps-with-vert-x-creating-a-websocket-sample/#comment-31407</link>
		<dc:creator>Primož Skale</dc:creator>
		<pubDate>Thu, 19 Jul 2012 12:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1235#comment-31407</guid>
		<description><![CDATA[Thank you for a very interesting article. It did clarify some missing items around vert.x (for beginners, that is :)).

I tested AppSocket, and was amazed how browser just receives data from the server when entries are added to Mongo db. 

Then I opened Mongo shell and wrote:

&lt;code&gt;for(var i=0; i&lt; 1000; i++) {  db.tradeExecutedEntry.insert({companyName: i, tradeCount: i, tradePrice: i});
}
&lt;/code&gt;

The first 100 or so entries showed in browser and then the Command Prompt printed out the following message:

[vert.x-worker-thread-13] 14:48:55,779 WARNING [deployment-a32047ba-084a-4541-b9
91-84e272ebf123-0]  &lt;b&gt;Closing DB cursor on timeout
&lt;/b&gt;

Do you have any idea what has happened?

But thanks again for a great article, it was a nice read...]]></description>
		<content:encoded><![CDATA[<p>Thank you for a very interesting article. It did clarify some missing items around vert.x (for beginners, that is <img src='http://www.gridshore.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>I tested AppSocket, and was amazed how browser just receives data from the server when entries are added to Mongo db. </p>
<p>Then I opened Mongo shell and wrote:</p>
<p><code>for(var i=0; i&lt; 1000; i++) {  db.tradeExecutedEntry.insert({companyName: i, tradeCount: i, tradePrice: i});<br />
}<br />
</code></p>
<p>The first 100 or so entries showed in browser and then the Command Prompt printed out the following message:</p>
<p>[vert.x-worker-thread-13] 14:48:55,779 WARNING [deployment-a32047ba-084a-4541-b9<br />
91-84e272ebf123-0]  <b>Closing DB cursor on timeout<br />
</b></p>
<p>Do you have any idea what has happened?</p>
<p>But thanks again for a great article, it was a nice read&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
