<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comthe_view</title>
    <link>http://lekkimworld.com/tags/the_view/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comthe_view</title>
      <url>http://lekkimworld.com/tags/the_view/</url>
    </image>
    <item>
      <title>Sametime blackbox - update needed for Lotus Connections 2.0</title>
      <link>http://lekkimworld.com/2008/08/24/sametime_blackbox_update_needed_for_lotus_connections_2_0.html</link>
      <content:encoded>&lt;p&gt;
I wrote a number of articles in THE VIEW some time back on writing custom Sametime blackboxes (see the March/April and May/June 2008 issues). If you implemented the Sametime blackbox that read data from Lotus Connections (like it's done on bleedyellow.com) and you have upgraded (or are planning to upgrade) to Lotus Connections 2.0 this post is for you.
&lt;/p&gt;
&lt;p&gt;
The database schema for Lotus Connections 2.0 has changed slightly in comparison with Lotus Connections 1.0.x so if you're using a custom Sametime blackbox to read data from Lotus Connections it needs to be changed. The only thing that needs to change is the SQL since the key column in the EMPINST.PHOTO table has been renamed from PROF_UID to PROF_KEY (hightlighted in the SQL below).
&lt;/p&gt;
&lt;p&gt;
SELECT EMPL.PROF_UID UID, PROF_DISPLAY_NAME DSP_NAME, PROF_MAIL_LOWER EMAIL, PROF_MOBILE MOBILE, PROF_PAGER PAGER, PROF_TITLE TITLE, PROF_TIMEZONE TIMEZONE, PROF_TELEPHONE_NUMBER PHONE, PROF_BLOG_URL BLOG_URL, EMPL.PROF_DEPARTMENT_NUMBER DEPT_NO, DEPT.PROF_DEPARTMENT_TITLE DEPT_NAME, EMPL.PROF_ORGANIZATION_IDENTIFIER ORG_IDENT, ORG.PROF_ORGANIZATION_TITLE ORG_NAME, EMPL.PROF_ISO_COUNTRY_CODE CTRY_ISOCODE, CTRY.PROF_COUNTRY_DESC CTRY_NAME, P.PROF_IMAGE PHOTO_BYTES, P.PROF_FILE_TYPE PHOTO_MIMETYPE FROM EMPINST.EMPLOYEE EMPL LEFT OUTER JOIN EMPINST.PHOTO P ON &lt;b&gt;EMPL.PROF_KEY=P.PROF_KEY&lt;/b&gt; LEFT OUTER JOIN EMPINST.DEPARTMENT DEPT ON EMPL.PROF_DEPARTMENT_NUMBER=DEPT.PROF_DEPARTMENT_CODE LEFT OUTER JOIN EMPINST.COUNTRY CTRY ON EMPL.PROF_ISO_COUNTRY_CODE=CTRY.PROF_ISO_COUNTRY_CODE LEFT OUTER JOIN EMPINST.ORGANIZATION ORG ON EMPL.PROF_ORGANIZATION_IDENTIFIER=ORG.PROF_ORGANIZATION_CODE WHERE EMPL.PROF_MAIL_LOWER=?
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/blackbox/">blackbox</category>
      <category domain="http://lekkimworld.com/tags/lotus_connections/">lotus_connections</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <category domain="http://lekkimworld.com/tags/the_view/">the_view</category>
      <pubDate>Sun, 24 Aug 2008 15:54:26 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2008-08-24:default/1219593266350</guid>
      <dc:date>2008-08-24T15:54:26Z</dc:date>
    </item>
    <item>
      <title>Part 2 of the blackbox article published</title>
      <link>http://lekkimworld.com/2008/05/22/part_2_of_the_blackbox_article_published.html</link>
      <content:encoded>&lt;p&gt;
The second and final article in my series on Sametime blackboxes (&lt;a href="http://www.eview.com/eview/volr6.nsf/2a8bf6b62c61b60585256f2500684630/5ac97f68b3b0946b85257448003d3a03?OpenDocument"&gt;Configuring the Sametime business card system, Part 2: Reach more data with custom blackboxes&lt;/a&gt;) has been published at the THE VIEW website and will be out in the May/June issue. &lt;/p&gt;
&lt;p&gt;
Where as the &lt;a href="http://www.eview.com/eview/volr6.nsf/2a8bf6b62c61b60585256f2500684630/8cad8a2c427611578525740200440f22?OpenDocument"&gt;first article&lt;/a&gt; primarily focused on configuration and setup of the blackbox system the second article describes how to develop your own custom blackbox implementations. One of the blackboxes I describe is the one I developed for the &lt;a href="http://www.bleedyellow.com"&gt;bleedyellow.com Sametime&lt;/a&gt; server. This implementation retrieves business card data from Lotus Connections.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/sametime/">Sametime</category>
      <category domain="http://lekkimworld.com/categories/java/">Java</category>
      <category domain="http://lekkimworld.com/tags/blackbox/">blackbox</category>
      <category domain="http://lekkimworld.com/tags/ibm/">ibm</category>
      <category domain="http://lekkimworld.com/tags/java/">java</category>
      <category domain="http://lekkimworld.com/tags/lotus_connections/">lotus_connections</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <category domain="http://lekkimworld.com/tags/sametime_75/">sametime_75</category>
      <category domain="http://lekkimworld.com/tags/the_view/">the_view</category>
      <pubDate>Thu, 22 May 2008 10:34:13 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2008-05-22:default/1211452453890</guid>
      <dc:date>2008-05-22T10:34:13Z</dc:date>
    </item>
    <item>
      <title>THE VIEW 2008 Technical Supplement available for download</title>
      <link>http://lekkimworld.com/2008/02/19/the_view_2008_technical_supplement_available_for_download.html</link>
      <content:encoded>&lt;p&gt;
&lt;img src="http://www.eview.com/eview/volr6.nsf/11e4feabbc9b6167852573af004d6d0a/$Body/1.2E0?OpenElement&amp;FieldElemFormat=jpg" style="float: right; " /&gt;
THE VIEW 2008 Technical Solutions Supplement is now available for download from THE VIEW at no charge. Although you will likely pick up a hardcopy at some conference this year it never hurts to have the PDF as well. The supplement features a short piece by yours truly called "Use a blackbox to bolster your Sametime Connect buddy list with business card data".
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.eview.com/eview/volr6.nsf/viewSupplement08.pdf?openFileResource"&gt;Download THE VIEW 2008 Solutions Supplement&lt;/a&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/the_view/">the_view</category>
      <pubDate>Tue, 19 Feb 2008 12:06:56 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2008-02-19:default/1203422816687</guid>
      <dc:date>2008-02-19T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Article draft of to THE VIEW</title>
      <link>http://lekkimworld.com/2007/12/18/article_draft_of_to_the_view.html</link>
      <content:encoded>&lt;p&gt;
Just shot of an e-mail with a draft of my next article for THE VIEW. The working title is "Into the blackbox - a tour of the Sametime Business Card system" and will discuss and describe the business card system, a.k.a. UserInfo, of Sametime and how to configure, mix and match blackboxes and how to write your own blackbox implementations. The article is a little less development focused than I'm used to but I still managed to sneak in some Java code... ;-)
&lt;/p&gt;
&lt;p&gt;
No word yet on when it's gonna be out but I'm guessing the March/April 2008 issue.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/sametime/">Sametime</category>
      <category domain="http://lekkimworld.com/tags/ibm/">ibm</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <category domain="http://lekkimworld.com/tags/sametime_75/">sametime_75</category>
      <category domain="http://lekkimworld.com/tags/sametime_751/">sametime_751</category>
      <category domain="http://lekkimworld.com/tags/the_view/">the_view</category>
      <pubDate>Tue, 18 Dec 2007 06:42:00 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-12-18:default/1197960120000</guid>
      <dc:date>2007-12-18T06:42:00Z</dc:date>
    </item>
    <item>
      <title>Sametime blackboxes (update)</title>
      <link>http://lekkimworld.com/2007/10/12/sametime_blackboxes_update.html</link>
      <content:encoded>&lt;p&gt;
Just a short update on my &lt;a href="http://lekkimworld.com/2007/10/12/sametime_blackboxes.html"&gt;Sametime blackboxes&lt;/a&gt; post from earlier today.
&lt;/p&gt;
&lt;p&gt;
As noted by &lt;a href="http://www.nsftools.com"&gt;Julian Robichaux&lt;/a&gt; and Urs Meli in comments I had a typo in the previously posted code as I had managed to insert the wrong looping code twice... :-( The correct, correct looping should be:
&lt;pre&gt;
public static void main(String[] args) {
   LinkedList l = new LinkedList();
   for (int i=0; i&amp;lt;10; i++) {
      l.addLast(new Simple(i));
   }
   &lt;b&gt;while (l.size() &amp;gt; 0) {
      System.out.println("" + ((Simple)l.removeFirst()).getI());
   }&lt;/b&gt;
}
&lt;/pre&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/blackbox/">blackbox</category>
      <category domain="http://lekkimworld.com/tags/sametime_75/">sametime_75</category>
      <category domain="http://lekkimworld.com/tags/the_view/">the_view</category>
      <pubDate>Fri, 12 Oct 2007 13:33:00 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-10-12:default/1192195980000</guid>
      <dc:date>2007-10-12T13:33:00Z</dc:date>
    </item>
    <item>
      <title>Sametime blackboxes</title>
      <link>http://lekkimworld.com/2007/10/12/sametime_blackboxes.html</link>
      <content:encoded>This week I have been writing an article on writing custom Sametime blackboxes for &lt;a href="http://www.eview.com"&gt;THE VIEW&lt;/a&gt; 2008 Technical Supplement and during my research I have stumbled across of number of interesting things. One of them is quite serious, and is actually a quite serious bug, so I thought I ought to share.&lt;p&gt;&lt;a href="http://lekkimworld.com/2007/10/12/sametime_blackboxes.html"&gt;Read more...&lt;/a&gt;&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/ibm_products/">IBM</category>
      <category domain="http://lekkimworld.com/tags/blackbox/">blackbox</category>
      <category domain="http://lekkimworld.com/tags/sametime_75/">sametime_75</category>
      <category domain="http://lekkimworld.com/tags/the_view/">the_view</category>
      <pubDate>Fri, 12 Oct 2007 11:32:28 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-10-12:default/1192188748750</guid>
      <dc:date>2007-10-12T11:32:28Z</dc:date>
    </item>
    <item>
      <title>New THE VIEW article is out!</title>
      <link>http://lekkimworld.com/2007/05/24/new_the_view_article_is_out.html</link>
      <content:encoded>&lt;p&gt;
I'm happy to say that my &lt;a href="http://drh02.eapps.com/eview/viewr6.nsf/CurrentIssue/5CC429BCFB3C9B86852572E3006E62B8/?OpenDocument"&gt;newest article&lt;/a&gt; is online at THE VIEW website. The article is on managing and provisioning lotus.domino.Session objects to plug-ins in Sametime Connect 7.5.1 - a subject that's a little tricky due to the native code underneath the Notes/Domino Java API and due to the way that classloaders work in Sametime Connect/Expeditor.
&lt;/p&gt;
&lt;p&gt;
For the ones who's already on Sametime 7.5.1 please see the &lt;a href="http://lekkimworld.com/theview_sametime"&gt;errata (http://lekkimworld.com/theview_sametime)&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Article abstract:
&lt;pre class="code"&gt;
&lt;i&gt;Take the mystery out of providing multiple Notes sessions from Sametime Connect. Plug-in developers find that running multiple Sametime plug-ins that access Notes at the same time is tricky; the reasons are due to how the Sametime 7.5 Java application-programming interface (API) differs from the one Notes uses, and how Java class-loaders load native library code on Windows. The solution provided in this article uses a bundled group of plug-ins, invisible to connect users, for managing lotus.domino.Session objects across other plug-ins. You also learn how to achieve fast plug-in deployments with automatic Connect configuration, plus easier plug-in maintenance. The solution code is available for download at THE VIEW Web site.&lt;/i&gt;
&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Link to article on eview.com: &lt;a href="http://drh02.eapps.com/eview/viewr6.nsf/CurrentIssue/5CC429BCFB3C9B86852572E3006E62B8/?OpenDocument"&gt;Provide multiple Notes/Domino sessions for Sametime Connect 7.5 users&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Link to previous post on the same subject - &lt;a href="http://lekkimworld.com/2007/01/11/show_n_tell_thursday_the_missing_link_for_plugging_notes_into_you_sametime_7_5_plugin_10_january_2007.html"&gt;Show 'n Tell Thursday: The missing link for plugging Notes into you Sametime 7.5 plugin (10 January 2007)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/sametime/">Sametime</category>
      <category domain="http://lekkimworld.com/categories/java/">Java</category>
      <category domain="http://lekkimworld.com/tags/article/">article</category>
      <category domain="http://lekkimworld.com/tags/eclipse/">eclipse</category>
      <category domain="http://lekkimworld.com/tags/ibm/">ibm</category>
      <category domain="http://lekkimworld.com/tags/java/">java</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <category domain="http://lekkimworld.com/tags/sametime_75/">sametime_75</category>
      <category domain="http://lekkimworld.com/tags/the_view/">the_view</category>
      <pubDate>Thu, 24 May 2007 13:38:56 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-05-24:default/1180013936199</guid>
      <dc:date>2007-05-24T13:38:56Z</dc:date>
    </item>
    <item>
      <title>New article for THE VIEW</title>
      <link>http://lekkimworld.com/2007/01/10/new_article_for_the_view.html</link>
      <content:encoded>&lt;p&gt;
After submitting my presentation for my &lt;a href="http://www.lotusphere.com"&gt;Lotusphere 2007&lt;/a&gt; session &lt;a href="http://www-142.ibm.com/software/sw-lotus/events/govfor.nsf/(UID)/B960CABAA8911E4E852572220069E5FD?opendocument"&gt;(BP308)&lt;/a&gt; I'm busy putting the finishing touches on my next article for THE VIEW. The draft is due before I leave for Lotusphere.
&lt;/p&gt;
&lt;p&gt;
The working title is somewhat of a mouthful ("Solving the native library binding problems of the Notes/Domino Java API in the Sametime 7.5 Connect client plug-ins") and it will probably be changed a couple of times before the article goes to print. 
&lt;/p&gt;
&lt;p&gt;
The article is slated for publication in the Mar/Apr 2007 issue of &lt;a href="http://www.eview.com"&gt;THE VIEW&lt;/a&gt;.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/sametime/">Sametime</category>
      <category domain="http://lekkimworld.com/tags/article/">article</category>
      <category domain="http://lekkimworld.com/tags/ibm/">ibm</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <category domain="http://lekkimworld.com/tags/sametime_75/">sametime_75</category>
      <category domain="http://lekkimworld.com/tags/the_view/">the_view</category>
      <pubDate>Wed, 10 Jan 2007 08:42:19 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-01-10:default/1168418539345</guid>
      <dc:date>2007-01-10T08:42:19Z</dc:date>
    </item>
  </channel>
</rss>


