Adding Promises to Visualforce Remote Objects
The Spring '14 release of the Force.com platform introduces, amongst a lot of other great enhancements, Visualforce Remote Objects. Very simply, this new feature allows a developer to perform CRUD operations on Salesforce SObject records using javascript, no Apex controller required. It really is incredible stuff, and opens the…