Skip to content

Jelastic versus Heroku

by bayoucitysocial on February 9, 2012

If you are a developer trying to deploy your app to the Cloud, you have a few choices. You could use something like Google App Engine, Heroku or DotCloud. But unless you have tried all of the options that are available out there—and actually had the time for such an endeavor—you would have to take the different PaaS providers at their word.

Though we are a little biased here at Jelastic, I am convinced that we have the best PaaS out there for the developer. We built it with the developer in mind and have made sure that all of the things that we wanted but could not find before Jelastic are present in it.

So, in this post I want to compare Jelastic with Heroku. A lot of people out there have/are using Jelastic, but a large number of developers have moved to Jelastic, and I want you to know why.

Jelastic vs Heroku

Quick Summary

If you are building an app, your primary concern is your app—it’s functionality, usability and overall appeal. One of the biggest issues with Heroku is that you have to code your app with the platform in mind. This makes you have to plan longer term than you might want to, especially if you decide you don’t like your experience. With Heroku you are locked-in. That is, unless you want to recode your app for another platform. With Jelastic, there is no lock-in.

Another big differentiator, especially if you are based in the EU or somewhere else outside of the US, is that Jelastic PaaS is actually available locally, from a European hoster. This keeps you from running into issues of data privacy and things like the Patriot Act—things that are a stumbling block to you if you don’t live in the US but want a PaaS to host your applications in the Cloud.

Then there is the huge issue of compatibility: Heroku has its own custom app servers. These are not standard open-source servers like Jelastic has, but servers that severely decrease the level of app compatibility, generally forcing you to re-write your apps. With Jelastic, you have a wide array of standard app servers and databases. Your app will work with Jelastic just as well as it did before, using the same standard software stacks your already know and use.

Details

Though there a lot more than I am listing below, I am only going to list 10 big issues that you might want to consider.

Location/Localization: if you are not in the US, you are pretty much out of luck.

Let’s say you live in Japan, Heroku is not, nor will it be, available there. If you are in Russia, you can’t get Heroku in Russian (something we are already working on).

As of now, Heroku seems to be stuck in the Amazon US East datacenter. All of their documentation is in English only and their support is English only.

Jelastic is expanding across the globe fast. As we do it, we are localizing it along the way—making sure that when we make it available in another country, that it is reflected in the documentation and support, language and otherwise.

Lock-in: with Heroku, you have to code for the platform.

App servers? Heroku only has a few limited versions of Tomcat and Jetty; if you want to use GlassFish or JBoss, well… you can’t. And databases? With Heroku you only have Postgres and Amazon storage as options: rather restricting.

Jelastic has a lot of app server and database options available to you, and the number continues to grow.

Dynamic-Scaling/Auto-Scaling: Heroku doesn’t offer vertical scaling.

Though you can use predefined amounts of resources (RAM and CPU), it is preset. You can’t count on it to ramp up when demand for your app grows.

With Jelastic, you have true vertical and horizontal, automatic scaling. No worrying about your server crashing due to traffic: Jelastic will scale your app for you.

Flexibility: if you wrote an app outside of Heroku, good luck trying to deploy it.

You have to build your app within Heroku to be able to deploy it.

Jelastic can deploy any WAR file and/or integrate with Ant and Maven tools and IDEs. Basically, you can use the Java tools that you know and love. 

High-Availability: Heroku doesn’t have it.

Jelastic offers both sticky sessions and High-Availability. Deploy with confidence.

Time Constraints: if your app doesn’t boot within a minute or less, it won’t work. Heroku won’t host it.

Never an issue with Jelastic.

Isolation, Differentiation and Security: in Heroku, your apps share application servers and databases with other users. This kind of limited isolation can obviously lead to issues of data privacy and possible crashes and errors due to other user’s apps.

You won’t run into this problem with Jelastic. Your app’s servers and databases are isolated from those of other users. 

Ease-of-Use: Heroku is still command-line.

Jelastic has an awesome UI. Easy? Done.

Limitation: Heroku only allows you to listen in on one network port. If you want more… well, you are stuck just wanting it.

Jelastic allows you to use multiple different ports.

Static IP Addresses: with Heroku, you don’t have the option for static IP’s. This is a serious damper, especially if your app is tied to a business or is going to be connected to a business.

 Jelastic allows you to have static IP addresses. No worries.

Speed: if you use Heroku, your applications will be executed using OpenJDK 6 (super slow).

Jelastic provides you with JDK 7, and if you want to use JDK 6, we offer that too.

Now what?

I hope that this run down has been helpful for you. If you are still trying to decide and need more info, feel free to hit us up on Twitter (@judahjohns or @jelastic) or Facebook.  You can also email us at info@Jelastic.com.

Jelastic is the best choice for the hosting your Java app in the Cloud: it was made by developers for developers.

From → Concepts

20 Comments Leave one →
  1. Hi,

    I don’t know about Heroku, but I’ve tried GAE and I can’t agree more with the lock-in. I tried Cloud Foundry last year and I’ve found it to my taste in this regard. It’s also very developer oriented: you can upload your app directly from inside Eclipse (with the Spring IDE plugin).

    It would be nice to have an un-biased compraison to Cloud Foundry.

    Note: I’ve also tried Jelastic and it just works! Keep up the good work, guys.

  2. Jelastic is definitely on my watch list on this space. That being said, I love my command line.

    If you can provide awesome GUI, there’s nothing stopping you to provide awesome command line support as well. Particularly when you have command line support, things are so easy to integrate with whatever workflow/tools that your customer have.

    • So, you would like both? Command line and GUI?

      • Yeah, pretty much both. GUI is awesome when you are the one doing the work. Command line, well command line is scriptable.

        That being said, since it seems that you guys caters for the enterprise space as well, if you don’t have command line(or not planning to), it would probably help to have awesome API.

        For me, I am more of a Play! guy, so well, it doesn’t matter much though. If I choose Jelastic, I have the command line AND the GUI from you guys as well. (normal deployment via CLI)

        BTW, its cool for Jelastic to support Play!.

  3. Baeldaeg permalink

    Redhat’s OpenShift comparison?

  4. Thanks for the comparison (and GAE comparison as well)!

    One small thing – Could you please expand this statement a little?
    “Let’s say you live in Japan, Heroku is not, nor will it be, available there.”
    Especially the part “nor will be”. How do you know that Heroku will not someday be available in Japan?

    • jelastic permalink

      It is very hard for US companies that want to offer services themselves to expand geographically. Each country is different, has local culture, local ways of doing business, and so on. Heroku is only now (after many years on the market!) opening a location in Europe. Jelastic on the other hand partners with the best hosting providers around the globe – which let us expand to 10 countries in just a year being on the market!

Trackbacks and Pingbacks

  1. Java Application Deployment Platform Jelastic Raises $2 Million from Russian Venture Funds | TechCrunch
  2. iPhone Games » Java Application Deployment Platform Jelastic Raises $2 Million from Russian Venture Funds
  3. Java Application Deployment Platform Jelastic Raises $2 Million from Russian Venture Funds | BoreroNews
  4. Ukrainian Java application deployment innovator Jelastic raises $2 million from Almaz Capital and Foresight Ventures
  5. Java Application Deployment Platform Jelastic Raises $2 Million from Russian Venture Funds | Krantenkoppen Tech
  6. Java Application Deployment Platform Jelastic Raises $2 Million from Russian Venture Funds | Lakeville News
  7. Wordpress Themes » Blog Archive » Java Application Deployment Platform Jelastic Raises $2 Million from Russian Venture Funds
  8. Java Application Deployment Platform Jelastic Raises $2 Million from Russian Venture Funds | Новости мобильных технологий
  9. Java Application Deployment Platform Jelastic Raises $2 Million from Russian Venture Funds | Technomania..
  10. AWS Elastic Beanstalk vs Jelastic

Account registration failed

We suspect that this is due to network issues - so please try again in a minute. If your second attempt fails please email us at info@jelastic.com and we will get you in.

%d bloggers like this: