December 2013
Intermediate to advanced
448 pages
13h 44m
English
This subsection offers a path to getting your hands on Visualforce, divided into three parts, as follows:
1. Development process—Begin your development contrasting Visualforce with standard Web application development.
2. Development tools—Take a look at Visualforce development in the Force.com IDE and the native user interface.
3. “Hello World” example—Build your first Visualforce page with a custom controller.
Visualforce development projects are much like standard Web application development projects. They have server-side logic to be coded, and user interfaces to be designed, wired up, and tested. User interface developers must collaborate closely with their server-side counterparts to ...