18. ? 2015 IBM Corporation
自己紹介
? 木村 桂 Kei KIMURA
? IBM ? ウェブアプリのデベロッパー ? IBM
? スマホと Bluemix 大好き
18
半年前 今
19. ? 2015 IBM Corporation
既存アプリの IBM Bluemix 対応
? 現在、オンプレミス環境や IaaS/VPS などのクラウド
上で稼動しているアプリケーションを PaaS である
IBM Bluemix 上に移植する
– 簡単なのか? 難しいのか?
– 何が違うのか?
– 何を気をつける必要があるのか?
20. ? 2015 IBM Corporation
IBM Bluemix 環境への移植
DB
(DB2/MySQL)
Java
(WAS/Tomcat)
Java DB
war
war
IBM Bluemix
オンプレミス / IaaS
インフラを Bluemix に変えた時に
アプリケーション(war)ファイルを
どの程度変える必要があるか?
38. ? 2015 IBM Corporation
Watson API の実行
? 以下の URL にブラウザからアクセス
– (url の値)? sid=ie-en-
news&rt=xml&txt=John+Smith+lives+in+New+York%2C+and+he+has+
been+living+there+since+2001.
? パラメータの意味
– sid=ie-en-news : 入力文章が英語であることを指定
– rt=xml : 出力結果を XML 形式で
– txt=John+Smith+lives+in+New+York%2C+and+he+has+been+living+there+since+20
01. : 解析文章は “John Smith lives in New York, and he has been living there since
2001.”
– Basic 認証を聞かれたら username 値と password 値を指定する