building enterprise apps using force.com and other cloud services

21
Coding the Clouds: Building Enterprise Apps Using Force.com and Other Cloud Services Dave Carroll Principal Developer Evangelist September 2008

Upload: rinky25

Post on 18-Nov-2014

1.180 views

Category:

Documents


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Building Enterprise Apps Using Force.com and Other Cloud Services

Coding the Clouds: Building Enterprise Apps Using Force.com and Other Cloud Services

Dave CarrollPrincipal Developer EvangelistSeptember 2008

Page 2: Building Enterprise Apps Using Force.com and Other Cloud Services

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 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, 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, 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 quarterly report on Form 10-Q filed on July 31, 2007 and in other filings with the Securities and Exchange Commission. These documents 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.

Safe Harbor

Page 3: Building Enterprise Apps Using Force.com and Other Cloud Services

Our Strategy: The World’s First Multi-Application, Multi-Category SaaS Company

Page 4: Building Enterprise Apps Using Force.com and Other Cloud Services

DeliveredApplication

InfrastructureServices

Network

Storage

Operating System

Database

App Server

Web Server

Data Center

Disaster Recovery

ApplicationServices

Security

Sharing

Integration

Customization

Web Services

API

Multi-Language

Multi-Currency

Workflow

Analytics

Multi-Device

Messaging

Search

OperationsServices

Authentication

Availability

Monitoring

Patch Mgmt

Upgrades

Backup

NOC

Idea

Why PaaS? -- What if all your resources could be focused on only what’s unique about your apps?

Page 5: Building Enterprise Apps Using Force.com and Other Cloud Services

PaaS lets developers focus on what their apps do, rather than the software and infrastructure to run them

Build Your Apps!

InfrastructureServices

ApplicationServices

OperationsServices

Force.com You

Page 6: Building Enterprise Apps Using Force.com and Other Cloud Services

Definition of Platform as a Service

Page 7: Building Enterprise Apps Using Force.com and Other Cloud Services

150M+150M+Transactions Daily

Average Speed 210210ms

~37%~37%Global Deployments

$100s Millions Investment

2 Fully Mirrored Data Centers

Scalable Architecture

Disaster Recovery

Globally Distributed Data Centers

Global Infrastructure as a Service

Page 8: Building Enterprise Apps Using Force.com and Other Cloud Services

Multi-Tenant Global Scalable Architecture

Search

Database Clusters

Servers

NA1NA1 NA3NA3NA2NA2 APAPEMEAEMEA

Multi-tenantclusters

“n” Pod“n” Pod

APIAPP

Scalable “Pod” Architecture

Pod Architecture

Database cluster

App servers

Fully mirrored in DR facility

Add new pods for scalability

Page 9: Building Enterprise Apps Using Force.com and Other Cloud Services

Security Transparency

SAS 70 Type II

SysTrust Certified

Network and Physical Security

IP Restricted Access Option

Flexible Single Sign-On Options

Identity Confirmation

The Most Trusted & Secure Infrastructure

Page 10: Building Enterprise Apps Using Force.com and Other Cloud Services

Create any table

Add any field

Build any relationship

Security & sharing built-in

Automatic audit history tracking

Automatic tuning

Automatic backups

Automatic upgrades

8,700,000+8,700,000+ Schema Edits

160,000160,000SQL Statements per Sec

Scales from 1-XXX,000+1-XXX,000+ users

Your Database on Our Service

Page 11: Building Enterprise Apps Using Force.com and Other Cloud Services

1.75 Billion1.75 BillionAPI calls per month

28+ Billion28+ Billion Total API calls

Web Services API

Packaged SAP & Oracle Integrations

Breakthrough SOA On Demand

Back-end and Desktop Integration

Over 40 Integration Partners on AppExchange

Your Integrations on Our Service:Designed to Integrate with Any IT Architecture

All Integrations Are Upgraded With Zero Customer Effort

Page 12: Building Enterprise Apps Using Force.com and Other Cloud Services

Declarative

Programmatic

Approvals

Intelligent

Time-Based

Formulas

Outbound Messaging

97,000+ 97,000+ workflow rules

7 Million+ 7 Million+ automated tasks

A B D

C

Your Workflow on Our Service

Page 13: Building Enterprise Apps Using Force.com and Other Cloud Services

Your Logic on Our Service

Audit History Tracking

Assignment Rules

Escalation Rules

Workflows Rules

Approval Processes

Declarative Logic (point and click)

Formula-Based Logic (similar to excel)

Procedural Logic (code)

Formula Fields

Data Validation Rules

Apex Triggers (logic before or after a save, update or delete)

Apex Classes

Apex Web Services (logic that can be called by an external system)

Page 14: Building Enterprise Apps Using Force.com and Other Cloud Services

First Multi-Tenant Programming Language

Programmatic Business Logic

Stored Procedures

Data Validation

Complex Transactional Logic

Your Code on Our Service

1.5 Million1.5 Million

Apex System Requests per Day

Lines of Apex Code

1.6 Million1.6 Million

Page 15: Building Enterprise Apps Using Force.com and Other Cloud Services

Yo

ur C

od

eO

ur

Infrastru

cture

Apex Code

Java-like syntax

Strongly typed

Transactional

CharacteristicsInteger NUM = 10; Account[] accs; // Clean up old data accs = [select id from account where name like 'test%']; delete accs; commit; accs = new

Schema-aware

Governed

Secured

Powerful Capabilities

Database Triggers

Web Services

Transactional logic

First Multi-Tenant Programming Language

2M 2M Lines of Code

Multi-Tenant Virtual Machine

Metadata

1.8M 1.8M Apex requests per day

Your Code on Our Service

Page 16: Building Enterprise Apps Using Force.com and Other Cloud Services

Create Any Application and Any Interface

Any User Interface

Any Application

Any Device

10,500+ 10,500+ Custom Interfaces Created

Visualforce opens up a new world of possibility for user interface design.It helps us build compelling user interfaces packed with powerful business logic.

-Tim Tribe, Head of Product Management

Page 17: Building Enterprise Apps Using Force.com and Other Cloud Services

Any Design Any Interaction

Any Device

Create Any Application and Any Interface

Page 18: Building Enterprise Apps Using Force.com and Other Cloud Services

How Does it Work?

Run your user interface code on our service

Use the intelligence of Apex to build any interface logic

Leverage our library of standard interface components

PageFormTextStyleImagePanelMessage

Our Pages Your

Code

Page 19: Building Enterprise Apps Using Force.com and Other Cloud Services

Mash-Ups: Integrating the User Experience

Build Business Mash-ups,

exposing back office data like

– Order History

– Pending Invoices

– Payment History

– Credit Limit/Exposure

– etc.

along with data in your

force.com database

• SOAP or REST or RSS

Account,Opportunity data

Order Management data

Page 20: Building Enterprise Apps Using Force.com and Other Cloud Services

Demo – Using the Platform Layers

Recruiting Application– Track Jobs and Applicants

– Workflow – alerts, confirmations

– Business Logic – no duplicates please

– UI – intranet style job page

– Mashup – schedule interviews and share on google calendar

Page 21: Building Enterprise Apps Using Force.com and Other Cloud Services

Getting Started Is Easy!

1. Visit developer.force.com

2. Get Free Developer Edition

1. Begin Building Apps