Webservices API?


2 Answer(s)


Can we expose webservices API thru Force.com or do we need Apex?

Yes see Building APIs with Apex REST Services

What exactly is VisualForce?

VisualForce is Force.com's markup language that can be used in conjunction with HTML, CCS, JavaScript, APEX, JQuery, etc. to create Dynamic/Static pages in Force.com an interface with your APEX customer components, code, etc.

Is that the IDE in which one develops Apex code?

Prashant all these questions are from Advanced salesforce but Ricardy answered your questions to lot of extend. In fact each question you asked is complete topic on its ownn. Visualforce is a language and so is Apex. Visualforce is used to develop front end pages and Apex is used to develop back end logic for those pages.