<?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>labs.groupwave</title>
	<atom:link href="http://labs.groupwave.be/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.groupwave.be</link>
	<description>Lotus, PhP, J2EE Technology Partner</description>
	<lastBuildDate>Tue, 09 Mar 2010 13:11:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to develop a Lotus Notes Client plug-in</title>
		<link>http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/</link>
		<comments>http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 13:11:48 +0000</pubDate>
		<dc:creator>Joris</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=153</guid>
		<description><![CDATA[﻿﻿In my first blog I’d like to explain a little about building a plug-in for Eclipse and how to integrate it into a Lotus Notes Client.
The first thing we’ll do is set up your Eclipse environment. I used the RCP edition of Eclipse Ganymede (3.4). I’m sure it’ll also work in other versions but I [...]]]></description>
			<content:encoded><![CDATA[<p>﻿﻿In my first blog I’d like to explain a little about building a plug-in for Eclipse and how to integrate it into a Lotus Notes Client.</p>
<p>The first thing we’ll do is set up your Eclipse environment. I used the RCP edition of Eclipse Ganymede (3.4). I’m sure it’ll also work in other versions but I have not tested those. I&#8217;ve only tested on the Lotus Notes Client 8.5.1.</p>
<p>We need to add the Notes JVM for Eclipse to use. The target platform also has to be configured as well as the launch configuration.</p>
<p>When you’re done you should have a working Eclipse environment in which you can develop and test Lotus Notes Client plug-ins. This means you can press the run button and Eclipse will start a Notes Client and run the plug-in in that client. Make sure no Lotus Notes Client instances are open before you run your plug-in project or you&#8217;ll get an authorization error.</p>
<p>The next step is to create a plug-in. Create a new Eclipse Plug-in Project and base it on the view template. Make sure to add the &#8216;<span style="font-family: Arial, serif;"><span style="font-size: x-small;">com.ibm.notes.java.api</span></span>&#8216; dependency to your project. And don&#8217;t forget to include the Notes.jar library if you want to be able work with Notes databases in your project.</p>
<p>Eclipse plug-ins work based on extension points. We can extend the menu, toolbars, help, preferences … We now created a plug-in based on the view template. Eclipse can show these views almost anywhere. But for us to show it in the Notes sidebar we have to create another extension based on the com.ibm.rcp.ui.shelfViews. We can then link our view to this one and it will be shown in the sidebar.</p>
<p>With our plug-in up and running, we’ll need a way to make it distributable. And we have to be able to install it into any Lotus Notes Client.</p>
<p>Make a new Feature Project and add our plug-in to it. Afterwards make a new Update Site Project and add our feature to it. Don&#8217;t forget to build the plug-ins or you&#8217;ll have an empty site.</p>
<p>In your Notes Client, install a new application, add a folder and browse to your site (the folder containing site.xml). You&#8217;ll get all the features in this site with each feature displayinh its plug-ins.</p>
<p>Eclipse (and thus the Lotus Notes Client) works with features. Each feature contains one or more plug-ins. You need an update site to make your feature available. A feature is the actual plug-in, integrated into Eclipse.</p>
<p>You should now have a simple view – plug-in that you can install into any Notes 8.5.1 client.</p>
<p>This concludes my first post. Have fun extending <img src='http://labs.groupwave.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/&amp;title=How+to+develop+a+Lotus+Notes+Client+plug-in" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/&amp;title=How+to+develop+a+Lotus+Notes+Client+plug-in" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/&amp;title=How+to+develop+a+Lotus+Notes+Client+plug-in" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/&amp;title=How+to+develop+a+Lotus+Notes+Client+plug-in" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+How+to+develop+a+Lotus+Notes+Client+plug-in+@+http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2010/03/09/how-to-develop-a-lotus-notes-client-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mindoo &#8211; 2 additional plugins for Lotus Notes 8.5.1</title>
		<link>http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/</link>
		<comments>http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:37:10 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=151</guid>
		<description><![CDATA[Two additional options for the bookmarks bar/open list: &#8220;Locate on workspace&#8221; and &#8220;Open as workspace&#8221;
This plugin adds two options to the right-mouse action menu on the Open list:
A full description + download file is available here:
http://www.mindoo.de/web/blog.nsf/dx/30.01.2010154312KLEKA4.htm
Installation:
Download and unzip the update-sites zip.
In Notes: File &#8211; Application &#8211; Install -&#62; select the location of the unzipped files.
After [...]]]></description>
			<content:encoded><![CDATA[<p>Two additional options for the bookmarks bar/open list: &#8220;Locate on workspace&#8221; and &#8220;Open as workspace&#8221;<br />
This plugin adds two options to the right-mouse action menu on the Open list:</p>
<p>A full description + download file is available here:</p>
<p>http://www.mindoo.de/web/blog.nsf/dx/30.01.2010154312KLEKA4.htm</p>
<p>Installation:<br />
Download and unzip the update-sites zip.<br />
In Notes: File &#8211; Application &#8211; Install -&gt; select the location of the unzipped files.<br />
After install, the installer asks to restart Notes. After restarting, the updated menu is not there. So you need to<br />
restart Notes manually in order to have it working.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/&amp;title=Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/&amp;title=Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/&amp;title=Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/&amp;title=Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1+@+http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Collaboration &#8211; Supported devices chart</title>
		<link>http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/</link>
		<comments>http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 09:07:34 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=144</guid>
		<description><![CDATA[Did you ever wondered which device supports which IBM software ?
Well, here you go :



Bookmark to:














]]></description>
			<content:encoded><![CDATA[<p>Did you ever wondered which device supports which IBM software ?</p>
<p>Well, here you go :</p>
<p><a href="http://labs.groupwave.be/wp-content/uploads/2010/02/compd_device.jpg"><img class="alignnone size-full wp-image-145" title="Mobile Devices - Chart" src="http://labs.groupwave.be/wp-content/uploads/2010/02/compd_device.jpg" alt="" width="446" height="373" /></a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/&amp;title=Mobile+Collaboration+%26%238211%3B+Supported+devices+chart" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/&amp;title=Mobile+Collaboration+%26%238211%3B+Supported+devices+chart" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/&amp;title=Mobile+Collaboration+%26%238211%3B+Supported+devices+chart" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/&amp;title=Mobile+Collaboration+%26%238211%3B+Supported+devices+chart" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Mobile+Collaboration+%26%238211%3B+Supported+devices+chart+@+http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lotus Notes Traveler in 2010</title>
		<link>http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/</link>
		<comments>http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:32:50 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=140</guid>
		<description><![CDATA[Hello,
IBM has announced Lotus Notes Traveler Companion.  It&#8217;s IBM first application available on the iPhone  
Available at no charge. Traveler Companio allows iPhone users to read encrypted LN Mail.
The fixpack which allows this is available for download ( FP for Traveler 8.5.1 ).
You also get support for basic calendar workflow on the iPhone ( [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>IBM has announced Lotus Notes Traveler Companion.  It&#8217;s IBM first application available on the iPhone <img src='http://labs.groupwave.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Available at no charge. Traveler Companio allows iPhone users to read encrypted LN Mail.</p>
<p>The fixpack which allows this is available for download ( FP for Traveler 8.5.1 ).</p>
<p>You also get support for basic calendar workflow on the iPhone ( you can accept &amp; decline meetings ).</p>
<p><a href="http://labs.groupwave.be/wp-content/uploads/2010/02/M2.jpg"><img class="alignnone size-full wp-image-141" title="Traveler" src="http://labs.groupwave.be/wp-content/uploads/2010/02/M2.jpg" alt="" width="504" height="350" /></a></p>
<p>Secondly, IBM announced a plan to deliver a LN Traveler Client for Android.</p>
<p>Android is a different challenge Vs IBM&#8217;s other mobile platforms.</p>
<p>The 2010 plans for Traveler :</p>
<p>- support for the LN Traveler Server Component on Linux</p>
<p>- a new mobile installer that simplifies issues with different ND and device version management</p>
<p>- plans for Foundations to include LN Traveler</p>
<p>Side-news : IBM Will also be reselling the RIM blackberry component that support Quickr and Connections. RIM also announced that they are using LN Software for their internal use <img src='http://labs.groupwave.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/&amp;title=Lotus+Notes+Traveler+in+2010" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/&amp;title=Lotus+Notes+Traveler+in+2010" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/&amp;title=Lotus+Notes+Traveler+in+2010" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/&amp;title=Lotus+Notes+Traveler+in+2010" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Lotus+Notes+Traveler+in+2010+@+http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Godmode for windows 7</title>
		<link>http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/</link>
		<comments>http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 07:59:43 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[Godmode]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=136</guid>
		<description><![CDATA[The name might suggest grander possibilities, but Windows enthusiasts are delighted with the discovery of a hidden &#8216;God Mode&#8217; in Windows 7.
By creating a new folder in Windows 7 in a specific way, users get a place where they can customize everything, from the appearance of the mouse pointer to creating a new partition.
This trick [...]]]></description>
			<content:encoded><![CDATA[<p>The name might suggest grander possibilities, but Windows enthusiasts are delighted with the discovery of a hidden &#8216;God Mode&#8217; in Windows 7.</p>
<p>By creating a new folder in Windows 7 in a specific way, users get a place where they can customize everything, from the appearance of the mouse pointer to creating a new partition.</p>
<p>This trick is also reported to work under Windows Vista, though there are posts that the 64-bit version of Vista does crash. For the 32-bit version, this God-mode should work.</p>
<p>To activate this mode, you create a new folder and name it the following:</p>
<blockquote><p>GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}</p></blockquote>
<p>Once that happened, the icon of the folder changes and the folder will contain more than 280 configuration options.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/&amp;title=Godmode+for+windows+7" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/&amp;title=Godmode+for+windows+7" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/&amp;title=Godmode+for+windows+7" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/&amp;title=Godmode+for+windows+7" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Godmode+for+windows+7+@+http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2010/01/06/godmode-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lotus Knows worldwide marketing campaign</title>
		<link>http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/</link>
		<comments>http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 15:11:51 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[Lotus]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[eMarketing]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=130</guid>
		<description><![CDATA[Lotus knows how to put a brand in the picture!
IBM launched a new worlwide marketing campaign to get more visibility for our beloved brand!
Check out www.lotusknows.com to discover the world of IBM Lotus!
I have to warn you, once you&#8217;re a Lotus addict, there is no way back
  


Bookmark to:














]]></description>
			<content:encoded><![CDATA[<p>Lotus knows how to put a brand in the picture!</p>
<p>IBM launched a new worlwide marketing campaign to get more visibility for our beloved brand!</p>
<p>Check out <a href="http://www.lotusknows.com" target="_blank">www.lotusknows.com</a> to discover the world of IBM Lotus!</p>
<p>I have to warn you, once you&#8217;re a Lotus addict, there is no way back</p>
<p> <img src='http://labs.groupwave.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/&amp;title=Lotus+Knows+worldwide+marketing+campaign" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/&amp;title=Lotus+Knows+worldwide+marketing+campaign" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/&amp;title=Lotus+Knows+worldwide+marketing+campaign" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/&amp;title=Lotus+Knows+worldwide+marketing+campaign" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Lotus+Knows+worldwide+marketing+campaign+@+http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2009/11/26/lotus-knows-worldwide-marketing-campaign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes roaming users on Lotus Foundations</title>
		<link>http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/</link>
		<comments>http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 13:50:31 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Lotus]]></category>
		<category><![CDATA[Lotus Foundations]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=125</guid>
		<description><![CDATA[We are installing a Lotus Foundations Branch Office appliance at one of our customers. Lotus Foundations Branch Office is used in combination with a Lotus Domino Enterprise server. All configuration happens on the Enterprise server and is then replicated to the Foundations server.
For example: users are registrated on the Enterprise server, with the Foundations server [...]]]></description>
			<content:encoded><![CDATA[<p>We are installing a <a href="http://www.lotusfoundations.com/products/branch-office.php" target="_blank">Lotus Foundations Branch Office</a> appliance at one of our customers. Lotus Foundations Branch Office is used in combination with a Lotus Domino Enterprise server. All configuration happens on the Enterprise server and is then replicated to the Foundations server.<br />
For example: users are registrated on the Enterprise server, with the Foundations server as their mailserver.</p>
<p>Some of the users on the Foundations server had to be upgraded to roaming users (Notes roaming). It took me quite a while before this actually worked. When I upgraded an existing user on the Enterprise server to roaming, it worked within ten minutes. But when I did the same for a user on the Foundations server, it always ended up in tears (aka: not working).</p>
<p>After some searching and digging on the web, I finally found a solution. For some reason, roaming just wouldn&#8217;t work if the files were  on the Foundations server itself. When I put them on the Enterprise server, everything seemed to work. Putting the roaming files on the Enterprise server will ofcourse cause a longer startup time if the user logs on for the first time, as the Enterprise server is probably off-site.</p>
<p><strong>So in short:</strong><br />
You have to upgrade the user to roaming on the Enterprise server, select the Enterprise server as the roaming server, and then replicate this to the Foundations server (that, in combination with a few &#8220;tell adminp process new&#8221; commands).<br />
By default, if you upgrade a user to roaming, it selects the mailserver of that user as the roaming server. So be sure to change this for a user on Foundations to the Enterprise server!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/&amp;title=Notes+roaming+users+on+Lotus+Foundations" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/&amp;title=Notes+roaming+users+on+Lotus+Foundations" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/&amp;title=Notes+roaming+users+on+Lotus+Foundations" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/&amp;title=Notes+roaming+users+on+Lotus+Foundations" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Notes+roaming+users+on+Lotus+Foundations+@+http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2009/10/09/notes-roaming-users-on-lotus-foundations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting users for SVN from Domino LDAP</title>
		<link>http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/</link>
		<comments>http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 09:30:41 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=113</guid>
		<description><![CDATA[Setting up an Subversion server (http://subversion.tigris.org/) is fairly easy. On most Linux distributions, you can install it via the packet manager that comes equipped with it. At our company, we run Subversion on CentOS with Apache.
For added security, we require users to authenticate if they want to access the repositories. You can add these users [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Setting up an Subversion server (http://subversion.tigris.org/) is fairly easy. On most Linux distributions, you can install it via the packet manager that comes equipped with it. At our company, we run Subversion on CentOS with Apache.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">For added security, we require users to authenticate if they want to access the repositories. You can add these users manually with htaccess files, but why do that if you already have all the users listed in the Domino directory? Having multiple user accounts for the same user, scattered over different server, only makes things more complex. So I decided to extract them from our Domino server via LDAP.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">To add authentication, I added the following paramters in the configuration of Apache.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">First, specify that you want to use LDAP for authentication:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthBasicProvider ldap</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthType Basic</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthzLDAPAuthoritative off</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthName &#8220;SVN&#8221;</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">require valid-user</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthBasicProvider ldap and AuthType Basic will tell Apache/Subversion to use LDAP for authentication. With AuthzLDAPAuthoritative off, you tell Apache that LDAP does not decide who has access and who doesn&#8217;t. In our case, LDAP just has to pass user information. AuthName is just a title for the login popup. require valid-user speaks for itself I think.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Next, we come to the actual connection. This has to be built up like this:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthLDAPUrl &#8220;ldap://hostname:port/basedn?attribute?scope?filter&#8221; NONE</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">basedn defines where you want to search in LDAP. attribute is what will match the username that the user types in the login popup. scope tells LDAP how deep it has to search in the directory. Put this on &#8220;sub&#8221; so it will search the entire directory. filter defines what objects should be returned. Set this on &#8220;(objectClass=*)&#8221; to return all objects.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Our URL looks like this:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthLDAPUrl &#8220;ldap://ldap.groupwave.be:389/O=GroupWave?CN?sub?(objectClass=*)&#8221; NONE</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">To find the correct URL for your server, I suggest you use an LDAP browser tool like Softerra LDAP Browser (http://www.ldapadministrator.com/). Getting the URL right by trial and error in Apache, can be a very tiresome job.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">These extra parameters should be enough to add Domino LDAP authentication to your Subversion server. The final configuration looks like this (this is added to a &lt;VirtualHost&gt; directive):</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">&lt;Location &#8220;/&#8221;&gt;</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><span style="white-space: pre;"> </span>AuthBasicProvider ldap</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthType Basic</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthzLDAPAuthoritative off</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthName &#8220;Groupwave SVN&#8221;</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><span style="white-space: pre;"> </span>require valid-user</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">AuthLDAPUrl &#8220;ldap://ldap.groupwave.local:389/O=GroupWave?CN?sub?(objectClass=*)&#8221; NONE</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">DAV svn</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">SVNParentPath /mnt/iscsi/subversion/repositories</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">SVNListParentPath on</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">&lt;/Location&gt;</div>
<p>Setting up an <a title="Subversion" href="http://subversion.tigris.org/" target="_blank">Subversion</a><span> </span>server is fairly easy. On most Linux distributions, you can install it via the packet manager that comes equipped with it. At our company, we run Subversion on CentOS with Apache.</p>
<p>For added security, we require users to authenticate if they want to access the repositories. You can add these users manually with htaccess files, but why do that if you already have all the users listed in the Domino directory? Having multiple user accounts for the same user, scattered over different server, only makes things more complex. So I decided to extract them from our Domino server via LDAP.</p>
<p>To add authentication, I added the following paramters in the configuration of Apache.<br />
First, specify that you want to use LDAP for authentication:</p>
<blockquote><p>AuthBasicProvider ldap<br />
AuthType Basic<br />
AuthzLDAPAuthoritative off<br />
AuthName &#8220;SVN&#8221;<br />
require valid-user</p></blockquote>
<p><strong>AuthBasicProvider ldap</strong> and <strong>AuthType Basic</strong><span> </span>will tell Apache/Subversion to use LDAP for authentication. With <strong>AuthzLDAPAuthoritative off</strong>, you tell Apache that LDAP does not decide who has access and who doesn&#8217;t. In our case, LDAP just has to pass user information. <strong>AuthName</strong><span> </span>is just a title for the login popup. <strong>require valid-user</strong><span> </span>speaks for itself I think.</p>
<p>Next, we come to the actual connection. This has to be built up like this:</p>
<blockquote><p>AuthLDAPUrl &#8220;ldap://hostname:port/basedn?attribute?scope?filter&#8221; NONE</p></blockquote>
<p><strong>basedn </strong>defines where you want to search in LDAP. <strong>attribute </strong>is what will match the username  to what the user types in the login popup. <strong>scope </strong>tells LDAP how deep it has to search in the directory. Put this on &#8220;sub&#8221; so it will search the entire tree. Finally,  <strong>filter </strong>defines what objects should be returned. Put this on &#8220;(objectClass=*)&#8221; to return all objects.</p>
<p>On our server the URL looks like this:</p>
<blockquote><p>AuthLDAPUrl &#8220;ldap://ldap.groupwave.be:389/O=GroupWave?CN?sub?(objectClass=*)&#8221; NONE</p></blockquote>
<p>To find the correct URL for your server, I suggest you use an LDAP browser tool like <a title="Softerra LDAP Browser" href="http://www.ldapadministrator.com/" target="_blank">Softerra LDAP Browser</a>. Getting the URL right by trial and error in Apache, can be a very tiresome job.</p>
<p>These extra parameters should be enough to add Domino LDAP authentication to your Subversion server.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/&amp;title=Getting+users+for+SVN+from+Domino+LDAP" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/&amp;title=Getting+users+for+SVN+from+Domino+LDAP" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/&amp;title=Getting+users+for+SVN+from+Domino+LDAP" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/&amp;title=Getting+users+for+SVN+from+Domino+LDAP" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Getting+users+for+SVN+from+Domino+LDAP+@+http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2009/09/17/getting-users-for-svn-from-domino-ldap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java agent to get an rss feed behind a proxy server</title>
		<link>http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/</link>
		<comments>http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:18:54 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Lotus Notes]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=102</guid>
		<description><![CDATA[I just finished developing the integration of this blog in our company website (under &#8216;Portfolio&#8217; on the right).
This site is running on domino. This is how I accomplished this:

Create a java agent to read the rss feed.
On the web page, use an XmlHttpRequest to call the agent and get the XML.
Also in javascript: parse the [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished developing the integration of this blog in <a href="http://www.groupwave.be" target="_new">our company website</a> (under &#8216;Portfolio&#8217; on the right).</p>
<p>This site is running on domino. This is how I accomplished this:</p>
<ol>
<li>Create a java agent to read the rss feed.</li>
<li>On the web page, use an XmlHttpRequest to call the agent and get the XML.</li>
<li>Also in javascript: parse the XML to HTML and put in a div on the website.</li>
</ol>
<p>The code for step 2 and 3, you can see on our website: just download the javascript code (we use dojo as a framework).</p>
<p>Step 1 is also fairly simple. Here is the most important part of the code:</p>
<pre><span style="color: #3366ff;">Session session = getSession();
AgentContext agentContext = session.getAgentContext();
</span><span style="color: #3366ff;">PrintWriter p</span><span style="color: #3366ff;"><span style="color: #3366ff;">w </span>= getAgentOutput();
pw.println("Content-type: text/xml; charset=utf-8");
URL labs = new URL("http://labs.groupwave.be/index.php/feed/");
BufferedReader in = new BufferedReader(new InputStreamReader(labs.openStream()));
String inputLine;
while ((inputLine = in.readLine()) != null)
pw.println(inputLine);
in.close();</span></pre>
<p>The tricky part for me was the get past our proxy server. I was testing this code on my local domino server meaning that the proxy server had to be used to access the internet (and the feed). I tried modifying the server document and setting the agent security to allow unrestricted operations. To no avail.</p>
<p>Then I found out that the <strong>java.policy</strong> file (in the &#8216;jvm/lib/security&#8217; folder) has to be modified to allow java to modify system settings. And that&#8217;s what&#8217;s needed  to set up the proxy server in java:</p>
<pre><span style="color: #3366ff;">java.util.Properties sysProps = System.getProperties();
sysProps.put("proxySet", "true");</span><span style="color: #3366ff;">
sysProps.put("proxyHost", "proxy.iconos.be");
sysProps.put("proxyPort", "8080");</span></pre>
<address>(this is the code I inserted in the first piece of code to get it to work with the proxy server)</address>
<p>This is what you need to add in the <strong>java.policy</strong> file to get this to work (in the &#8216;grant&#8217; section &#8211; &#8220;default permissions granted to all domains&#8221;):</p>
<pre>permission java.security.AllPermission
permission java.util.PropertyPermission "proxySet", "write";
permission java.util.PropertyPermission "proxyHost", "write";
permission java.util.PropertyPermission "proxyPort", "write";</pre>
<p>Hope this helps some of you&#8230;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/&amp;title=Java+agent+to+get+an+rss+feed+behind+a+proxy+server" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/&amp;title=Java+agent+to+get+an+rss+feed+behind+a+proxy+server" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/&amp;title=Java+agent+to+get+an+rss+feed+behind+a+proxy+server" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/&amp;title=Java+agent+to+get+an+rss+feed+behind+a+proxy+server" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Java+agent+to+get+an+rss+feed+behind+a+proxy+server+@+http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2009/09/10/java-agent-to-get-an-rss-feed-behind-a-proxy-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>using Quickr with Domino LDAP when hosting multiple directories</title>
		<link>http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/</link>
		<comments>http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 09:07:44 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=100</guid>
		<description><![CDATA[
As many of us know, you can define your Quickr user directory to use both Domino Directory and LDAP.
When using the Domino Directory as your User Directory for Quickr, you are able to log onto your Quickr with all users of all the directories included in your Directory assistance setup.
However, when you have enabled Quickr [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Helv; font-size: x-small;"><span style="font-family: Helv; font-size: x-small;"></p>
<p dir="ltr">As many of us know, you can define your Quickr user directory to use both Domino Directory and LDAP.</p>
<p dir="ltr">When using the Domino Directory as your User Directory for Quickr, you are able to log onto your Quickr with all users of all the directories included in your Directory assistance setup.</p>
<p dir="ltr">However, when you have enabled Quickr to use LDAP as User Directory, you are only able to log in with users from the Primary Domino Directory. You are able to select users from all directories, when you want to grant access to places and rooms, but you won&#8217;t be able to log in with any of these users.</p>
<p dir="ltr">The solution to this issue lies in the following setting in your notes.ini</p>
<p dir="ltr">=&gt; Inet_Authenticate_With_Secondary=1</p>
<p>After this, you will need to restart your Lotus Quickr server and you will be able to log in with users from your secondary directories. This is only valid for a Domino LDAP that consists of several directories.</p>
<p></span></span></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/&amp;title=using+Quickr+with+Domino+LDAP+when+hosting+multiple+directories" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/&amp;title=using+Quickr+with+Domino+LDAP+when+hosting+multiple+directories" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/&amp;title=using+Quickr+with+Domino+LDAP+when+hosting+multiple+directories" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/&amp;title=using+Quickr+with+Domino+LDAP+when+hosting+multiple+directories" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+using+Quickr+with+Domino+LDAP+when+hosting+multiple+directories+@+http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2009/09/04/using-quickr-with-domino-ldap-when-hosting-multiple-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
