Transcript

辻 正志 Sales Support Engineer salesforce.com

Salesforce1 Platformで 爆速モバイル開発 ~ モバイル & ネイティブ ~

Safe HarborSafe harbor statement under the Private Securities Litigation Reform Act of 1995:

This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services.

The risks and uncertainties referred to above include ‒ but are not limited to ‒ risks associated with developing and delivering new functionality for our service, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, risks associated with possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal quarter. This document and others are available on the SEC Filings section of the Investor Information section of our Web site.

Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

自己紹介名前:辻 正志

所属:株式会社セールスフォース・ドットコム

    セールスエンジニアリング本部 セールスサポートエンジニア (通称SSE)

経歴:某通信キャリアの情シス部門でサービス開発

仕事内容:SEのテクニカル面のサポート、

    デモ作成、Q&A、その他

本日話すこと• モバイル開発における3つのアプローチと課題 • Salesforce1 Mobile Appという選択肢 • Mobile SDKという選択肢 • まとめ

モバイル開発における3つのアプローチと課題

モバイル開発における3つのアプローチ

• ネイティブアプリケーション

• HTML5アプリケーション

• ハイブリッドアプリケーション

ネイティブアプリケーション (利点)軽快で高速な動作、よりよいユーザエクスペリエンス デバイスの全ての機能を利用可能(カメラ、カレンダー、電話帳、etc.) 専用IDEが利用でき、デバッガなどの開発サポートツールが利用可能 Swiftなどのモダンプログラミング言語の登場 CocoaPodsなどの豊富なUIライブラリ群 アプリストアに出すことが可能

ネイティブアプリケーション (課題)開発者が少ない 開発リリースを行うのに時間が掛かる 新しい技術の場合、資料不足で試行錯誤で時間が掛かる

HTML5アプリケーション (利点)デバイスを選ばない(ブラウザで動作) Javascript MVCフレームワークの台頭 慣れ親しんだHTML & Javascriptでの開発 GUIによるクリエイター等の充実 開発ツールの充実

HTML5アプリケーション (課題)ネイティブほど軽快に動作しない 一部のデバイス機能を利用できない (デバイスによる) アプリストアに出すことが出来ない ユーザへの到達率、アクセスが悪い

Javascript MVCフレームワークの台頭 GUIによるクリエーター等の充実 慣れ親しんだHTML & Javascriptでの開発 Cordovaの成熟 (多くのプラットフォームに対応) アプリストアに出すことが可能 マルチプラットフォーム対応

ハイブリッドアプリケーション (利点)

ネイティブほど軽快に動作しない 開発リリースを行うのに時間が掛かる 複雑なデバイス機能を利用したり高速化のためには、   ネイティブのコードの開発も必要 デバッグやテストが困難な場合も

ハイブリッドアプリケーション (課題)

課題まとめネイティブアプリケーション • 開発、リリースを行うのに時間がかかる • 開発者の数が少ない HTML5アプリケーション • ユーザへの到達率、アクセスが悪い • 一部のデバイス機能を利用できない ハイブリッドアプリケーション • 開発、リリースを行うのに時間がかかる • ネイティブに比べて動作が重い

Salesforce1 Mobile Appという選択肢

Salesforce1デモ

HTML5でネイティブアプリをカスタマイズ

Javascriptフレームワークを使って画面を開発

APIによって

クラウドへ接続

JavaScript SDK

から画面遷移を制御

デモ

モバイルカード・アクション・VFタブ

Mobile SDKという選択肢

Mobile SDKでできる事• 対象:デバイスiOS or Android • ネイティブアプリケーション開発 • ハイブリッドアプリケーション開発

何が嬉しい?• Salesforce OAuthがすぐに使える • プッシュ通知が簡単な設定で利用可能 • REST APIのラッパー • SmartSyncでデータアクセスが容易に • Cordovaでのハイブリッドアプリケーション開発

デモNative:

forceios create --apptype=native --appname=demo-native --companyid=com.example2 --organization=SWTTDemo --outputdir=. --appid=3MVG9I1kFE5Iul2BlO.m7dczN.yjZc81GpIfvtzeDz83GWAnhtuJgTcE.7qYbCmOjhI8V5vLALP2ZJllmVHmV --callbackuri=sfdc:///success

Hybrid:

forceios create --apptype=hybrid_local --appname=demo-hybrid --companyid=com.example --organization=SWTTDemo --outputdir=. --appid=3MVG9I1kFE5Iul2BlO.m7dczN.yjZc81GpIfvtzeDz83GWAnhtuJgTcE.7qYbCmOjhI8V5vLALP2ZJllmVHmV --callbackuri=sfdc:///success

Mobile SDK 3.0がリリース

What's New in 3.0• SmartSync Library • CocoaPods • CocoaPodsでMobileSDKが利用可能

• pods “SalesforceMobileSDK-iOS" \ git: "https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git"

• Library Upgrades • iOS7以上のみ

• Cordova v.3.5 -> 3.6.3

• Other Technical Improvements • SalesforceSDKManagerの追加

新しいSmartSync?(確認中)

contactsCollection.fetch(query)4

contact.save()4

contacts.syncUp()4Mobile Strategy!

CocoaPodsから使えるようにも

まとめ• モバイル開発における3つのアプローチと課題 • ネイティブアプリケーション • HTML5アプリケーション • ハイブリッドアプリケーション

• Salesforce1という選択肢 • モバイルカード • パブリッシャー(グローバル)アクション • モバイルタブ

• Mobile SDKという選択肢 • ネイティブ、ハイブリッド • Mobile SDK 3.0

developer.salesforce.com

Salesforce 開発者向けリソースSalesforce Developers

http://develper.salesforce.com/jp/ Developer Editionは全て無料

今すぐサインアップ!!

Heroku

http://www.heroku.com/

Thank you