You need to sign in to do that
Don't have an account?

salesforce with heroku
Hi
Can anybody tell me how to connect Salesforce with Heroku.
Thanks
Anu
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Hi
Can anybody tell me how to connect Salesforce with Heroku.
Thanks
Anu
These are the links to study about integrate salesforce with heroku
you tube videos for developing and deploying:
http://www.youtube.com/watch?v=7zeGJLXd600
http://www.youtube.com/watch?v=WBWWSGThTds
Blog:
http://blog.jeffdouglas.com/2011/10/25/im-addicted-to-play-on-heroku/
http://blog.jeffdouglas.com/2011/09/26/telesales-play/
http://www.jamesward.com/2012/07/31/integrating-java-spring-apps-on-heroku-with-forcecom--rest-apis
All Answers
These are the links to study about integrate salesforce with heroku
you tube videos for developing and deploying:
http://www.youtube.com/watch?v=7zeGJLXd600
http://www.youtube.com/watch?v=WBWWSGThTds
Blog:
http://blog.jeffdouglas.com/2011/10/25/im-addicted-to-play-on-heroku/
http://blog.jeffdouglas.com/2011/09/26/telesales-play/
http://www.jamesward.com/2012/07/31/integrating-java-spring-apps-on-heroku-with-forcecom--rest-apis
Thanks shiva
can you please give me a short description on this topic.
Heroku is a cloud-based development platform as a service (PaaS) provider. The Heroku platform supports development in Ruby on Rails, Java, Node.js, Python, Scala and Clojure.
It is a polyglot cloud application platform. With Heroku, you don’t need to think about servers at all. You can write apps in the programming language of your choice, back it with add-on resources such as SQL and NoSQL databases,Memcached, and many others. You manage your app using the Heroku command-line tool and you deploy code using the Git revision control system, all running on the Heroku infrastructure.
Heroku is the leading Ruby platform-as-a-service, built from the ground up to work in an open environment and take advantage of the Ruby language. Ruby has become the leading development language used to write next-generation apps that are social, collaborative and deliver real-time access to information across mobile devices.
Heroku’s multi-tenant architecture means no virtual machines to manage, no software to install, and no complicated platform stacks to manage and tune. Developers can focus on writing their code – and Heroku takes care of everything else.