<?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/"
	>

<channel>
	<title>Best Coder</title>
	<atom:link href="http://www.bestcoder.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestcoder.net</link>
	<description>Something about Lotus Notes &#38; Others ...</description>
	<lastBuildDate>Tue, 24 Apr 2012 20:36:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>XPages &#8211; Server Side &#8211; Invoke Web Services (JAX-WS)</title>
		<link>http://www.bestcoder.net/2012/03/08/xpages-server-side-invoke-web-services-jax-ws/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xpages-server-side-invoke-web-services-jax-ws</link>
		<comments>http://www.bestcoder.net/2012/03/08/xpages-server-side-invoke-web-services-jax-ws/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 21:16:46 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[XPages]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=421</guid>
		<description><![CDATA[I don&#8217;t know what is the first word about this post because I posted my last blog post long time ago OpenNTF 2nd Contest, Lotusphere, My Company Project SIT and UAT &#8230; Now back to my website My company project killed me &#8230; First XPages project in my company and I am so nervous The [...]<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2012/03/08/xpages-server-side-invoke-web-services-jax-ws/" addthis:title="XPages &#8211; Server Side &#8211; Invoke Web Services (JAX-WS)">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know what is the first word about this post because I posted my last blog post long time ago <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>OpenNTF 2nd Contest, Lotusphere, My Company Project SIT and UAT &#8230; Now back to my website <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My company project killed me &#8230; First XPages project in my company and I am so nervous <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The main subject of this post,</p>
<p>I need to use web service from my XPages application. But I have some problems about that. Really I didn&#8217;t find any solution to invoke webservice from server side.<br />
<span style="color: #800000;">I tried to use Axis &gt; <strong>Failed</strong></span><br />
<span style="color: #800000;">Tried <a href="http://www-10.lotus.com/ldd/ddwiki.nsf/dx/reuse_web_services_xpage.htm" target="_blank"><span style="color: #800000;">WebService Sample from Wiki</span></a> -&gt; <strong>Failed</strong></span></p>
<p>So I invoked web service using <strong>dojo.xhrPost</strong> from client side, then passed values to server-side / scope var using Remove Service (RPC), then partial refreshes etc etc &#8230;</p>
<p>I think (still not sure), I found a solution today but still have a problem. Little Security Problem <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Maybe you have an idea about this problem. If you can write comment about that I will be appreciate. I attached my sample project in this post.</p>
<p>First of all;</p>
<p><strong>Create Simple Web Service Provider in NSF :</strong></p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2012/03/WSTest.png"><img class="size-medium wp-image-426 alignnone" title="WSTest" src="http://www.bestcoder.net/wp-content/uploads/2012/03/WSTest-300x96.png" alt="" width="300" height="96" /></a></p>
<p>Class WSTest</p>
<p>Public Function sayHello ( strName As String ) As String</p>
<p>sayHello = &#8220;Merhaba, &#8221; + strName</p>
<p>End Function</p>
<p>End Class</p>
<p><strong>Generate WSDL2Java Codes using Java SDK wsimport :</strong></p>
<p><strong>C:\&gt;wsimport -d C:\Denemeler -keep http://ferhatdell.bestcoder.net/xpages/xws.nsf/WSTest?wsdl</strong></p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2012/03/wsimport.png"><img class="alignleft size-medium wp-image-428" title="wsimport" src="http://www.bestcoder.net/wp-content/uploads/2012/03/wsimport-300x88.png" alt="" width="300" height="88" /></a></p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2012/03/wsimport_codes_1.png"><img class="alignnone size-medium wp-image-423" title="wsimport_codes_1" src="http://www.bestcoder.net/wp-content/uploads/2012/03/wsimport_codes_1-300x139.png" alt="" width="300" height="139" /></a></p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2012/03/wsimport_codes_2.png"><img class="alignnone size-medium wp-image-424" title="wsimport_codes_2" src="http://www.bestcoder.net/wp-content/uploads/2012/03/wsimport_codes_2-300x93.png" alt="" width="300" height="93" /></a></p>
<p><strong>Change package names from defaultNamespace to com.domino.xws :</strong></p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2012/03/wsimport_codes_3.png"><img class="alignnone size-medium wp-image-425" title="wsimport_codes_3" src="http://www.bestcoder.net/wp-content/uploads/2012/03/wsimport_codes_3-300x214.png" alt="" width="300" height="214" /></a></p>
<p><strong>Create Java class into XPages &#8211; WSEmployee :</strong></p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2012/03/WSEmployee.png"><img class="alignnone size-medium wp-image-427" title="WSEmployee" src="http://www.bestcoder.net/wp-content/uploads/2012/03/WSEmployee-300x206.png" alt="" width="300" height="206" /></a></p>
<p><strong>Create XPages to invoke Web Service :</strong></p>
<p>Open XPages from your browser anc click on Say Hello &#8230; Boom &#8230;</p>
<p>Domino will throw up these lines <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>03/08/2012 10:12:31 PM HTTP JVM: WSEmployee &#8211; currentDatabase :XPages Web Service<br />
03/08/2012 10:12:31 PM HTTP JVM: WSEmployee &#8211; url :http://ferhatdell.bestcoder.net/uygulamalar/wscollection.nsf/WSTest?wsdl<br />
03/08/2012 10:12:31 PM HTTP JVM: WSEmployee &#8211; service OK {urn:DefaultNamespace}WSTestService<br />
03/08/2012 10:12:31 PM HTTP JVM: WSEmployee &#8211; port OK<br />
<span style="color: #ff0000;">03/08/2012 10:12:31 PM HTTP JVM: WSEmployee &#8211; Exception : class java.security.AccessControlException &#8211; Error Description : Access denied (java.lang.RuntimePermission setContextClassLoader)</span><br />
<span style="color: #ff0000;">03/08/2012 10:12:31 PM HTTP JVM: java.security.AccessControlException: Access denied (java.lang.RuntimePermission setContextClassLoader)</span><br />
03/08/2012 10:12:31 PM HTTP JVM: at java.security.AccessController.checkPermission(AccessController.java:108)<br />
03/08/2012 10:12:31 PM HTTP JVM: at java.lang.SecurityManager.checkPermission(SecurityManager.java:544)<br />
03/08/2012 10:12:31 PM HTTP JVM: at java.lang.Thread.setContextClassLoader(Thread.java:753)<br />
03/08/2012 10:12:31 PM HTTP JVM: at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:551)<br />
03/08/2012 10:12:31 PM HTTP JVM: at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:543)<br />
03/08/2012 10:12:31 PM HTTP JVM: at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:440)<br />
03/08/2012 10:12:31 PM HTTP JVM: at com.sun.xml.internal.ws.client.Stub.process(Stub.java:223)<br />
03/08/2012 10:12:31 PM HTTP JVM: at com.sun.xml.internal.ws.client.sei.SEIStub.doProcess(SEIStub.java:136)<br />
03/08/2012 10:12:31 PM HTTP JVM: at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:110)</p>
<p>What is that ? (<strong>class java.security.AccessControlException &#8211; Error Description : Access denied</strong>)</p>
<p>I googled it and found a file name with <span style="color: #ff0000;"><strong>&#8220;java.policy&#8221;</strong></span></p>
<p>&#8230;\IBM\Lotus\Domino\jvm\lib\security\<strong>java.policy</strong></p>
<p>I opened it and added 3 lines &#8230;</p>
<p><span style="color: #0000ff;">grant {</span><br />
<span style="color: #0000ff;">       permission java.security.AllPermission;</span><br />
<span style="color: #0000ff;">};</span></p>
<p>Restart http task using &#8220;tell http q&#8221; and &#8220;load http&#8221;. Because we need to reload JVM.</p>
<p>Reload XPages</p>
<p>Click on <strong>Say Hello.</strong></p>
<p>Look at the Domino Console &#8230;</p>
<p>Boom &#8230;</p>
<p>&gt; tell http q<br />
03/08/2012 10:49:57 PM Domino Off-Line Services HTTP extension unloaded.<br />
03/08/2012 10:49:57 PM XSP Command Manager terminated<br />
03/08/2012 10:49:58 PM HTTP Server: Shutdown</p>
<p>&gt; load http<br />
03/08/2012 10:50:40 PM HTTP Server: Using Web Configuration View<br />
03/08/2012 10:50:44 PM JVM: Java Virtual Machine initialized.<br />
03/08/2012 10:50:44 PM HTTP Server: Java Virtual Machine loaded<br />
03/08/2012 10:50:44 PM HTTP Server: DSAPI Domino Off-Line Services HTTP extension Loaded successfully<br />
03/08/2012 10:50:44 PM Servlet engine initialization was successful<br />
03/08/2012 10:50:44 PM Could not load tr strings from resource module: nstrings_tr<br />
03/08/2012 10:50:44 PM Could not load tr strings from resource module: nstrings<br />
03/08/2012 10:50:44 PM Could not load tr strings from resource module: nhttprs_tr<br />
03/08/2012 10:50:47 PM XSP Command Manager initialized<br />
03/08/2012 10:50:48 PM HTTP Server: Started<br />
<span style="color: #339966;"><strong>03/08/2012 10:50:55 PM HTTP JVM: WSEmployee &#8211; url :http://ferhatdell.bestcoder.net/uygulamalar/wscollection.nsf/WSTest?wsdl</strong></span><br />
<span style="color: #339966;"><strong>03/08/2012 10:50:56 PM HTTP JVM: WSEmployee &#8211; service OK {urn:DefaultNamespace}WSTestService</strong></span><br />
<span style="color: #339966;"><strong>03/08/2012 10:50:56 PM HTTP JVM: WSEmployee &#8211; port OK</strong></span><br />
<span style="color: #339966;"><strong>03/08/2012 10:50:56 PM HTTP JVM: Web Service Message:Merhaba, Ferhat Bulut</strong></span></p>
<p><strong>What does it mean ?</strong></p>
<p><span style="color: #800000;"><strong>Which JAR file does not has permission to run on Domino ? Or What !</strong></span></p>
<p><strong>Still searching &#8230;</strong></p>
<h2><a title="Download Sample NSF" href="http://www.bestcoder.net/wp-content/uploads/2012/03/xws.zip" target="_blank">Download Sample NSF</a><span style="color: #0000ff;"><strong><br />
</strong></span></h2>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2012/03/08/xpages-server-side-invoke-web-services-jax-ws/" addthis:title="XPages &#8211; Server Side &#8211; Invoke Web Services (JAX-WS)">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2012/03/08/xpages-server-side-invoke-web-services-jax-ws/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Call Dynamic JS Functions from Dialog in XPages (XSnippet)</title>
		<link>http://www.bestcoder.net/2011/12/31/call-dynamic-js-functions-from-dialog-in-xpages-xsnippet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=call-dynamic-js-functions-from-dialog-in-xpages-xsnippet</link>
		<comments>http://www.bestcoder.net/2011/12/31/call-dynamic-js-functions-from-dialog-in-xpages-xsnippet/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 12:39:19 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[XPages]]></category>
		<category><![CDATA[Dialog]]></category>
		<category><![CDATA[xpages]]></category>
		<category><![CDATA[XSnippets]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=410</guid>
		<description><![CDATA[<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/31/call-dynamic-js-functions-from-dialog-in-xpages-xsnippet/" addthis:title="Call Dynamic JS Functions from Dialog in XPages (XSnippet)">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p><a href="http://openntf.org/XSnippets.nsf" target="_blank"><span style="background-color:black;float: left; vertical-align: middle; margin-right: 5px;margin-top:5px;"><img src="http://openntf.org/XSnippets.nsf/OpenNTFLogo.png" width="140px" height="20px"></span></a><br />
<iframe frameborder='0' width='600' height='700' src='http://openntf.org/XSnippets.nsf/widget.xsp?id=call-dynamic-js-functions-from-dialog-in-xpages' scrolling='no'></iframe></p>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/31/call-dynamic-js-functions-from-dialog-in-xpages-xsnippet/" addthis:title="Call Dynamic JS Functions from Dialog in XPages (XSnippet)">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2011/12/31/call-dynamic-js-functions-from-dialog-in-xpages-xsnippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Admin @ DominoPower.com</title>
		<link>http://www.bestcoder.net/2011/12/14/news-about-mobile-admin-dominopower-com/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=news-about-mobile-admin-dominopower-com</link>
		<comments>http://www.bestcoder.net/2011/12/14/news-about-mobile-admin-dominopower-com/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 22:57:21 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[Mobile Admin]]></category>
		<category><![CDATA[OpenNTF]]></category>
		<category><![CDATA[XPages]]></category>
		<category><![CDATA[openntf]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=396</guid>
		<description><![CDATA[<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/14/news-about-mobile-admin-dominopower-com/" addthis:title="Mobile Admin @ DominoPower.com">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.bestcoder.net/wp-content/uploads/2011/12/DominoPower-2.png"><img class="aligncenter size-medium wp-image-397" title="DominoPower 2" src="http://www.bestcoder.net/wp-content/uploads/2011/12/DominoPower-2-300x240.png" alt="" width="300" height="240" /></a></p>
<p style="text-align: center;"><a href="http://www.dominopower.com/newsitems/00056123.html" target="_blank"><img class="aligncenter size-full wp-image-402" title="DominoPower News - Mobile Admin" src="http://www.bestcoder.net/wp-content/uploads/2011/12/DominoPower-31.png" alt="" width="639" height="127" /></a></p>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/14/news-about-mobile-admin-dominopower-com/" addthis:title="Mobile Admin @ DominoPower.com">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2011/12/14/news-about-mobile-admin-dominopower-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mobile Admin on OpenNTF !</title>
		<link>http://www.bestcoder.net/2011/12/09/mobile-admin-on-openntf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-admin-on-openntf</link>
		<comments>http://www.bestcoder.net/2011/12/09/mobile-admin-on-openntf/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 22:28:36 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[Mobile Admin]]></category>
		<category><![CDATA[OpenNTF]]></category>
		<category><![CDATA[XPages]]></category>
		<category><![CDATA[lotus domino]]></category>
		<category><![CDATA[openntf]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=386</guid>
		<description><![CDATA[I developed Mobile Admin application for BlackBerry smartphone in first quarter of 2011 but now It is available for iPhone/Android smartphones on OpenNTF. The best thing is &#8220;Mobile Admin&#8221; is finalist of the second for 2nd OpenNTF XPages Development Contest. With this application, you can perform two basic &#38; important functions on Lotus Domino on mobile. [...]<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/09/mobile-admin-on-openntf/" addthis:title="Mobile Admin on OpenNTF !">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/ma.png"><img title="ma" src="http://www.bestcoder.net/wp-content/uploads/2011/11/ma.png" alt="" width="158" height="105" /></a></p>
<p>I developed Mobile Admin application for BlackBerry smartphone in first quarter of 2011 but now It is available for iPhone/Android smartphones on OpenNTF.</p>
<p><span style="color: #ff0000;">The best thing is &#8220;Mobile Admin&#8221; is <strong>finalist of the second</strong> for 2nd OpenNTF XPages Development Contest.</span></p>
<p>With this application, you can perform two basic &amp; important functions on Lotus Domino on mobile. These two basic functions are frequently used  <strong>Scheduled</strong> <strong>Agent Trigger</strong> and <strong>Console Command Execution functions </strong>which are used by people in the developer and admin roles.</p>
<p>In short, you can do following operations with <strong>Mobile Admin</strong> :</p>
<ul>
<li>Send a console command to the server</li>
<li>List &amp; Trigger scheduled agentsfrom any database</li>
<li>Save frequently used console commands to My Favorite Commands section</li>
<li>Save frequently used agents to My Favorite Agents section</li>
<li>Do listed operations on any server which registered in the same domino domain</li>
</ul>
<p>Now It&#8217;s XPages application.</p>
<p>Just you need Lotus Domino 8.5.3, Extension Library (19 Nov 2011 Release # 853-20111117-1058) and Mobile Admin.</p>
<p>And also, you may have an access on Lotus Domino server <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Follow <a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=Mobile%20Admin" target="_blank">this link</a> to download Mobile Admin from OpenNTF.Org</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/12/Image1a_1322682667095.jpeg"><img title="Image1a_1322682667095" src="http://www.bestcoder.net/wp-content/uploads/2011/12/Image1a_1322682667095.jpeg" alt="" width="270" height="485" /></a>  <a href="http://www.bestcoder.net/wp-content/uploads/2011/12/Image2a_13226826800791.jpeg"><img title="Image2a_1322682680079" src="http://www.bestcoder.net/wp-content/uploads/2011/12/Image2a_13226826800791.jpeg" alt="" width="270" height="485" /></a></p>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/09/mobile-admin-on-openntf/" addthis:title="Mobile Admin on OpenNTF !">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2011/12/09/mobile-admin-on-openntf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>After 2nd OpenNTF XPages Development Contest</title>
		<link>http://www.bestcoder.net/2011/12/08/after-2nd-openntf-xpages-development-contest/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=after-2nd-openntf-xpages-development-contest</link>
		<comments>http://www.bestcoder.net/2011/12/08/after-2nd-openntf-xpages-development-contest/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 19:38:36 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[OpenNTF]]></category>
		<category><![CDATA[XPages]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[openntf]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=381</guid>
		<description><![CDATA[2nd OpenNTF XPages Development Contest&#8217;s results is announced today and &#8220;Oscar goes to &#8230;&#8221; Not to me. Goes to The Community. Very significant projects shared by contributors. One of me. We can take a look these projects to understand what can we do with XPages. I am happy when I looked from this side. Other [...]<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/08/after-2nd-openntf-xpages-development-contest/" addthis:title="After 2nd OpenNTF XPages Development Contest">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p>2nd OpenNTF XPages Development Contest&#8217;s results is announced today and &#8220;Oscar goes to &#8230;&#8221; <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Not to me. Goes to The Community.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/12/M2.jpg"><img title="M2" src="http://www.bestcoder.net/wp-content/uploads/2011/12/M2.jpg" alt="" width="437" height="210" /></a></p>
<p>Very significant projects shared by contributors. One of me. We can take a look these projects to understand what can we do with XPages.</p>
<p>I am happy when I looked from this side. Other side is to be in first three. I am still laughing with joy.</p>
<p>Thanks again to all OpenNTF Team and contributors.</p>
<p>Special thanks to my friend, my neighbor, Serdar <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m happy twice because It&#8217;s comments, tweets <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8220;You may not have a chance for the first three&#8221; <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Ohhh my friend. ehehehee &#8230;</p>
<p>Continue to share &#8230; for Lotus Community.</p>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/08/after-2nd-openntf-xpages-development-contest/" addthis:title="After 2nd OpenNTF XPages Development Contest">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2011/12/08/after-2nd-openntf-xpages-development-contest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get CKEditor (RichTextItem) Object in CSJS</title>
		<link>http://www.bestcoder.net/2011/12/06/get-ckeditor-object-in-csjs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-ckeditor-object-in-csjs</link>
		<comments>http://www.bestcoder.net/2011/12/06/get-ckeditor-object-in-csjs/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 09:55:27 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[XPages]]></category>
		<category><![CDATA[ckeditor]]></category>
		<category><![CDATA[richtextitem]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=364</guid>
		<description><![CDATA[Unfortunately, I am so tired to find this piece of code. It&#8217;s very surprising but Google has no record with these keywords &#8220;Xpages CKEditor getData()&#8221;<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/06/get-ckeditor-object-in-csjs/" addthis:title="Get CKEditor (RichTextItem) Object in CSJS">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, I am so tired to find this piece of code.</p>
<p>It&#8217;s very surprising but Google has no record with these keywords &#8220;Xpages CKEditor getData()&#8221;</p>
<p><a href="http://openntf.org/XSnippets.nsf" target="_blank"><span style="background-color:black;float: left; vertical-align: middle; margin-right: 5px;margin-top:5px;"><img src="http://openntf.org/XSnippets.nsf/OpenNTFLogo.png" width="140px" height="20px"></span></a><br />
<iframe frameborder='0' width='540' height='100' src='http://openntf.org/XSnippets.nsf/widget.xsp?id=get-ckeditor-richtextitem-object-in-csjs' scrolling='no'></iframe></p>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/12/06/get-ckeditor-object-in-csjs/" addthis:title="Get CKEditor (RichTextItem) Object in CSJS">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2011/12/06/get-ckeditor-object-in-csjs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Just Submitted &#8230;</title>
		<link>http://www.bestcoder.net/2011/11/30/just-submitted/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=just-submitted</link>
		<comments>http://www.bestcoder.net/2011/11/30/just-submitted/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 20:32:43 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[Mobile Admin]]></category>
		<category><![CDATA[OpenNTF]]></category>
		<category><![CDATA[XPages]]></category>
		<category><![CDATA[openntf]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=359</guid>
		<description><![CDATA[I just submitted &#38; attended to 2nd OpenNTF XPages Development Contest with &#8220;Mobile Admin&#8221; and I said, Good Luck &#8220;Mobile Admin&#8221; Just kidding Main purpose is to become a member of open-source community. I love the community, to talk about business and social, sharing know-how &#8230; Make me happy. I faced with some difficulties during [...]<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/11/30/just-submitted/" addthis:title="Just Submitted &#8230;">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p>I just submitted &amp; attended to 2nd OpenNTF XPages Development Contest with &#8220;<a title="Mobile Admin - Project" href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=Mobile%20Admin" target="_blank">Mobile Admin</a>&#8221;</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/ma.png"><img class="size-full wp-image-361 alignnone" title="ma" src="http://www.bestcoder.net/wp-content/uploads/2011/11/ma.png" alt="" width="158" height="105" /></a></p>
<p>and I said, Good Luck &#8220;Mobile Admin&#8221; <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just kidding <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Main purpose is to become a member of open-source community. I love the community, to talk about business and social, sharing know-how &#8230; Make me happy.</p>
<p>I faced with some difficulties during development about Mobile controls which delivered with Extension Library 8.5.3. Especially, to create user-friendly layout.</p>
<p>Sometimes, It&#8217;s very difficult &#8230; I hope, you will like it and use it (If you have an access to your corporate/personal network from your iPhone, iPad, etc <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>So I love BlackBerry (java development). It&#8217;s screen is very small, very very bad for end users but It has corporate network access from the beginning. No Firewall, No Business, No Job Requests &#8230; <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/11/30/just-submitted/" addthis:title="Just Submitted &#8230;">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2011/11/30/just-submitted/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Source Control (IBM Rational ClearCase) for NSFs &amp; XPages &#8211; Lotus Designer in Domino 8.5.3</title>
		<link>http://www.bestcoder.net/2011/11/25/source-control-clearcase-domino-designer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=source-control-clearcase-domino-designer</link>
		<comments>http://www.bestcoder.net/2011/11/25/source-control-clearcase-domino-designer/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 00:35:58 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[XPages]]></category>
		<category><![CDATA[domino designer]]></category>
		<category><![CDATA[rational clearcase]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=336</guid>
		<description><![CDATA[Sorry &#8230; English version of this post not ready yet. I hope, you&#8217;ll got the point from pictures But I wish to write in English on this weekend. Bir IBM Rational ClearCase ile Lotus Designer Source Control implementasyonunu hikayesi; ClearCase in Domino Designer ile implementasyonu için öncelikle IBM Rational ClearCase in bilgisayarınızda kurulu olması ve [...]<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/11/25/source-control-clearcase-domino-designer/" addthis:title="Source Control (IBM Rational ClearCase) for NSFs &#038; XPages &#8211; Lotus Designer in Domino 8.5.3">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p><strong>Sorry &#8230; English version of this post not ready yet. I hope, you&#8217;ll got the point from pictures <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But I wish to write in English on this weekend.</strong></p>
<p>Bir IBM Rational ClearCase ile Lotus Designer Source Control implementasyonunu hikayesi;</p>
<p>ClearCase in Domino Designer ile implementasyonu için öncelikle IBM Rational ClearCase in bilgisayarınızda kurulu olması ve ayarlarının (View) yapılmış olması gerekiyor.</p>
<p>Akabinde Domino Designer a <a href="http://www.ibm.com/developerworks/rational/downloads/07/cc_eclipse3_2/clearcase_plugins.html" target="_blank">Rational ClearCase SCM Adapter</a> ın klasik Eclipse Plugin yükleme yöntemiyle (File -&gt; Application -&gt; Install) yüklenmesi gerekiyor.</p>
<p>Kurulum sonrasında Domino Designer ın restart işlemleri gerçekleştirilir.</p>
<p>Window -&gt; Show Eclipse Views -&gt; Navigator (General kategorisinde) açmanız gerekir.</p>
<p>Uygulamanızı bulup, üzerinde sağ tıklama ile çıkan menüden <strong>Team Development -&gt; Set Up Source Control for this Application</strong> seçeneğini seçiyorsunuz.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-2.jpg"><img class="aligncenter size-medium wp-image-337" title="Resim 2" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-2-257x300.jpg" alt="" width="257" height="300" /></a></p>
<p><span id="more-336"></span></p>
<p>Açılan pencereden Next tuşuna tıklanır.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-3.jpg"><img class="aligncenter size-medium wp-image-338" title="Resim 3" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-3-300x259.jpg" alt="" width="300" height="259" /></a>Gelen ekranda Project Name belirlenir.</p>
<p>Use Default Location seçeneği kaldırılır.</p>
<p>Location bilgisine ClearCase View ınızın bulunduğu klasör seçilir.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-4.jpg"><img class="aligncenter size-medium wp-image-339" title="Resim 4" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-4-300x259.jpg" alt="" width="300" height="259" /></a>Finish butonuna tıklanır.</p>
<p>On-Disk NSF proje dosyalarınız oluşturulmuş oldu. Yani bu işlem ile NSF içinde bulunan tasarım elemanları birer birer XML tipinde (DXL aslında) dosyaya dönüştü ve böylece design elemanı bazında kaynak kod kontrolü yapılabilecektir.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-5.jpg"><img class="aligncenter size-medium wp-image-340" title="Resim 5" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-5-300x144.jpg" alt="" width="300" height="144" /></a></p>
<p>Burada sıkıntılı birkaç şey var oldukça zamanımızı harcayan. <strong>Team Development</strong> isimli menünün görünmemesi !!! <strong>Set Up Source Control for this Application </strong>işlemi için bu menü gerekiyor zira.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-6.jpg"><img class="size-medium wp-image-341 alignnone" title="Resim 6" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-6-256x300.jpg" alt="" width="256" height="300" /></a>  <a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-7.jpg"><img class="alignnone alignleft" title="Resim 7" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-7-243x300.jpg" alt="" width="243" height="300" /></a></p>
<p>Nerede bu menü diye kafayı yememeniz adına (bizim gibi <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) hemen konuya gireyim. <strong>Perspective</strong> ile ilgili bir durum. Default olarak designer <strong>Domino Designer</strong> perspective seçili olarak açılıyor. Bu menü, bu perspective ile görünmüyor. <strong>XPages</strong> perspective  ayarı ile görünür oluyor. Esasında bu değiştirilebilir bir özellik. Örneğin Designer menusunde ClearCase ile ilgili menülerin de gelmemesi perspective ile alakalı. Bu ince ayarı yapmak için;</p>
<p>Window -&gt; Open Prespective -&gt; Domino Designer veya XPages i seçiyoruz.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-8.jpg"><img class="aligncenter size-medium wp-image-343" title="Resim 8" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-8-300x111.jpg" alt="" width="300" height="111" /></a>File menüsüne tıkladığınızda en altta<strong> Team Development</strong> menüsünü göreceksiniz.</p>
<p>Yada</p>
<p>Window -&gt; Open Perspective -&gt; Domino Designer ı seçin.</p>
<p>Window -&gt; Customize Perspective ı seçin.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-9.jpg"><img class="aligncenter size-medium wp-image-344" title="Resim 9" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-9-300x126.jpg" alt="" width="300" height="126" /></a></p>
<p>Açılan ekrandan <strong>Commands</strong> tab ına tıklayın.</p>
<p><strong>Available command groups</strong> listesinde <strong>Domino Designer Team Development</strong> seçeneği var. İşte bu aradığımız özellik.</p>
<p>Bu seçeneği seçip OK e tıkladığınızda da aktif olan perspective için<strong> Team Development</strong> menüsü aktif hale gelmiş oluyor.</p>
<p>Bununla birlikte <strong>Rational ClearCase SCM Adapter Plugin</strong> yüklendikten sonra bu listede <strong>ClearCase</strong> seçeneği aktif hale geliyor. Bu seçeneği seçtiğinizde de ClearCase menüsü görünür oluyor.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-11.jpg"><img class="aligncenter size-medium wp-image-345" title="Resim 11" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-11-300x203.jpg" alt="" width="300" height="203" /></a></p>
<p>Bu küçük uyarı sonucunda On-Disk NSF dosyalarımızı ClearCase e aktarmak (VOB a) için yapmamız gerekenler;</p>
<p>Proje seçilir. Sağ mouse click ile açılan menüden <strong>Team -&gt; Share Project</strong> e tıklanır.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-12.jpg"><img class="aligncenter size-medium wp-image-346" title="Resim 12" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-12-261x300.jpg" alt="" width="261" height="300" /></a>Dikkat !!! Local e aldığımız NSF üzerinde bu işlem yapılır. &#8220;[assoicated with filename.nsf]&#8221; yazar üstünde.</p>
<p><a href="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-13.jpg"><img class="aligncenter size-medium wp-image-347" title="Resim 13" src="http://www.bestcoder.net/wp-content/uploads/2011/11/Resim-13-300x256.jpg" alt="" width="300" height="256" /></a></p>
<p>Rational ClearCase e bağlantı yapılır.</p>
<p>Projenizle alakalı View seçilir.</p>
<p>&#8230;</p>
<p>Devamı gelecek. Henüz ben de bu adımdayım <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Yarın tamamlamaya çalışacağım bu yazıyı &#8230; Bu saatte bu yazıyı ingilizceye çevirmem çok zor <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>O sebepten Türkçe bilmeyen ark.lar  şimdilik resimlerden ilham alabilirler <img src='http://www.bestcoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/11/25/source-control-clearcase-domino-designer/" addthis:title="Source Control (IBM Rational ClearCase) for NSFs &#038; XPages &#8211; Lotus Designer in Domino 8.5.3">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2011/11/25/source-control-clearcase-domino-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OneUI (v2.0 &amp; v2.1) Documentation Links</title>
		<link>http://www.bestcoder.net/2011/11/22/oneui-v2-0-v2-1-documentation-links/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oneui-v2-0-v2-1-documentation-links</link>
		<comments>http://www.bestcoder.net/2011/11/22/oneui-v2-0-v2-1-documentation-links/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 12:45:05 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[XPages]]></category>
		<category><![CDATA[oneui]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=332</guid>
		<description><![CDATA[IBM Lotus User Interface &#8211; Developer Documentation v2.0 (OneUI version 2.0) IBM Lotus User Interface &#8211; Developer Documentation v2.1 (OneUI version 2.1)<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/11/22/oneui-v2-0-v2-1-documentation-links/" addthis:title="OneUI (v2.0 &#038; v2.1) Documentation Links">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www-12.lotus.com/ldd/doc/oneuidoc/docpublic/index.htm" target="_blank">IBM Lotus User Interface &#8211; Developer Documentation v2.0 (OneUI version 2.0)</a></p>
<p><a href=" http://infolib.lotus.com/resources/oneui/2.1/docPublic/components/overview.htm" target="_blank">IBM Lotus User Interface &#8211; Developer Documentation v2.1 (OneUI version 2.1)</a></p>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/11/22/oneui-v2-0-v2-1-documentation-links/" addthis:title="OneUI (v2.0 &#038; v2.1) Documentation Links">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2011/11/22/oneui-v2-0-v2-1-documentation-links/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XPages &#8211; Dojo &#8211; Question ?</title>
		<link>http://www.bestcoder.net/2011/10/31/xpages-dojo-question/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xpages-dojo-question</link>
		<comments>http://www.bestcoder.net/2011/10/31/xpages-dojo-question/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 12:03:27 +0000</pubDate>
		<dc:creator>Best Coder</dc:creator>
				<category><![CDATA[XPages]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.bestcoder.net/?p=322</guid>
		<description><![CDATA[Using dojox.widget.Standby in Xpage and try to show &#8220;waiting&#8221; screen during partial refresh process. I used image in Standby widget. When I clicked on button, first time only, image seems twice (like screen flip), after one click, trying again but at this time no problem. Why Standby widget shows image twice at first run/show ? [...]<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/10/31/xpages-dojo-question/" addthis:title="XPages &#8211; Dojo &#8211; Question ?">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></description>
			<content:encoded><![CDATA[<p>Using dojox.widget.Standby in Xpage and try to show &#8220;waiting&#8221; screen during partial refresh process.</p>
<p>I used image in Standby widget.</p>
<p>When I clicked on button, first time only, image seems twice (like screen flip), after one click, trying again but at this time no problem.</p>
<p>Why Standby widget shows image twice at first run/show ?</p>
<p>Any idea ?</p>
<h3>Share and Enjoy</h3>

<!-- Start WP Socializer Plugin - Addthis Button -->
<a class="addthis_button" target="_blank" href="http://addthis.com/bookmark.php?v=250&amp;pubid=ferhatbulut@gmail.com" addthis:url="http://www.bestcoder.net/2011/10/31/xpages-dojo-question/" addthis:title="XPages &#8211; Dojo &#8211; Question ?">Share with Addthis</a>
<!-- End WP Socializer Plugin - Addthis Button -->
]]></content:encoded>
			<wfw:commentRss>http://www.bestcoder.net/2011/10/31/xpages-dojo-question/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

