さあ、はじめよう。Application Partner

43
中嶋 一樹 テクニカルエバンジェリスト @nkjm さあ、はじめよう。 Application Partner

description

このWebinarでは、Force.comをベースとしたアプケーションの開発、販売に興味をもたれている皆様に、Force.comではどのようなアプリケーションが構築できるのか、他のプラットフォームと比較して一番の強みは何なのかをご説明させていただきます。このWebinarを通じてForce.comの特性について少しでも理解を深めていただければ幸いです。

Transcript of さあ、はじめよう。Application Partner

Page 1: さあ、はじめよう。Application Partner

中嶋 一樹テクニカルエバンジェリスト

@nkjm

さあ、はじめよう。

Application Partner

Page 2: さあ、はじめよう。Application Partner

Safe Harbor

Safe 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 product or service availability, 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, new products and services, 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, the outcome of intellectual property and other litigation, 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-Q for the most recent fiscal quarter ended April 30, 2011. This documents and others containing important disclosures 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 presentations, 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.

Page 3: さあ、はじめよう。Application Partner

Salesforce Platform

Page 4: さあ、はじめよう。Application Partner

Salesforce Platformの構成(一部のみ)

Force.com Heroku

•ビジネスアプリケーション•高速開発

•ユーザー単位の課金モデル

•自在なスケールアウト/イン•オープン言語開発

•性能に応じた課金モデル

Page 5: さあ、はじめよう。Application Partner

Force.comの構成

ハードウェア

OS

IaaSのカバレージ

データベース

Web実行環境

PaaSのカバレージ

アプリケーション

標準画面 カスタム画面カスタムコード

ツール

設定

Force.comのカバレージ

開発者が作成クラウドが提供

Page 6: さあ、はじめよう。Application Partner

多様なアプリケーション

Page 7: さあ、はじめよう。Application Partner

Force.comですべてを完結。ネイティブアプリ

標準スタイル カスタムスタイル

Page 8: さあ、はじめよう。Application Partner

Force.comですべてを完結。ネイティブアプリ

アーキテクチャー

App

Page 9: さあ、はじめよう。Application Partner

Salesforce + あなたのアプリ。クラウドインテグレーション

Page 10: さあ、はじめよう。Application Partner

Salesforce + あなたのアプリ。クラウドインテグレーション

アーキテクチャー

App

外部アプリ

APIアクセス

App

外部アプリ

APIアクセス

Page 11: さあ、はじめよう。Application Partner

いつでもどこでも。モバイルアプリ

ネイティブ HTML5 / ハイブリッド

Page 12: さあ、はじめよう。Application Partner

いつでもどこでも。モバイルアプリ

アーキテクチャー

ネイティブ アプリからAPIにアクセス

App App

②JavascriptからAPIアクセス

①HTML5コンテンツをロード

Page 13: さあ、はじめよう。Application Partner

Force.comのコア。データベース

Page 14: さあ、はじめよう。Application Partner

開発スピードの概念が変わる。

before after

$ create table t1 ( t_id INT, t_name VARCHAR(32), t_email VARCHAR(64), t_phone VARCHAR(15),}

function create(){}function read(){}function update(){}

<html> <head> </head> <body> </body></html>

function create(){}function read(){}function update(){}

自動生成

テーブル作成

コントローラ作成

画面作成

<html> <head> </head> <body> </body></html>

自動生成

スキーマビルダー

Page 15: さあ、はじめよう。Application Partner

開発スピードの概念が変わる。

名前

Email

日付

登録

通常のフォーム開発

名前

Email

日付

登録

Emailの形式が正しいかチェックするバリデーションコードを追加

日付入力時にポップアップカレンダーを表示するコードを埋め込み

Force.comでのフォーム開発

Emailの形式が正しいかチェックするバリデーションコードを追加

日付入力時にポップアップカレンダーを表示するコードを埋め込み

自動生成

自動生成

Page 16: さあ、はじめよう。Application Partner

開発スピードの概念が変わる。

レイアウトエディター

Page 17: さあ、はじめよう。Application Partner

開発スピードの概念が変わる。

スキーマビルダー

Page 18: さあ、はじめよう。Application Partner

クラウドの根幹。セキュリティ

タンス貯金 銀行の金庫

Page 19: さあ、はじめよう。Application Partner

クラウドの根幹。セキュリティ

セキュリティ事故:ゼロデータロスト  :ゼロ

Page 20: さあ、はじめよう。Application Partner

REST APIとHTML5アプリ

Page 21: さあ、はじめよう。Application Partner

圧倒的な相性。HTML5 + Force.com

RDBMS

HTML - Ajax<html><script>$.ajax(){}</script></html>

Web API Classclass wxController {}class wyController {}class wzController {}

DB Classclass dxController {}class dyController {}class dzController {}

SQL

従来のプラットフォーム

Page 22: さあ、はじめよう。Application Partner

圧倒的な相性。HTML5 + Force.com

HTML - Ajax

<html><script>$.ajax(){}</script></html>

Page 23: さあ、はじめよう。Application Partner

圧倒的な相性。HTML5 + Force.com

HTML - Ajax<html><script>$.ajax(){}</script></html>

Force.comToolkit

force.create()force.update()force.delete()

Page 24: さあ、はじめよう。Application Partner

アプリの連携

Page 25: さあ、はじめよう。Application Partner

既存アプリを活用。ユニークな価値に集中投資

App App App

既存アプリのデータを活用する。機能を活用する。

Page 26: さあ、はじめよう。Application Partner

App

Sales Cloudのインストールベースに訴求する。Chatterでアプリをソーシャルにする。

既存アプリを活用。ユニークな価値に集中投資

Page 27: さあ、はじめよう。Application Partner

既存アプリを活用。ユニークな価値に集中投資

App

外部サービスと連携し、アイデアのスケールを広げる

Web Service

Page 28: さあ、はじめよう。Application Partner

既存アプリを活用。ユニークな価値に集中投資

App

プロバイダーとして機能を開放し、販売機会を拡大する

Web Service

App

Page 29: さあ、はじめよう。Application Partner

アプリの公開と販売

Page 30: さあ、はじめよう。Application Partner

巨大なマーケットプレイス。AppExchange

App

開発者 世界中のSalesforce組織

Page 31: さあ、はじめよう。Application Partner

App

開発者

App App

世界中のSalesforce組織

巨大なマーケットプレイス。AppExchange

Page 32: さあ、はじめよう。Application Partner

巨大なマーケットプレイス。AppExchange

•集約された情報と心地よい操作感• iPad, iPhone, Android等すべてのデバイスに対応

Page 33: さあ、はじめよう。Application Partner

いますぐ無料でトライアル。Trialforce

App

AppApp

AppExchangeからインストール Trialforceでプロビジョニング

Page 34: さあ、はじめよう。Application Partner

いますぐ無料でトライアル。Trialforce

App

App

App

AppExchangeからインストール Trialforceでプロビジョニング

Page 35: さあ、はじめよう。Application Partner

いますぐ無料でトライアル。Trialforce

Trialforceのセットアップ

①テンプレート組織を作成 ④サインアップページ設置

App

②アプリをインストール

App

App

③スナップショット

Page 36: さあ、はじめよう。Application Partner

いますぐ無料でトライアル。Trialforce

自社ブランドをアピール。OEM

サインアップページ 通知メール ログインページ

Page 37: さあ、はじめよう。Application Partner

リードとライセンスの管理。LMA

AppExchange Trialforce

LMA大森 浩生(株)セールスフォース[email protected]

中嶋 一樹(株)セールスフォース[email protected]

Page 38: さあ、はじめよう。Application Partner

運用とサポート

Page 39: さあ、はじめよう。Application Partner

ノンストップで適用。アップデート

v1.0

開発者

v1.0

v1.0

v1.0

AppExchangeからインストール

Trialforceからプロビジョニング

Page 40: さあ、はじめよう。Application Partner

ノンストップで適用。アップデート

v1.1

開発者

v1.0

v1.0

AppExchangeからインストール

Trialforceからプロビジョニング

v1.0v1.1 v1.1

v1.1

Page 41: さあ、はじめよう。Application Partner

ノンストップで適用。アップデート

v1.1

開発者

v1.0v1.1

ユーザーによるアップグレード

ユーザー自身がインストール

開発者によるアップグレード

v1.1

開発者

v1.0v1.1

開発者が能動的に適用

Page 42: さあ、はじめよう。Application Partner

再現環境、さようなら。代理ログイン

開発者

App

ログイン

Page 43: さあ、はじめよう。Application Partner

ようこそ、アプリケーションパートナー。

• AppExchangeでアプリケーション掲載•運用ツールの無償提供•無償トレーニング(Bootcamp!!)•セキュリティレビュー• Salesforce.comの技術者とアプリを共同設計

https://japan-isv.secure.force.com/sugoisurvey/*アンケートをお答えいただいた皆様に本日の資料を配信致します。