Skip to playerSkip to main contentSkip to footer
  • 5/29/2015
This is a salesforce application to manage conferences, add speaker, hotels and sessions to a conference. This app uses salessforce apex mvc controller architecture, visual force pages and custom javascript script to customize the application further. A conference manager can add a conference, add information about a speaker if no detail is already present, add that speaker to a conference slot and more. For each speaker we can add their photograph and other information. We can add hotels and add the geolocation for that hotel. This app shows how you can utilize salesforce visual force and apex language and use javascript along with that to display the hotels in google maps embedded on the website.
More than that it exposes the salesforce application through REST services and you can consume these rest services in an external node server in our case or any other REST capable language/framework and display all the conference by retrieving data from the salesforce application and apex controllers.

More description for project can be found here(https://www.behance.net/gallery/22054825/Conference-App)

Recommended