Tag: JavaScript Remoting

  • Limitless Chaining of Continuation object in Salesforce

    How to create a Continuation Server in Salesforce with the help of JavaScript remoting and Continuation Object

  • Visualforce Remote Objects

    One of the exciting feature of Spring14 release is introduction of “Visualforce Remote Objects”. You can say its actually replacement of JavaScript Remoting. Why do we need “Visualforce Remote Objects” when we already have “JavaScript Remoting” ? Well, here are few advantages of “Visualforce Remote Objects” : No need to write Controllers, Everything can be…