<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>無限なる開発ブログ &#187; Composite Application</title>
	<atom:link href="http://www.oto-kichi.com/category/composite-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oto-kichi.com</link>
	<description>ロサンゼルス在住ITエンジニアの開発ブログ</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:44:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.oto-kichi.com/category/composite-application/feed/" />
		<item>
		<title>Lotus Notes 8.5.1のためLotus Expeditor ToolkitをEclipseに設定する時の注意点</title>
		<link>http://www.oto-kichi.com/2009/11/25/lotus-notes-8-5-1%e3%81%ae%e3%81%9f%e3%82%81lotus-expeditor-toolkit%e3%82%92eclipse%e3%81%ab%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%99%82%e3%81%ae%e6%b3%a8%e6%84%8f%e7%82%b9/</link>
		<comments>http://www.oto-kichi.com/2009/11/25/lotus-notes-8-5-1%e3%81%ae%e3%81%9f%e3%82%81lotus-expeditor-toolkit%e3%82%92eclipse%e3%81%ab%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%99%82%e3%81%ae%e6%b3%a8%e6%84%8f%e7%82%b9/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 01:29:51 +0000</pubDate>
		<dc:creator>Viruke</dc:creator>
				<category><![CDATA[Composite Application]]></category>
		<category><![CDATA[Lotus Domino Designer]]></category>
		<category><![CDATA[Lotus Expeditor]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.oto-kichi.com/?p=122</guid>
		<description><![CDATA[
			
				
			
		
Lotus Notes 8.5.1の埋め込みブラウザをSSO（Single-Sign-On）対応させるために、Lotus Expeditor Toolkitを使ったEclipseの設定を [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.oto-kichi.com%2F2009%2F11%2F25%2Flotus-notes-8-5-1%25e3%2581%25ae%25e3%2581%259f%25e3%2582%2581lotus-expeditor-toolkit%25e3%2582%2592eclipse%25e3%2581%25ab%25e8%25a8%25ad%25e5%25ae%259a%25e3%2581%2599%25e3%2582%258b%25e6%2599%2582%25e3%2581%25ae%25e6%25b3%25a8%25e6%2584%258f%25e7%2582%25b9%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.oto-kichi.com%2F2009%2F11%2F25%2Flotus-notes-8-5-1%25e3%2581%25ae%25e3%2581%259f%25e3%2582%2581lotus-expeditor-toolkit%25e3%2582%2592eclipse%25e3%2581%25ab%25e8%25a8%25ad%25e5%25ae%259a%25e3%2581%2599%25e3%2582%258b%25e6%2599%2582%25e3%2581%25ae%25e6%25b3%25a8%25e6%2584%258f%25e7%2582%25b9%2F&amp;source=Viruke&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Lotus Notes 8.5.1の埋め込みブラウザをSSO（Single-Sign-On）対応させるために、Lotus Expeditor Toolkitを使ったEclipseの設定をしようとしたのですが、Lotus Notes 8.5.1のVMが見当たらないので、ググッてみると以下のように構造に変更があったみたいです。</p>
<blockquote><p>There&#8217;s no longer a JRE stored in the plugin directory way down in the directory structure. Now you simply use the JVM in /jvm &#8211; simple right?!</p>
<p>This is nice but it means that your Eclipse configuration needs to be a little different JVM wise. I have therefore updated my <a href="http://lekkimworld.com/pages/eclipse34_notes851.html" target="_blank">Eclipse configuration guidelines to work with Notes 8.5.1</a>.</p>
<p>引用元: <a href="http://lekkimworld.com/2009/09/30/configure_eclipse_3_4_for_notes_8_5_1.html">Configure Eclipse 3.4 for Notes 8.5.1 &#8211; lekkimworld.com</a>.</p></blockquote>
<p>以前は、</p>
<p>&lt;Notes install dir&gt;/framework/rcp/eclipse/plugins/com.ibm.rcp.j2se.win32.x86_1.5.0.SR4-200707311521/jre</p>
<p>などとなっていたのですが、Lotus Notes 8.5.1では引用元の紹介にもあるように、</p>
<p>&lt;Notes install dir&gt;/jvm</p>
<p>に変更になっていました。<br />
詳しくは <a href="http://lekkimworld.com/pages/eclipse34_notes851.html" target="_blank">Eclipse configuration guidelines to work with Notes 8.5.1</a>に書いてあります。</p>
<p>これは、自分の設定した場合、</p>
<p style="text-align: center;"><a href="http://www.oto-kichi.com/wp-content/uploads/2009/11/eclipse851.PNG"><img class="size-medium wp-image-124 aligncenter" title="Lotus Notes 8.5.1 VM" src="http://www.oto-kichi.com/wp-content/uploads/2009/11/eclipse851-300x240.PNG" alt="Lotus Notes 8.5.1 VM" width="300" height="240" /></a></p>
<p>なお、Lotus Expeditor Toolkitの設定自体は以下のリンク等にかいてあるのが参考になるとおもいます。</p>
<p>http://www.ibm.com/developerworks/lotus/library/expeditor-notes-sametime/<br />
http://www.ibm.com/developerworks/lotus/library/expeditor-browser/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oto-kichi.com/2009/11/25/lotus-notes-8-5-1%e3%81%ae%e3%81%9f%e3%82%81lotus-expeditor-toolkit%e3%82%92eclipse%e3%81%ab%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%99%82%e3%81%ae%e6%b3%a8%e6%84%8f%e7%82%b9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.oto-kichi.com/2009/11/25/lotus-notes-8-5-1%e3%81%ae%e3%81%9f%e3%82%81lotus-expeditor-toolkit%e3%82%92eclipse%e3%81%ab%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%99%82%e3%81%ae%e6%b3%a8%e6%84%8f%e7%82%b9/" />
	</item>
		<item>
		<title>Notes ClientでxPageをオープンするための?OpenXPages</title>
		<link>http://www.oto-kichi.com/2009/11/24/whats-new-for-xpages-in%c2%a08-5-1-xpages-blog-the-xpages-blog/</link>
		<comments>http://www.oto-kichi.com/2009/11/24/whats-new-for-xpages-in%c2%a08-5-1-xpages-blog-the-xpages-blog/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 01:30:48 +0000</pubDate>
		<dc:creator>Viruke</dc:creator>
				<category><![CDATA[Composite Application]]></category>
		<category><![CDATA[Lotus Domino Designer]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[xPages]]></category>

		<guid isPermaLink="false">http://www.oto-kichi.com/?p=119</guid>
		<description><![CDATA[
			
				
			
		
前回の投稿に続き、Lotus Notes 8.5.1からxPagesをComposite ApplicationにComponentsとして追加できる機能がついたので、早速試してみたので [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.oto-kichi.com%2F2009%2F11%2F24%2Fwhats-new-for-xpages-in%25c2%25a08-5-1-xpages-blog-the-xpages-blog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.oto-kichi.com%2F2009%2F11%2F24%2Fwhats-new-for-xpages-in%25c2%25a08-5-1-xpages-blog-the-xpages-blog%2F&amp;source=Viruke&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>前回の投稿に続き、Lotus Notes 8.5.1からxPagesをComposite ApplicationにComponentsとして追加できる機能がついたので、早速試してみたのですが、Dblookupで他のデータベースからドキュメント情報を取得することは出来るけど、いざ、そのドキュメントをオープンさせようとしたときに、上手いこといかない、という問題に躓いたので記しておきます。</p>
<p>実際、なにが上手いこと行かなかったかというと、</p>
<ol>
<li>http:// のプロトコルでリンクを手前で生成しているような場合に、Lotus NotesはWebブラウザで開けようとするが、認証をもう一度求められてしまう。</li>
<li>リンクを参照パスにしても、Proxyエラーや、４０４エラーとなってしまって開くことが出来ない。</li>
</ol>
<p>で、どうするのかな～と思い調べてみると、答えはxPagesのブログに有りました。</p>
<blockquote><p>?OpenXPage has been added as a supported parameters for the notes:// protocol to launch an XPage in the Notes client.</p>
<p>引用元: <a href="http://xpagesblog.com/xpages-blog/2009/10/17/whats-new-for-xpages-in-851.html">What&#8217;s New For XPages in 8.5.1 &#8211; XPages Blog &#8211; The XPages Blog</a>.</p></blockquote>
<p>Lotus Notes 8.5.1 のxPagesの新しい機能紹介の投稿なんですが、</p>
<blockquote><p>Notes ClientでxPageをランチするために notes:// プロトコルの?OpenXPages というパラメータをサポートしました。</p></blockquote>
<p>ということらしいので、自分の探していたのはこれかも？！と思い試してみたら見事に動きました。</p>
<p>自分の例では、</p>
<p>Link Core ControlのOptionsで「Link type」を「URL」にして、以下のようなComputed Valueで上手くいきました。</p>
<blockquote><p>return &#8220;Notes:///88257656006337D3/content.xsp?OpenXPage&#8221;</p></blockquote>
<p>余談ですがxPagesをComposite ApplicationのComponentとして使いたい場合は、極力xPagesで用意されたCore Controls等を使って作っていくのが近道っぽいです。もちろんThemeなども。</p>
<p>自分はxPagesのSourceタブからhtmlコードやCSSファイルをガツガツ埋め込んでいっていたので、Componentにしたとき、ほとんど動かず、結局かなり作り直すはめになっちゃいました・・・（涙）</p>
<p><span style="color: #ff0000;">追記：１２月１６日２００９年<br />
Domino Designere URLs for xPgages というエントリーがDomino Designer Wikiに追加されてます。</span><br />
<a href="http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Domino_Designer_URLs_for_XPages">http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Domino_Designer_URLs_for_XPages</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oto-kichi.com/2009/11/24/whats-new-for-xpages-in%c2%a08-5-1-xpages-blog-the-xpages-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.oto-kichi.com/2009/11/24/whats-new-for-xpages-in%c2%a08-5-1-xpages-blog-the-xpages-blog/" />
	</item>
	</channel>
</rss>
