force.com friday - intro to visualforce

24
Intro to Visualforce November 7, 2014

Upload: shivanath-devinarayanan

Post on 24-Jun-2015

278 views

Category:

Technology


1 download

DESCRIPTION

Visualforce is a Component framework hosted natively on salesforce.com. This presentation aims at giving a Intro to the technology. The presentation is part of the Force.com Friday webinar series by salesforce.com . You can sign up for more sessions like this : https://developer.salesforce.com/events/webinars/forcedotcomfridayreg?d=70130000000sxxh This webinar was presented by Shivanath Devinarayanan

TRANSCRIPT

Page 1: Force.com Friday - Intro to Visualforce

Intro to VisualforceNovember 7, 2014

Page 2: Force.com Friday - Intro to Visualforce

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 July 31,

2012. 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: Force.com Friday - Intro to Visualforce

Shivanath Devinarayanan

Salesforce & Force.com MVP

@shivanathd

Speaker

Page 4: Force.com Friday - Intro to Visualforce

Post picture here

Follow Developer Force for the Latest News

@forcedotcom / #forcefriday

Developer Force – Force.com Community

Developer Force

Developer Force Group

Page 5: Force.com Friday - Intro to Visualforce

What can you do with Visualforce?

Framework to build custom user interfaces

Hosted natively on Force.com

Build streamlined UX

Create internal and public facing pages

Customize for different devices

Leverage other web technologies

Page 6: Force.com Friday - Intro to Visualforce

Model View Controller (MVC) Pattern

Standard and Custom Object

Visualforce

Standard Controllers and Apex

Page 7: Force.com Friday - Intro to Visualforce

MVC example

Page 8: Force.com Friday - Intro to Visualforce

What do standard components look like?

apex: or chatter: prefix

Attributes to define component

Merge field to define attribute (can also be a

string literal in some cases)

<apex:outputField value = “{!Restaurant__c.Address__c}” >

Reference field (using dot notation)

Data binding to objects and class variables

Component name (examples: tables, repeats, forms, etc)

Page 9: Force.com Friday - Intro to Visualforce

What do standard components look like?

Standard or custom objects

Defined at the page

level

Custom controller logic to extend

standard controllers

Inherit standard CRUD functionality.

If only using custom controllers, use controller=“controllerName”

<apex:page standardConroller =“Restaurant__c” extensions >“ext1, ext2”=

Page 10: Force.com Friday - Intro to Visualforce

MVC example

Visualforce tags

– 100+ standard components

– Custom components

Works with all standard web technologies including:

– CSS

– JavaScript

– HTML

– Flash

– Any other Web-Enabled Code

Page 11: Force.com Friday - Intro to Visualforce

Provides access to data

Logic for handling UI interaction

Standard Controllers

– Same functionality as standard pages

• Save, delete, field access etc.

Custom Controllers

– Written in Apex

– Override standard behavior

– Controller Extensions

Visualforce Controllers

Page 12: Force.com Friday - Intro to Visualforce

How can I customize Visualforce?

Page 13: Force.com Friday - Intro to Visualforce

The Developer Console

Page 14: Force.com Friday - Intro to Visualforce

NameTitle@Twitter

What else can you do with Visualforce?

Page 15: Force.com Friday - Intro to Visualforce

Rich user interfaces

Page 16: Force.com Friday - Intro to Visualforce

Complete web apps

Page 17: Force.com Friday - Intro to Visualforce

Mashups

Page 18: Force.com Friday - Intro to Visualforce

Complete web apps

Page 19: Force.com Friday - Intro to Visualforce

But…

Visualforce is NOT your first line of defense

Working knowledge of HTML, CSS, and JavaScript is essential

Visualforce has limits

Page 20: Force.com Friday - Intro to Visualforce

Limits

Page Size: 15 MB

Viewstate Size 135 KB

Page 21: Force.com Friday - Intro to Visualforce

If nothing else, remember this…

Visualforce is powerful – use it judiciously

If you don’t know basic HTML, CSS, and JavaScript concepts, no amount of Visualforce

magic will help you

Pay attention to performance at all times

If you don’t know… ASK

http://developer.force.com | Boards | Visualforce | #askforce

Page 22: Force.com Friday - Intro to Visualforce

If nothing else, remember this…

Developer.force.com

Bit.ly/IntroVF-pkg

Bit.ly/visualforce-workbook

Advanced Visualforce Webinar

“7 Habits of Highly Efficient Visualforce Pages” “Building the New AppExchange Using Responsive Design”

DF Recorded Sessions

Page 23: Force.com Friday - Intro to Visualforce

Q & A

Page 24: Force.com Friday - Intro to Visualforce

Survey

Your feedback is crucial to the successof our webinar programs. Thank you!

http://bit.ly/forcefriday