<?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>Reacties voor Luminis Software Development</title>
	<atom:link href="http://lsd.luminis.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lsd.luminis.nl</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 20:17:45 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Reactie op Building iPad applications using MonoTouch: the UISplitView door CK</title>
		<link>http://lsd.luminis.nl/building-ipad-applications-using-monotouch-the-uisplitview/comment-page-1/#comment-8230</link>
		<dc:creator>CK</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=625#comment-8230</guid>
		<description>Great post, this just solved a few problems for me so thanks for posting it.</description>
		<content:encoded><![CDATA[<p>Great post, this just solved a few problems for me so thanks for posting it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op &#8220;top threads&#8221; plugin for JConsole door Aravindhan</title>
		<link>http://lsd.luminis.nl/top-threads-plugin-for-jconsole/comment-page-1/#comment-8102</link>
		<dc:creator>Aravindhan</dc:creator>
		<pubDate>Fri, 25 Jun 2010 06:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.net/?p=153#comment-8102</guid>
		<description>The Java thread id is available in the java.lang.management.ThreadInfo but there seems to be no way to get the nid (Native Thread ID ) for a Java thread - is there any way to do this from Java code?

Following are my use case,

When CPU utilization of a m/c is too high due to a java application, I can get the exact problematic thread by using following command in linux,

top -b -H -n1 -d1 &#124; head -n 20

The PID listed in the above command is directly mapped to native id. I can easily identify the problematic trace which causing high cpu by converting PID to HEX and match it in the thread dump. For easy debugging, I would like to high light the problematic thread trace which taken using JMX.

Is there any way to get native ID from JMX ? or any other work around to get native ID....

I greatly appreciate your help on the above requirement.</description>
		<content:encoded><![CDATA[<p>The Java thread id is available in the java.lang.management.ThreadInfo but there seems to be no way to get the nid (Native Thread ID ) for a Java thread &#8211; is there any way to do this from Java code?</p>
<p>Following are my use case,</p>
<p>When CPU utilization of a m/c is too high due to a java application, I can get the exact problematic thread by using following command in linux,</p>
<p>top -b -H -n1 -d1 | head -n 20</p>
<p>The PID listed in the above command is directly mapped to native id. I can easily identify the problematic trace which causing high cpu by converting PID to HEX and match it in the thread dump. For easy debugging, I would like to high light the problematic thread trace which taken using JMX.</p>
<p>Is there any way to get native ID from JMX ? or any other work around to get native ID&#8230;.</p>
<p>I greatly appreciate your help on the above requirement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Using GWT to create an OSGi-aware web application door Maven and OSGi Roundup &#171; Knowledge Networks</title>
		<link>http://lsd.luminis.nl/using-gwt-to-create-an-osgi-aware-web-application/comment-page-1/#comment-7790</link>
		<dc:creator>Maven and OSGi Roundup &#171; Knowledge Networks</dc:creator>
		<pubDate>Thu, 17 Jun 2010 23:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.net/?p=217#comment-7790</guid>
		<description>[...] Example GWT Application in a OSGi bundle Possibly related posts: (automatically generated)Java Modularity Tutorials (OSGi, Declarative Services and Maven)Build and Dependency Management: Lean MavenCreating Runtime Environments for OSGi Declarative Services in EclipseBook Released – Apache Maven 2: Effective Implementation [...]</description>
		<content:encoded><![CDATA[<p>[...] Example GWT Application in a OSGi bundle Possibly related posts: (automatically generated)Java Modularity Tutorials (OSGi, Declarative Services and Maven)Build and Dependency Management: Lean MavenCreating Runtime Environments for OSGi Declarative Services in EclipseBook Released – Apache Maven 2: Effective Implementation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Building iPhone applications using MonoTouch, part 4: the UISearchDisplayController door Stefan</title>
		<link>http://lsd.luminis.nl/building-iphone-applications-using-monotouch-part-4-the-uisearchdisplaycontroller/comment-page-1/#comment-7661</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 15 Jun 2010 09:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=415#comment-7661</guid>
		<description>Hi Richard,

thanks a loooot for your help - it&#039;s really appreciated!

Best regards,

Stefan</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>thanks a loooot for your help &#8211; it&#8217;s really appreciated!</p>
<p>Best regards,</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Building iPhone applications using MonoTouch, part 4: the UISearchDisplayController door Richard de Zwart</title>
		<link>http://lsd.luminis.nl/building-iphone-applications-using-monotouch-part-4-the-uisearchdisplaycontroller/comment-page-1/#comment-7660</link>
		<dc:creator>Richard de Zwart</dc:creator>
		<pubDate>Tue, 15 Jun 2010 09:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=415#comment-7660</guid>
		<description>After trying the same sample in XCode, I found out that you have to set the &quot;Localization native development region&quot; to &quot;Dutch&quot; or &quot;German&quot; or whatever pleases you. 
In MonoTouch you must add this property to the Info.plist. Double-click this file to open up the Property List Editor and then click the &quot;Add Child&quot; button to select the right property.</description>
		<content:encoded><![CDATA[<p>After trying the same sample in XCode, I found out that you have to set the &#8220;Localization native development region&#8221; to &#8220;Dutch&#8221; or &#8220;German&#8221; or whatever pleases you.<br />
In MonoTouch you must add this property to the Info.plist. Double-click this file to open up the Property List Editor and then click the &#8220;Add Child&#8221; button to select the right property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Building iPhone applications using MonoTouch, part 4: the UISearchDisplayController door Richard de Zwart</title>
		<link>http://lsd.luminis.nl/building-iphone-applications-using-monotouch-part-4-the-uisearchdisplaycontroller/comment-page-1/#comment-7636</link>
		<dc:creator>Richard de Zwart</dc:creator>
		<pubDate>Mon, 14 Jun 2010 11:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=415#comment-7636</guid>
		<description>I tried the i18n options (as described at http://monotouch.net/Documentation/Internationalization), but that did not give the expected result. I used &quot;west&quot; since that contains the 1252 code page.
But code pages are about characters anyway, and not about the language itself. So the UISearchDisplayController should have some way to indicatie that it should load the &quot;No results&quot; text from a different bundle.</description>
		<content:encoded><![CDATA[<p>I tried the i18n options (as described at <a href="http://monotouch.net/Documentation/Internationalization)" rel="nofollow">http://monotouch.net/Documentation/Internationalization)</a>, but that did not give the expected result. I used &#8220;west&#8221; since that contains the 1252 code page.<br />
But code pages are about characters anyway, and not about the language itself. So the UISearchDisplayController should have some way to indicatie that it should load the &#8220;No results&#8221; text from a different bundle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Building iPhone applications using MonoTouch, part 4: the UISearchDisplayController door Richard de Zwart</title>
		<link>http://lsd.luminis.nl/building-iphone-applications-using-monotouch-part-4-the-uisearchdisplaycontroller/comment-page-1/#comment-7634</link>
		<dc:creator>Richard de Zwart</dc:creator>
		<pubDate>Mon, 14 Jun 2010 08:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=415#comment-7634</guid>
		<description>Stefan wrote (at another of my blog posts):
hi,

why do you get the localized message for &quot;no results&quot;? I would like to have the german version there... but I get &quot;no results&quot; - do you know what i have to do?

thanks a lot,

stefan

======================

@Stefan: I have to disappoint you. I have not yet looked into internationalization on the iPhone. 
In the sample image I added to the article, I took a snapshot from the iTunes app. Apparently that application is locale-aware.
When you go to Project Settings in MonoDevelop, there is an option I18n (which is short for internationalization) that lets you add language-assemblies. I could not get that working yet, but maybe it helps you.</description>
		<content:encoded><![CDATA[<p>Stefan wrote (at another of my blog posts):<br />
hi,</p>
<p>why do you get the localized message for &#8220;no results&#8221;? I would like to have the german version there&#8230; but I get &#8220;no results&#8221; &#8211; do you know what i have to do?</p>
<p>thanks a lot,</p>
<p>stefan</p>
<p>======================</p>
<p>@Stefan: I have to disappoint you. I have not yet looked into internationalization on the iPhone.<br />
In the sample image I added to the article, I took a snapshot from the iTunes app. Apparently that application is locale-aware.<br />
When you go to Project Settings in MonoDevelop, there is an option I18n (which is short for internationalization) that lets you add language-assemblies. I could not get that working yet, but maybe it helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Building iPhone applications using MonoTouch, part 1 : Application Structure door Stefan</title>
		<link>http://lsd.luminis.nl/building-iphone-applications-using-monotouch-1/comment-page-1/#comment-7609</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Sun, 13 Jun 2010 19:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=365#comment-7609</guid>
		<description>hi,

why do you get the localized message for &quot;no results&quot;? I would like to have the german version there... but I get &quot;no results&quot; - do you know what i have to do?

thanks a lot,

stefan</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>why do you get the localized message for &#8220;no results&#8221;? I would like to have the german version there&#8230; but I get &#8220;no results&#8221; &#8211; do you know what i have to do?</p>
<p>thanks a lot,</p>
<p>stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Presentaties AgileMDD kennissessie &#8211; 30 maart 2010 door Angelo Hulshout</title>
		<link>http://lsd.luminis.nl/agilemdd-300310/comment-page-1/#comment-7320</link>
		<dc:creator>Angelo Hulshout</dc:creator>
		<pubDate>Mon, 07 Jun 2010 09:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=759#comment-7320</guid>
		<description>Kort na CG2010 publiceert Bits &amp; Chips een artikel van mij over trends in modelgedreven ontwikkeling. Alle inputs en ideeën zijn welkom. 

Zie hier voor meer informatie: http://www.hulshout.nl/?p=468

En voor wie naar CG2010 komt en graag alsnog iets wil vertellen, het is nog tot op de conferentie zelf mogelijk om je aan te melden voor een Birds-of-a-Feather of Lightning-Talk: http://www.modeldrivensoftware.net/forum</description>
		<content:encoded><![CDATA[<p>Kort na CG2010 publiceert Bits &amp; Chips een artikel van mij over trends in modelgedreven ontwikkeling. Alle inputs en ideeën zijn welkom. </p>
<p>Zie hier voor meer informatie: <a href="http://www.hulshout.nl/?p=468" rel="nofollow">http://www.hulshout.nl/?p=468</a></p>
<p>En voor wie naar CG2010 komt en graag alsnog iets wil vertellen, het is nog tot op de conferentie zelf mogelijk om je aan te melden voor een Birds-of-a-Feather of Lightning-Talk: <a href="http://www.modeldrivensoftware.net/forum" rel="nofollow">http://www.modeldrivensoftware.net/forum</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op FitNesse and OSGi door Tweets die vermelden FitNesse and OSGi « luminis Software Development -- Topsy.com</title>
		<link>http://lsd.luminis.nl/fitnesse-and-osgi/comment-page-1/#comment-6659</link>
		<dc:creator>Tweets die vermelden FitNesse and OSGi « luminis Software Development -- Topsy.com</dc:creator>
		<pubDate>Tue, 25 May 2010 22:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://lsd.luminis.nl/?p=901#comment-6659</guid>
		<description>[...] Dit blogartikel was vermeld op Twitter door Angelo vd Sijpt, Marcel Offermans. Marcel Offermans heeft gezegd: RT @_angelos I like to connect stuff to OSGi, like GWT http://bit.ly/9yokAV. This time, FitNesse! http://bit.ly/9XVROV &lt;-- interesting read! [...]</description>
		<content:encoded><![CDATA[<p>[...] Dit blogartikel was vermeld op Twitter door Angelo vd Sijpt, Marcel Offermans. Marcel Offermans heeft gezegd: RT @_angelos I like to connect stuff to OSGi, like GWT <a href="http://bit.ly/9yokAV" rel="nofollow">http://bit.ly/9yokAV</a>. This time, FitNesse! <a href="http://bit.ly/9XVROV" rel="nofollow">http://bit.ly/9XVROV</a> &lt;&#8211; interesting read! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
