Posted on January 18, 2018 Leave a Comment
Setup a method to send Aync call to Heroku, add ‘?_HttpMethod=PATCH’ to the path to notify Heroku it’s a patch request Spring controller checks the RequestParam _HttpMethod to see if it’s a POST or PATCH request
Posted on June 4, 2017 Leave a Comment
Sometime a jar is not available via Maven Central Repository and you need to load a jar from your local filesystem. Copy the jar file to a lib directory in your project. Execute the following command via command line Add the following to maven pom.xml
Posted on May 16, 2017 Leave a Comment
Create a new Planform Event Object and give it a name App Metadata (App_Metadata__e) which will also be the name of the topic. Create some fields you that you would like to listen to. In Apex add the following event Build event payload Publish Event to eventBus Now let’s create our event listen to subscript […]
Posted on September 22, 2015 1 Comment
1. Setup Application 2. Setup Scheduler 3. Add Spring Boot dependency 4. Add Procfile 5. Scale Heroku worker 1. Setup Application 2. Setup Scheduler 3. Add Spring Boot dependency 4. Add Procfile 5. Scale Heroku worker
Posted on May 30, 2014 1 Comment
ApplicationContext.xml defines herokuServiceConfig and herokuServiceProvider Bean Spring MVC Heroku OAuth Controller HerokuOauthApi extends DefaultApi20
Posted on April 24, 2014 Leave a Comment
Add new custom domain to Heroku Add both with www. and no www. domain names. It will look like the following Login to Godaddy and add/edit host:www to your heroku app, it will looks like follows: Add a forwarding rule to that http://example.com will be directed to http://www.example.com
Posted on April 24, 2014 2 Comments
Add New Relic Agent Dependency pom.xml build tag Create newrelic.yml and save to project route (same level as pom.xml) Add the following flag to your JAVA_OPTS config var on Heroku:
Posted on March 2, 2014 Leave a Comment
Elastic search configuration Elastic search service
Posted on March 1, 2014 Leave a Comment
Heroku Memcached Cloud Junit Test
Posted on January 15, 2014 Leave a Comment
Add memcachedcloud to your project: heroku addons:add memcachedcloud 1. Setup Memcached Configuration 2. Setup Memcached Service 1. Setup Memcached Configuration 2. Setup Memcached Service