<?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>All about Information Technology</title>
	<atom:link href="http://didiksoft.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://didiksoft.wordpress.com</link>
	<description>One of Didik Rawandi's sharing knowledge blog</description>
	<lastBuildDate>Thu, 05 Jan 2012 08:01:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='didiksoft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>All about Information Technology</title>
		<link>http://didiksoft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://didiksoft.wordpress.com/osd.xml" title="All about Information Technology" />
	<atom:link rel='hub' href='http://didiksoft.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The Power of SingleExecutor</title>
		<link>http://didiksoft.wordpress.com/2011/09/22/the-power-of-singleexecutor/</link>
		<comments>http://didiksoft.wordpress.com/2011/09/22/the-power-of-singleexecutor/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 05:36:53 +0000</pubDate>
		<dc:creator>didiksoft</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://didiksoft.wordpress.com/?p=179</guid>
		<description><![CDATA[have you work with synchronize wait and notify? here it goes &#160; class Queue extends thread{ private Vector&#60;String&#62; v=new Vector&#60;String&#62;(); public void add(String data){ synchronize(v){ v.addElement(data); v.notify(); } } public void run(){ while(true){ String data=v.remove(0); if(data==null){ synchronize(v){ v.wait(); } }else{ //do something } } } } &#160; that class functionality can be replaced with Executors.newSingleExecutor(); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=didiksoft.wordpress.com&amp;blog=1203950&amp;post=179&amp;subd=didiksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>have you work with synchronize wait and notify? here it goes</p>
<p>&nbsp;</p>
<p>class Queue extends thread{</p>
<p>private Vector&lt;String&gt; v=new Vector&lt;String&gt;();</p>
<p>public void add(String data){</p>
<p>synchronize(v){</p>
<p>v.addElement(data);</p>
<p>v.notify();</p>
<p>}</p>
<p>}</p>
<p>public void run(){</p>
<p>while(true){</p>
<p>String data=v.remove(0);</p>
<p>if(data==null){</p>
<p>synchronize(v){</p>
<p>v.wait();</p>
<p>}</p>
<p>}else{</p>
<p>//do something</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p>that class functionality can be replaced with Executors.newSingleExecutor(); , and no wait notify anymore:)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/didiksoft.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/didiksoft.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/didiksoft.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/didiksoft.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/didiksoft.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/didiksoft.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/didiksoft.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/didiksoft.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/didiksoft.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/didiksoft.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/didiksoft.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/didiksoft.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/didiksoft.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/didiksoft.wordpress.com/179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=didiksoft.wordpress.com&amp;blog=1203950&amp;post=179&amp;subd=didiksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://didiksoft.wordpress.com/2011/09/22/the-power-of-singleexecutor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff8b88273602da952492775583d41ab8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">didiksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Payment gateway ebook</title>
		<link>http://didiksoft.wordpress.com/2010/04/02/payment-gateway-ebook/</link>
		<comments>http://didiksoft.wordpress.com/2010/04/02/payment-gateway-ebook/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 03:51:23 +0000</pubDate>
		<dc:creator>didiksoft</dc:creator>
				<category><![CDATA[DidikSoft]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Switching Application]]></category>
		<category><![CDATA[System Software]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[jpos sopp iso 8583 wsdl jms servicemix]]></category>

		<guid isPermaLink="false">http://didiksoft.wordpress.com/?p=174</guid>
		<description><![CDATA[I&#8217;ve been created e-book &#8220;Designing &#38; coding Payment Gateway System, with ready to use implementation in Indonesia Biller such as PLN, FINNET and ARTHAJASA (Java Base)&#8220;, but I can&#8217;t upload it yet and shared to you because of biller specification is confidential, I&#8217;ll try to get their approval and share it to you ASAP.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=didiksoft.wordpress.com&amp;blog=1203950&amp;post=174&amp;subd=didiksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been created e-book &#8220;<strong>Designing &amp; coding Payment Gateway System, with ready to use implementation in Indonesia Biller such as PLN, FINNET and ARTHAJASA (Java Base)</strong>&#8220;, but I can&#8217;t upload it yet and shared to you because of biller specification is confidential, I&#8217;ll try to get their approval and share it to you ASAP.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/didiksoft.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/didiksoft.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/didiksoft.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/didiksoft.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/didiksoft.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/didiksoft.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/didiksoft.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/didiksoft.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/didiksoft.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/didiksoft.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/didiksoft.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/didiksoft.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/didiksoft.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/didiksoft.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=didiksoft.wordpress.com&amp;blog=1203950&amp;post=174&amp;subd=didiksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://didiksoft.wordpress.com/2010/04/02/payment-gateway-ebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff8b88273602da952492775583d41ab8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">didiksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>WebMethod ISO Adapter</title>
		<link>http://didiksoft.wordpress.com/2010/01/11/webmethod-iso-adapter/</link>
		<comments>http://didiksoft.wordpress.com/2010/01/11/webmethod-iso-adapter/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 09:20:38 +0000</pubDate>
		<dc:creator>didiksoft</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://didiksoft.wordpress.com/?p=171</guid>
		<description><![CDATA[I have been created ISO 8583 adapter for web method 6.5 or higher, on next unoccupied time i will write demonstrate in this blog. note: if you want this adapter you can buy it from me by send me email (didik.rawandi@gmail.com), you will get iso adapter and user guide how to use it<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=didiksoft.wordpress.com&amp;blog=1203950&amp;post=171&amp;subd=didiksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been created ISO 8583 adapter for web method 6.5 or higher, on next unoccupied time i will write demonstrate in this blog.</p>
<p><em>note:</em></p>
<p><em>if you want this adapter you can buy it from me by send me email (didik.rawandi@gmail.com), you will get iso adapter and user guide how to use it</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/didiksoft.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/didiksoft.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/didiksoft.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/didiksoft.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/didiksoft.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/didiksoft.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/didiksoft.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/didiksoft.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/didiksoft.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/didiksoft.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/didiksoft.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/didiksoft.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/didiksoft.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/didiksoft.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=didiksoft.wordpress.com&amp;blog=1203950&amp;post=171&amp;subd=didiksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://didiksoft.wordpress.com/2010/01/11/webmethod-iso-adapter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff8b88273602da952492775583d41ab8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">didiksoft</media:title>
		</media:content>
	</item>
	</channel>
</rss>
