Book Image

Heroku Cloud Application Development

By : Anubhav Hanjura
Book Image

Heroku Cloud Application Development

By: Anubhav Hanjura

Overview of this book

Table of Contents (17 chapters)
Heroku Cloud Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Putting It All Together

One of the core strengths of the Heroku platform is its ability to function as a polyglot platform, where developers can virtually pick and choose any supported programming language and develop their feature-rich web apps. The Heroku platform also supports these languages by providing add-ons to include specific features (for example, caching pages) in these web apps. Web apps are deployed seamlessly, monitored, and shared with other developers at the click of a button.

Earlier in this book, we focused on specific aspects such as building and deploying apps on the Heroku platform, and learned how various techniques can be employed to perform useful tasks with the platform.

In this chapter, we provide a round-up of everything we have learned so far. We will learn the following:

  • How to add Heroku support and deploy Java apps on Heroku using Eclipse

  • How to manage Heroku apps and perform all the app management operations inside Eclipse

We could have done this with...