Skip to main content

Christine Wang

Blogs from this Author

Integration AEM with Salesforce – Part1

Salesforce is a customer relationship management tool (CRM), which is used to help companies manage and promote the relationship with existing clients, and develop new clients. It runs on cloud, so there is no need to install any software and no hardware is required. Apparently, it reduces the development cost and can deliver an application […]

Queueable VS @future

The Winter ’15 platform release brought us the new Queueable Apex interface. It is a cool way to execute asynchronous process working much like what we used to use: @future. But it brings some new performances which are really cool. This article is going to compare the @future and Queueable Interface.   @future A future […]