The quickest and easiest way to start a Java web app that uses the Force.com REST APIs.
This application has everything you need to start building web apps that use the Force.com REST APIs. How it works:
- Instant deployment on the cloud with Heroku
- Everything for local development including: Play Framework & the Atom code editor
- Super easy deployment of changes using Atom (no git or command lines necessary)
Go for it:
- View the newly deployed application and follow the instructions to setup an OAuth Connected App in Salesforce and then set the config in your Heroku app
- Setup a local development environment by downloading your app's source: https://download-heroku-source.herokuapp.com/
- Unzip the archive and launch
sbt
- this will launch Atom and the Play Framework server - Check out the local app at: http://localhost:9000
- Again follow the instructions in your local app to setup another OAuth Connected App for local development
- Make and test some local changes to the app
- Deploy those changes from Atom using the Heroku menu (Login, then Deploy)