<?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>Kommentare für Forkbomb Blog</title>
	<atom:link href="http://forkbomb-blog.de/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://forkbomb-blog.de</link>
	<description>Random IT Thoughts &#38; Tutorials</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:38:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Kommentar zu Applescript for generating Random UUID von Andy</title>
		<link>http://forkbomb-blog.de/2011/applescript-for-generating-random-uuid/comment-page-1#comment-96</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 02 Feb 2012 10:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=253#comment-96</guid>
		<description>Thank you ! :)</description>
		<content:encoded><![CDATA[<p>Thank you ! <img src='http://forkbomb-blog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Time consuming processes with Seam, Richfaces a4j:poll and Quartz von Guerios</title>
		<link>http://forkbomb-blog.de/2011/time-consuming-processes-with-seam-richfaces-a4jpoll-and-quartz/comment-page-1#comment-94</link>
		<dc:creator>Guerios</dc:creator>
		<pubDate>Wed, 11 Jan 2012 00:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=216#comment-94</guid>
		<description>It is necessary to inform that the bijection context is obviusly unavailable in assync methods, so if you want to get some stuff from the client to send to the assync method you must pass it the traditional method param way, and not via @In.

Without this info, this and other tutorials can be misleading for some less experienced in seam.

&quot;The asynchronous method is processed in a fresh event context, and has no access to the session or conversation context state of the caller. However, the business process context is propagated.&quot;</description>
		<content:encoded><![CDATA[<p>It is necessary to inform that the bijection context is obviusly unavailable in assync methods, so if you want to get some stuff from the client to send to the assync method you must pass it the traditional method param way, and not via @In.</p>
<p>Without this info, this and other tutorials can be misleading for some less experienced in seam.</p>
<p>&#8220;The asynchronous method is processed in a fresh event context, and has no access to the session or conversation context state of the caller. However, the business process context is propagated.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Maven Projekt mit JDK 1.6 kompilieren von Thomas Wenzlaff</title>
		<link>http://forkbomb-blog.de/2010/maven-projekt-mit-jdk-1-6-kompilieren/comment-page-1#comment-92</link>
		<dc:creator>Thomas Wenzlaff</dc:creator>
		<pubDate>Sun, 27 Nov 2011 20:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=103#comment-92</guid>
		<description>Dies Plugin verwende ich auch!</description>
		<content:encoded><![CDATA[<p>Dies Plugin verwende ich auch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu In-Memory Database for Seam TestNG Tests von Dominik</title>
		<link>http://forkbomb-blog.de/2011/in-memory-database-for-seam-testng-tests/comment-page-1#comment-79</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Tue, 08 Nov 2011 00:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=191#comment-79</guid>
		<description>I used seam-gen to generate my project skeleton. When running the ant test target, the persistence-test.xml will be deployed as persistence.xml for the test. A good place to get started with seam-gen is here: http://docs.jboss.org/seam/latest/reference/en-US/html/gettingstarted.html#d0e2710

For existing projects, I would recommend to use seam-gen to scaffold a test project and copy the relevant parts from build.xml. The hard part would be to get embedded JBoss working with an existing project. Let me know if you need more information :)</description>
		<content:encoded><![CDATA[<p>I used seam-gen to generate my project skeleton. When running the ant test target, the persistence-test.xml will be deployed as persistence.xml for the test. A good place to get started with seam-gen is here: <a href="http://docs.jboss.org/seam/latest/reference/en-US/html/gettingstarted.html#d0e2710" rel="nofollow">http://docs.jboss.org/seam/latest/reference/en-US/html/gettingstarted.html#d0e2710</a></p>
<p>For existing projects, I would recommend to use seam-gen to scaffold a test project and copy the relevant parts from build.xml. The hard part would be to get embedded JBoss working with an existing project. Let me know if you need more information <img src='http://forkbomb-blog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu In-Memory Database for Seam TestNG Tests von Marcio Lima</title>
		<link>http://forkbomb-blog.de/2011/in-memory-database-for-seam-testng-tests/comment-page-1#comment-78</link>
		<dc:creator>Marcio Lima</dc:creator>
		<pubDate>Fri, 04 Nov 2011 19:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=191#comment-78</guid>
		<description>Hey, how did you get this persistence-test.xml used in your project? Where did you place it?

Regards,

Marcio Lima</description>
		<content:encoded><![CDATA[<p>Hey, how did you get this persistence-test.xml used in your project? Where did you place it?</p>
<p>Regards,</p>
<p>Marcio Lima</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Time consuming processes with Seam, Richfaces a4j:poll and Quartz von What can I do to make a job search more efficient and less time consuming? &#124; best job hunting guide</title>
		<link>http://forkbomb-blog.de/2011/time-consuming-processes-with-seam-richfaces-a4jpoll-and-quartz/comment-page-1#comment-72</link>
		<dc:creator>What can I do to make a job search more efficient and less time consuming? &#124; best job hunting guide</dc:creator>
		<pubDate>Fri, 07 Oct 2011 03:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=216#comment-72</guid>
		<description>[...] gotten any results. Any help would be greatly appreciated. Thank you! Powered by Yahoo! AnswersI know that job hunting is considered to be time consuming but what I meant by my initial question w...as Yahoo Hot Jobs, Monster, The Daily News, etc. I&#039;ve even asked my friends for recommendations but [...]</description>
		<content:encoded><![CDATA[<p>[...] gotten any results. Any help would be greatly appreciated. Thank you! Powered by Yahoo! AnswersI know that job hunting is considered to be time consuming but what I meant by my initial question w&#8230;as Yahoo Hot Jobs, Monster, The Daily News, etc. I&#039;ve even asked my friends for recommendations but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Add Path Bookmarks to iTerm von Dominik</title>
		<link>http://forkbomb-blog.de/2011/add-path-bookmarks-to-iterm/comment-page-1#comment-67</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Mon, 15 Aug 2011 07:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=203#comment-67</guid>
		<description>Danke f&#252;r die Anregung, werd ich gleich mal einbauen. Da ich selbst kein Facebook nutze, habe ich daran gar nicht gedacht :)</description>
		<content:encoded><![CDATA[<p>Danke f&uuml;r die Anregung, werd ich gleich mal einbauen. Da ich selbst kein Facebook nutze, habe ich daran gar nicht gedacht <img src='http://forkbomb-blog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Add Path Bookmarks to iTerm von Burkhardt</title>
		<link>http://forkbomb-blog.de/2011/add-path-bookmarks-to-iterm/comment-page-1#comment-60</link>
		<dc:creator>Burkhardt</dc:creator>
		<pubDate>Mon, 08 Aug 2011 17:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=203#comment-60</guid>
		<description>Wirklich Super! Gefaellt mir sehr! Wo ist denn der Facebook-Like-Button?</description>
		<content:encoded><![CDATA[<p>Wirklich Super! Gefaellt mir sehr! Wo ist denn der Facebook-Like-Button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Add Path Bookmarks to iTerm von Banym</title>
		<link>http://forkbomb-blog.de/2011/add-path-bookmarks-to-iterm/comment-page-1#comment-55</link>
		<dc:creator>Banym</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=203#comment-55</guid>
		<description>Hi,

i like iTerm alot. Nice tool but the development is not active anymore. 
If you are on Lion and you want to use the nice new features like full screen mode, which is now implemented via the system api, you should check out iTerm2 on Github. 

The project was reactivated by some active users and they did a nice job. Check it out on GitHub or www.iterm2.com

Regards,

Dominik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i like iTerm alot. Nice tool but the development is not active anymore.<br />
If you are on Lion and you want to use the nice new features like full screen mode, which is now implemented via the system api, you should check out iTerm2 on Github. </p>
<p>The project was reactivated by some active users and they did a nice job. Check it out on GitHub or <a href="http://www.iterm2.com" rel="nofollow">http://www.iterm2.com</a></p>
<p>Regards,</p>
<p>Dominik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu [m2eclipse] Start Eclipse with JDK instead of JRE von Gemma</title>
		<link>http://forkbomb-blog.de/2010/m2eclipse-eclipse-mit-jdk-statt-jre-starten/comment-page-1#comment-6</link>
		<dc:creator>Gemma</dc:creator>
		<pubDate>Thu, 26 Aug 2010 07:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://forkbomb-blog.de/?p=72#comment-6</guid>
		<description>hallo! ich habe nochmal jre6 und jdk neu installiert und nochmal eclipse. danach gehts alles reibungslos~  aber schon komisch oder?
Aber trozdem vielen dank</description>
		<content:encoded><![CDATA[<p>hallo! ich habe nochmal jre6 und jdk neu installiert und nochmal eclipse. danach gehts alles reibungslos~  aber schon komisch oder?<br />
Aber trozdem vielen dank</p>
]]></content:encoded>
	</item>
</channel>
</rss>

