Salesforce | Methods defined as TestMethod do not support Web service callouts

| By Webner

Our code has some classes which contain functions that are used to make webservice callouts to connect with AWS S3 or EC2 machine. We have to cover these functions in our test methods but “Run Test” fails after running the

Heroku | Import/Commit Heroku App in/from Eclipse

| By Webner

1.  Install plugin in Eclipse IDE : Open Eclipse and navigate to Help->Install new Software. Enter http://eclipse-plugin.herokuapp.com/install for the “Location” and click “Ok”. Open Window->Preferences. Select Heroku. Enter Heroku username in Email field. Enter your password in Password field. Click

Maven | Using Properties defined in pom.xml in .properties file

| By Webner

We are working on a web application built in spring MVC. We have some resources inside src/main/resources folder (Maven Project). The resources are Property files with data in the form of key-value pairs. We are using maven property placeholder syntax

Heroku | How to create/deploy your Php/CakePHP app (Ubuntu)

| By Webner

1.  Sign up: First, go to Heroku.com and click “sign up” to get your free Heroku account. 2.  Install the Heroku Toolbelt: The Heroku Toolbelt contains the Heroku client, a command-line tool for creating and managing Heroku apps. Install Heroku