<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A PROGRAMMER IN JAIL</title>
	<atom:link href="http://wobiny.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wobiny.wordpress.com</link>
	<description>Someday, I will be free</description>
	<lastBuildDate>Wed, 16 Nov 2011 08:31:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wobiny.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A PROGRAMMER IN JAIL</title>
		<link>http://wobiny.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wobiny.wordpress.com/osd.xml" title="A PROGRAMMER IN JAIL" />
	<atom:link rel='hub' href='http://wobiny.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Seam DataModelSelection Null problem!</title>
		<link>http://wobiny.wordpress.com/2010/01/23/seam-datamodelselection-null-problem/</link>
		<comments>http://wobiny.wordpress.com/2010/01/23/seam-datamodelselection-null-problem/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:16:31 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Seam]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=69</guid>
		<description><![CDATA[Hi If you want to use DataModel with DataModelSelection together and getting null object, You should try to change scope to Session in your action class and every thing will be OK. @Scope(Session) public class &#8230;. .. @DataModel private List&#60;Object&#62; objects .. @DataModelSelection private Object object .. .. bye<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=69&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2010/01/23/seam-datamodelselection-null-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>
	</item>
		<item>
		<title>RichFaces &#124; Live Demo</title>
		<link>http://wobiny.wordpress.com/2010/01/19/richfaces-live-demo/</link>
		<comments>http://wobiny.wordpress.com/2010/01/19/richfaces-live-demo/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 20:46:03 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Seam]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[RichFaces]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=66</guid>
		<description><![CDATA[Hi In this post I want to show you one of the best UI components package for JSF.  The reason that I like this package is RAD(Rapid Application Development), when you want to deploy your project as fast as you can and you have no time for creating and designing UI components  (such as DataGrid,DataTable,AJAX [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=66&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2010/01/19/richfaces-live-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>
	</item>
		<item>
		<title>JBoss Seam Debug Page.</title>
		<link>http://wobiny.wordpress.com/2010/01/13/jboss-seam-debug-page/</link>
		<comments>http://wobiny.wordpress.com/2010/01/13/jboss-seam-debug-page/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 11:30:19 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Seam]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=56</guid>
		<description><![CDATA[Hi If you are working on project that it use seam framework, This page can help you for better understanding of your project. Step 1 : You should put the Jboss-seam-debug.jar library in your WEB-INF/lib  directory. Step 2: in Component.xml file you should write this code : &#60;core:init debug=&#8220;true&#8221;/&#62; Step 3: When your application deployed,Open [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=56&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2010/01/13/jboss-seam-debug-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>
	</item>
		<item>
		<title>I was in Thailand.</title>
		<link>http://wobiny.wordpress.com/2010/01/13/i-was-in-thailand/</link>
		<comments>http://wobiny.wordpress.com/2010/01/13/i-was-in-thailand/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 11:02:51 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=53</guid>
		<description><![CDATA[Hi Sorry for those days that I was not here and sending no post on my blog. I had a terrible journey to Thailand , This country is perfect for someone who wants to have a sex with drink and drug every day! God thanks I&#8217;m back. bye<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=53&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2010/01/13/i-was-in-thailand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>
	</item>
		<item>
		<title>Run Seam projects in eclipse on Tomcat</title>
		<link>http://wobiny.wordpress.com/2009/12/10/run-seam-projects-in-eclipse-on-tomcat/</link>
		<comments>http://wobiny.wordpress.com/2009/12/10/run-seam-projects-in-eclipse-on-tomcat/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:25:47 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Seam]]></category>
		<category><![CDATA[RAD]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=50</guid>
		<description><![CDATA[Hi I found one of the best solution for creating and running seam projects in eclipse on Tomcat so quickly : http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/ bye<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=50&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2009/12/10/run-seam-projects-in-eclipse-on-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>
	</item>
		<item>
		<title>Seam injection in threads.</title>
		<link>http://wobiny.wordpress.com/2009/11/25/seam-injection-in-threads/</link>
		<comments>http://wobiny.wordpress.com/2009/11/25/seam-injection-in-threads/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 13:14:35 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Seam]]></category>
		<category><![CDATA[ApplicationContext]]></category>
		<category><![CDATA[EntityManager]]></category>
		<category><![CDATA[Thread]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=46</guid>
		<description><![CDATA[Hi In seam, when you want to inject some components such as EntityManager,POJOs,or &#8230; to threads, Probably you will  see all your objects is NULL. The reason of this scenario is SeamApplicationContext missing in your threads, OK what is the solution? You should use Lifecycle.begin() and Lifecycle.end() methods before and after your codes : &#8230;. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=46&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2009/11/25/seam-injection-in-threads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>
	</item>
		<item>
		<title>@In attribute requires non-null value: sampleAction.sample</title>
		<link>http://wobiny.wordpress.com/2009/11/22/in-attribute-requires-non-null-value-sampleaction-sample/</link>
		<comments>http://wobiny.wordpress.com/2009/11/22/in-attribute-requires-non-null-value-sampleaction-sample/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 20:23:27 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Seam]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=35</guid>
		<description><![CDATA[Hi If you are new to Seam framework and you get this stupid exception,You should read Seam annotation reference as well. OK this is my code : [Sample class] &#8230; &#8230; @Name(&#8220;sample&#8221;) public Class Sample .. .. .. and next class is : @Name(&#8220;sampleAction&#8221;) public Class SampleAction &#8230; &#8230;. .. @In private Sample sample public [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=35&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2009/11/22/in-attribute-requires-non-null-value-sampleaction-sample/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Chrome OS or Google life?</title>
		<link>http://wobiny.wordpress.com/2009/11/20/google-chrome-os-or-google-life/</link>
		<comments>http://wobiny.wordpress.com/2009/11/20/google-chrome-os-or-google-life/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 20:24:43 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome OS]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=32</guid>
		<description><![CDATA[Hi I think, you saw google news about its new product of this company. Yes It is google chrome OS. Me and everyone use google tools in these days too much and Definitely, we are so happy. OK, I want to look at these thing at a glance: Google [search engine] Gmail Chrome Browser Documents [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=32&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2009/11/20/google-chrome-os-or-google-life/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>
	</item>
		<item>
		<title>YARFRAW. RSS tools</title>
		<link>http://wobiny.wordpress.com/2009/11/19/yarfraw-rss-tools/</link>
		<comments>http://wobiny.wordpress.com/2009/11/19/yarfraw-rss-tools/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 23:03:24 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Seam]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=29</guid>
		<description><![CDATA[Hi If  you want to work with some rss or rdf or atom protocol, You can use YARFRAW library. This library help you so easily to use rss in your works. This is the snapshot of architecture : bye<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=29&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2009/11/19/yarfraw-rss-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>

		<media:content url="http://yarfraw.sourceforge.net/images/site/after.png" medium="image">
			<media:title type="html">YARFRAW</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu 9.10 screen flickering</title>
		<link>http://wobiny.wordpress.com/2009/11/11/ubuntu-9-10-screen-flickering/</link>
		<comments>http://wobiny.wordpress.com/2009/11/11/ubuntu-9-10-screen-flickering/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:55:28 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://wobiny.wordpress.com/?p=21</guid>
		<description><![CDATA[OK. I have a laptop with nVidia graphic card(driver 185) in Ubuntu 9.10. the Big problem that I saw is after several minute my screen starts flickering. The only solution that I found is this : run Terminal and type this code: sudo su [and enter your password] and type this code : dpkg-reconfigure nvidia-185-kernel-source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wobiny.wordpress.com&amp;blog=10436764&amp;post=21&amp;subd=wobiny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://wobiny.wordpress.com/2009/11/11/ubuntu-9-10-screen-flickering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/61a96c123438a7ccfd6077feb6699dc1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ehsanmx</media:title>
		</media:content>
	</item>
	</channel>
</rss>
