<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel><title> Comments:  Lotus Expeditor wiki</title><description>Social business wiki for IBM Lotus Expeditor product documentation and community content</description><link>http://www-10.lotus.com/ldd/lewiki.nsf</link><language>en-us</language><lastBuildDate>Sun, 6 Nov 2011 08:55:27 AM -0400</lastBuildDate>
<item>
<title>Minimum prerequisite eclipse 3.4.2 is misleading</title>
<pubDate>Sun, 6 Nov 2011 08:55:27 AM -0400</pubDate>
<dc:creator>Peter Narlund</dc:creator>
<dc:subject>Getting started with the Lotus Expeditor Toolkit</dc:subject>
<description>Is it even possible to install the toolkit on eclipse 3.5.x or later?</description>
<content:encoded>Is it even possible to install the toolkit on eclipse 3.5.x or later?</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Getting_started_with_the_Lotus_Expeditor_Toolkit_6.2.1?opendocument&amp;comments#11062011085527AMWEBJC9.htm</link>
</item>
<item>
<title>Re: Using IBM Lotus Expeditor Toolkit 6.2.1 with IBM Lotus Notes 8.5.1</title>
<pubDate>Sat, 5 Nov 2011 06:55:54 AM -0400</pubDate>
<dc:creator>Peter Narlund</dc:creator>
<dc:subject>Using IBM Lotus Expeditor Toolkit 6.2.1 with IBM Lotus Notes 8.5.1</dc:subject>
<description>I cannot find an index.html file in the toolkit.</description>
<content:encoded>I cannot find an index.html file in the toolkit.</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Using_IBM_Lotus_Expeditor_Toolkit_6.2.1_with_IBM_Lotus_Notes_8.5.1?opendocument&amp;comments#11052011065554AMWEBEU2.htm</link>
</item>
<item>
<title>Re: Installing the Lotus Expeditor Toolkit 6.2.1</title>
<pubDate>Sat, 5 Nov 2011 06:10:16 AM -0400</pubDate>
<dc:creator>Peter Narlund</dc:creator>
<dc:subject>Installing the Lotus Expeditor Toolkit 6.2.1</dc:subject>
<description>How hard can it be to write an installation instruction that is actually working?</description>
<content:encoded>How hard can it be to write an installation instruction that is actually working?</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Installing_the_Lotus_Expeditor_Toolkit_6.2.1?opendocument&amp;comments#11052011061016AMWEBDXH.htm</link>
</item>
<item>
<title>Re: Sample: Device Web Application</title>
<pubDate>Tue, 17 May 2011 09:33:28 AM -0400</pubDate>
<dc:creator>Thorsten Hindermann</dc:creator>
<dc:subject>Sample: Device Web Application</dc:subject>
<description>Which mobile devices are supported?</description>
<content:encoded>Which mobile devices are supported?</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Sample_Device_Web_Application?opendocument&amp;comments#05172011093328AMWEBHWH.htm</link>
</item>
<item>
<title>Re: Sample: Removing Launch Items</title>
<pubDate>Fri, 13 May 2011 07:28:06 AM -0400</pubDate>
<dc:creator>Jens B Christiansen</dc:creator>
<dc:subject>Sample: Removing Launch Items</dc:subject>
<description>Van,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Won't this require some form of busy-waiting, or can I use a IJobChangeListener? Since I would like to remove some items when the Notes start, and I don't know if the Launcher is fully initialized, when my code is executed (currently using the constructor of my LauncherContributionItem class, which I not sure is the right place). If e.g. "b" is null, I have to keep trying until I actually get a valid bundle object. Can I use IJobChangeListener or some other form of event listener instead?</description>
<content:encoded>Van,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Won't this require some form of busy-waiting, or can I use a IJobChangeListener? Since I would like to remove some items when the Notes start, and I don't know if the Launcher is fully initialized, when my code is executed (currently using the constructor of my LauncherContributionItem class, which I not sure is the right place). If e.g. "b" is null, I have to keep trying until I actually get a valid bundle object. Can I use IJobChangeListener or some other form of event listener instead?</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Sample_Removing_Launch_Items?opendocument&amp;comments#05132011072806AMWEBFG6.htm</link>
</item>
<item>
<title>Re: Sample: Removing Launch Items</title>
<pubDate>Thu, 12 May 2011 11:53:56 AM -0400</pubDate>
<dc:creator>Van Staub</dc:creator>
<dc:subject>Sample: Removing Launch Items</dc:subject>
<description>Jens,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The sample code might not be doing the most robust check. If you receive an exception while removing, try to add another defensive check:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// ensure the launcher is available&lt;br /&gt;&lt;br /&gt;Bundle b = Platform.getBundle("com.ibm.rcp.ui");&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if (b != null) {&lt;br /&gt;&lt;br /&gt;int launcherState = b.getState();&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// launcher depends on the workbench, check its state too&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if (PlatformUI.isWorkbenchRunning()&lt;br /&gt;&lt;br /&gt; &amp;&amp; launcherState == Bundle.ACTIVE) { // do something }</description>
<content:encoded>Jens,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The sample code might not be doing the most robust check. If you receive an exception while removing, try to add another defensive check:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// ensure the launcher is available&lt;br /&gt;&lt;br /&gt;Bundle b = Platform.getBundle("com.ibm.rcp.ui");&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if (b != null) {&lt;br /&gt;&lt;br /&gt;int launcherState = b.getState();&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// launcher depends on the workbench, check its state too&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if (PlatformUI.isWorkbenchRunning()&lt;br /&gt;&lt;br /&gt; &amp;&amp; launcherState == Bundle.ACTIVE) { // do something }</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Sample_Removing_Launch_Items?opendocument&amp;comments#05122011115356AMWEBLNA.htm</link>
</item>
<item>
<title>Re: Sample: Removing Launch Items</title>
<pubDate>Wed, 11 May 2011 09:17:49 AM -0400</pubDate>
<dc:creator>Jens B Christiansen</dc:creator>
<dc:subject>Sample: Removing Launch Items</dc:subject>
<description>What extension point should be used for removing launcher items. If I try to remove items using e.g. the extension point com.ibm.rcp.ui.launcherSet and a launchItemType, the launcher might not be fully initialized, and I get an exception when removing items.&lt;br /&gt;&lt;br /&gt;</description>
<content:encoded>What extension point should be used for removing launcher items. If I try to remove items using e.g. the extension point com.ibm.rcp.ui.launcherSet and a launchItemType, the launcher might not be fully initialized, and I get an exception when removing items.&lt;br /&gt;&lt;br /&gt;</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Sample_Removing_Launch_Items?opendocument&amp;comments#05112011091749AMWEBHLQ.htm</link>
</item>
<item>
<title>Re: Updating the plugin_customization.ini file: XPD622</title>
<pubDate>Wed, 11 May 2011 08:37:52 AM -0400</pubDate>
<dc:creator>Van Staub</dc:creator>
<dc:subject>Updating the plugin_customization.ini file: XPD622</dc:subject>
<description>A common request to support is that users would rather not be prompted by the login dialog. To prevent this, set the following.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;com.ibm.rcp.security.auth.ui/ssoEnabled=true&lt;br /&gt;&lt;br /&gt;com.ibm.rcp.security.auth.ui/ssoAllowed=true &lt;br /&gt;&lt;br /&gt;</description>
<content:encoded>A common request to support is that users would rather not be prompted by the login dialog. To prevent this, set the following.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;com.ibm.rcp.security.auth.ui/ssoEnabled=true&lt;br /&gt;&lt;br /&gt;com.ibm.rcp.security.auth.ui/ssoAllowed=true &lt;br /&gt;&lt;br /&gt;</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Updating_the_plugincustomization.ini_file_XPD622?opendocument&amp;comments#05112011083752AMWEBGTR.htm</link>
</item>
<item>
<title>Re: IBM Lotus Expeditor 6.2.2 Toolkit Installation Guide: XPD622</title>
<pubDate>Wed, 16 Mar 2011 12:29:40 PM -0400</pubDate>
<dc:creator>Van Staub</dc:creator>
<dc:subject>IBM Lotus Expeditor 6.2.2 Toolkit Installation Guide: XPD622</dc:subject>
<description>I've updated the link to the system requirements technote. Additionally, I've added a statement that Eclipse 3.4 + WTP is still the required Eclipse version. This has not changed from 6.2.1; however, the system requirements technote does not explicitly state this.</description>
<content:encoded>I've updated the link to the system requirements technote. Additionally, I've added a statement that Eclipse 3.4 + WTP is still the required Eclipse version. This has not changed from 6.2.1; however, the system requirements technote does not explicitly state this.</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/IBM_Lotus_Expeditor_6.2.2_Toolkit_Installation_Guide_XPD622?opendocument&amp;comments#03162011122940PMWEBMCM.htm</link>
</item>
<item>
<title>Updating the plugin_customization.ini file: XPD621</title>
<pubDate>Fri, 12 Nov 2010 12:29:08 PM -0400</pubDate>
<dc:creator>Van Staub</dc:creator>
<dc:subject>Updating the plugin_customization.ini file: XPD621</dc:subject>
<description>com.ibm.rcp.security.auth/loginEnabled=value should be a boolean true or false. The "Failed to login" message should only appear if the SecurePlatform fails to login (receives an exception). Support is investigating use case loginEnabled since it is currently unclear.</description>
<content:encoded>com.ibm.rcp.security.auth/loginEnabled=value should be a boolean true or false. The "Failed to login" message should only appear if the SecurePlatform fails to login (receives an exception). Support is investigating use case loginEnabled since it is currently unclear.</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Updating_the_plugincustomization.ini_file_XPD621?opendocument&amp;comments#11122010122908PMWEBNHS.htm</link>
</item>
<item>
<title>Enabling the Notification servlet on a desktop client: XPD622</title>
<pubDate>Fri, 24 Sep 2010 10:31:50 AM -0400</pubDate>
<dc:creator>sai kiran are</dc:creator>
<dc:subject>Enabling the Notification servlet on a desktop client: XPD622</dc:subject>
<description>To able to send notifications add the following parameter to rcpinstall.properties file&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Dcom.ibm.pvc.webcontainer.useLocalAddress=false</description>
<content:encoded>To able to send notifications add the following parameter to rcpinstall.properties file&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Dcom.ibm.pvc.webcontainer.useLocalAddress=false</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Enabling_the_Notification_servlet_on_a_desktop_client_XPD622?opendocument&amp;comments#09242010103150AMWEBK2Y.htm</link>
</item>
<item>
<title>Configuring the web container: XPD622</title>
<pubDate>Fri, 24 Sep 2010 10:29:10 AM -0400</pubDate>
<dc:creator>sai kiran are</dc:creator>
<dc:subject>Configuring the web container: XPD622</dc:subject>
<description>By Default the webcontainer will listen only with localhost. To avoid it (To listen all the interfaces) please use the following parameter&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Dcom.ibm.pvc.webcontainer.useLocalAddress=false</description>
<content:encoded>By Default the webcontainer will listen only with localhost. To avoid it (To listen all the interfaces) please use the following parameter&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Dcom.ibm.pvc.webcontainer.useLocalAddress=false</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Configuring_the_web_container_XPD622?opendocument&amp;comments#09242010102910AMWEBJZB.htm</link>
</item>
<item>
<title>Running the IBM Support Assistant: XPD622</title>
<pubDate>Thu, 16 Sep 2010 05:47:53 AM -0400</pubDate>
<dc:creator>sai kiran are</dc:creator>
<dc:subject>Running the IBM Support Assistant: XPD622</dc:subject>
<description>Is this available in Lotus Expeditor for Devices? Is it possible to customize what all the files can be included while doing ISA Collection activity (Like DB2e sync logs ...)?</description>
<content:encoded>Is this available in Lotus Expeditor for Devices? Is it possible to customize what all the files can be included while doing ISA Collection activity (Like DB2e sync logs ...)?</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Running_the_IBM_Support_Assistant_XPD622?opendocument&amp;comments#09162010054753AMWEBDHH.htm</link>
</item>
<item>
<title>IBM Lotus Expeditor 6.2.2 Toolkit Installation Guide: XPD622</title>
<pubDate>Thu, 9 Sep 2010 09:36:38 AM -0400</pubDate>
<dc:creator>Andrew Stevenson</dc:creator>
<dc:subject>IBM Lotus Expeditor 6.2.2 Toolkit Installation Guide: XPD622</dc:subject>
<description>The "supported hardware and software" link goes to a page about 6.2.1. Is it that the list is the same for 6.2.2?</description>
<content:encoded>The "supported hardware and software" link goes to a page about 6.2.1. Is it that the list is the same for 6.2.2?</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/IBM_Lotus_Expeditor_6.2.2_Toolkit_Installation_Guide_XPD622?opendocument&amp;comments#09092010093638AMWEBHYG.htm</link>
</item>
<item>
<title>Expeditor's most wanted</title>
<pubDate>Mon, 2 Aug 2010 02:13:58 PM -0400</pubDate>
<dc:creator>Markus J Nagel</dc:creator>
<dc:subject>Expeditor&amp;#8217;s most wanted</dc:subject>
<description>Some help / documentation / code snippets for SyncML4J would sure be appreciated (at least be me ;-))</description>
<content:encoded>Some help / documentation / code snippets for SyncML4J would sure be appreciated (at least be me ;-))</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/06152009102611AMWEBJXE.htm?opendocument&amp;comments#08022010021358PMWEBPDT.htm</link>
</item>
<item>
<title>Adding an OpenSpan Windows Container to a Composite Application</title>
<pubDate>Thu, 29 Jul 2010 06:21:10 AM -0400</pubDate>
<dc:creator>sai kiran are</dc:creator>
<dc:subject>Adding an OpenSpan Windows Container to a Composite Application</dc:subject>
<description>If the windows application is big how can add horizontal and vertical scrolls to the open span windows container?</description>
<content:encoded>If the windows application is big how can add horizontal and vertical scrolls to the open span windows container?</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Adding_an_OpenSpan_Windows_Container_to_a_Composite_Application?opendocument&amp;comments#07292010062110AMWEBE6B.htm</link>
</item>
<item>
<title>Developing Web applications</title>
<pubDate>Tue, 22 Dec 2009 04:48:21 AM -0400</pubDate>
<dc:creator>Praveen K Vaidyanathan</dc:creator>
<dc:subject>Developing Web applications</dc:subject>
<description>I think the Expeditor 6.2.1 supports web applications using JSP 2.4 and servlets 2.0 and not JSP 2.5 and servlets 2.1. Please clarify</description>
<content:encoded>I think the Expeditor 6.2.1 supports web applications using JSP 2.4 and servlets 2.0 and not JSP 2.5 and servlets 2.1. Please clarify</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/dqx1extsmst_developingwebapplications.htm?opendocument&amp;comments#12222009044821AMWEBDHU.htm</link>
</item>
<item>
<title>Using IBM Lotus Expeditor Toolkit 6.2.1 with IBM Lotus Notes 8.5.1</title>
<pubDate>Fri, 4 Dec 2009 03:54:46 PM -0400</pubDate>
<dc:creator>Jake Ochs</dc:creator>
<dc:subject>Using IBM Lotus Expeditor Toolkit 6.2.1 with IBM Lotus Notes 8.5.1</dc:subject>
<description>it would be helpful to post here or somewhere on this wiki how to access the Symphony (embedded) APIs from within the toolkit. I can't seem to find the Symphony objects when developing a Notes plugin in Eclipse.</description>
<content:encoded>it would be helpful to post here or somewhere on this wiki how to access the Symphony (embedded) APIs from within the toolkit. I can't seem to find the Symphony objects when developing a Notes plugin in Eclipse.</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Using_IBM_Lotus_Expeditor_Toolkit_6.2.1_with_IBM_Lotus_Notes_8.5.1?opendocument&amp;comments#12042009035446PMWEBSJB.htm</link>
</item>
<item>
<title>Expeditor's most wanted</title>
<pubDate>Tue, 11 Aug 2009 11:37:49 AM -0400</pubDate>
<dc:creator>Bram B Withaar</dc:creator>
<dc:subject>Expeditor&amp;#8217;s most wanted</dc:subject>
<description>Code snippets, like the snippets for SWT, that's what i need.&lt;br /&gt;&lt;br /&gt;At least for the com.ibm.rcp.swt.swidgets / com.ibm.rcp.swt.swidgets.table classes.&lt;br /&gt;&lt;br /&gt;That would make developing Expeditor/Notes/Sametime/Symphony plugins a lot easier</description>
<content:encoded>Code snippets, like the snippets for SWT, that's what i need.&lt;br /&gt;&lt;br /&gt;At least for the com.ibm.rcp.swt.swidgets / com.ibm.rcp.swt.swidgets.table classes.&lt;br /&gt;&lt;br /&gt;That would make developing Expeditor/Notes/Sametime/Symphony plugins a lot easier</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/06152009102611AMWEBJXE.htm?opendocument&amp;comments#08112009113749AMWEBLC8.htm</link>
</item>
<item>
<title>Developing a sidebar mini-browser plug-in for Lotus Notes</title>
<pubDate>Fri, 31 Jul 2009 01:39:23 PM -0400</pubDate>
<dc:creator>Niharika S</dc:creator>
<dc:subject>Developing a sidebar mini-browser plug-in for Lotus Notes</dc:subject>
<description>I do not see the article am I missing something here?</description>
<content:encoded>I do not see the article am I missing something here?</content:encoded>
<link>http://www-10.lotus.com/ldd/lewiki.nsf/dx/Developing_a_sidebar_plug-in?opendocument&amp;comments#07312009013923PMWEBNQ7.htm</link>
</item>

</channel></rss>

