TrustRadius: an HG Insights company

CloudFoundry vs. Red Hat JBoss Enterprise Application Platform

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    CloudFoundry

    Score10 out of 10
    N/ACloudFoundry is a free, open source cloud computing platform supported by the non-profit CloudFoundry. It is not tied to any particular cloud service, but can be self-hosted or run on any cloud service preferred.N/A

    Red Hat JBoss EAP

    Score8.5 out of 10
    N/AN/AN/A
    Pricing
    CloudFoundryRed Hat JBoss EAP
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    CloudFoundryRed Hat JBoss EAP
    Free Trial
    NoNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Features
    CloudFoundryRed Hat JBoss EAP
    Platform-as-a-Service
    Comparison of Platform-as-a-Service features of CloudFoundry and Red Hat JBoss Enterprise Application Platform
    Feature
    CloudFoundry
    9.8
    1 Ratings
    24% above category average
    Red Hat JBoss Enterprise Application Platform
    -
    Ratings
    Ease of building user interfaces10.01 Ratings00 Ratings
    Scalability9.01 Ratings00 Ratings
    Development environment creation10.01 Ratings00 Ratings
    Development environment replication10.01 Ratings00 Ratings
    Issue recovery10.01 Ratings00 Ratings
    Upgrades and platform fixes10.01 Ratings00 Ratings
    Application Servers
    Comparison of Application Servers features of CloudFoundry and Red Hat JBoss Enterprise Application Platform
    Feature
    CloudFoundry
    -
    Ratings
    Red Hat JBoss Enterprise Application Platform
    6.8
    9 Ratings
    15% below category average
    IDE support00 Ratings6.09 Ratings
    Security management00 Ratings7.09 Ratings
    Administration and management00 Ratings8.09 Ratings
    Application server performance00 Ratings8.09 Ratings
    Installation00 Ratings5.09 Ratings
    Open-source standards compliance00 Ratings7.09 Ratings
    Best Alternatives
    CloudFoundryRed Hat JBoss EAP
    Small Businesses
    IBM Cloud Foundry
    Score8.5 out of 10
    NGINX
    Score9.1 out of 10
    Medium-sized Companies
    IBM Cloud Private
    Score9.6 out of 10
    Oracle WebLogic Server
    Score7.3 out of 10
    Enterprises
    AWS Elastic Beanstalk
    Score8.6 out of 10
    NGINX
    Score9.1 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    CloudFoundryRed Hat JBoss EAP
    Likelihood to Recommend
    10.0
    (1 ratings)
    8.1
    (8 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    5.0
    (1 ratings)
    Usability
    -
    (0 ratings)
    8.5
    (3 ratings)
    Performance
    -
    (0 ratings)
    8.7
    (3 ratings)
    Support Rating
    -
    (0 ratings)
    5.2
    (2 ratings)
    Ease of integration
    -
    (0 ratings)
    8.5
    (3 ratings)
    User Testimonials
    CloudFoundryRed Hat JBoss EAP
    Likelihood to Recommend
    CloudFoundry
    It's well suited if:
    • The organization has large number of applications that needs to be deployed frequently.
    • The organization is tied to the DevOps mindset.
    • The organization has programs in different languages.
    • The applications does not need EJB's support that servers like web logic provide.
    It's less suited if:
    • The applications needs security configuration within the same CloudFoundry instance.
    • The organization, for whatever reason does not want developers to manage the instances.
    Incentivized
    Read full review
    Red Hat
    JBoss EAP is subscription based/open source platform. It's very reliable and great for deploying high transaction Java based enterprise applications. It integrates well with third party components like mod_cluster and supports popular Java EE web-based frameworks such as Spring, Angular JS, jQuery Mobile, and Google Web Toolkit.
    Incentivized
    Read full review
    Pros
    CloudFoundry
    • Support for Orgs and Spaces that allow for managing users and deployables within a large organization.
    • Easy deployment, deploying code is as simple as executing single line from CLI, thanks to build-packs.
    • Solid and rich CLI, that allows for various operations on the instance.
    • Isolated Virtual Machines called Droplets, that provide clean run time environment for the code. This used to be a problem with Weblogic and other application servers, where multiple applications are run on the same cluster and they share resources.
    • SSH capability for the droplet (isolated VM's are called droplets), that allows for real time viewing of the App code while the application is running.
    • Support for multiple languages, thanks to build-packs.
    • Support for horizontal scaling, scaling an instance horizontally is a breeze.
    • Support for configuring environment variable using the service bindings.
    • Supports memory and disk space limit allocation for individual applications.
    • Supports API's as well as workers (processes without endpoints)
    • Supports blue-green deployment with minimal down time
    Incentivized
    Read full review
    Red Hat
    • MOD_CLUSTER integration. JBoss EAP integrates pretty well with mod_cluster. This is an intelligent load balancer especially useful in highly clustered environments.
    • Supports enterprise-grade features such as high availability clustering, distributed caching, messaging etc.
    • Supports deployment in on-premise, virtual and hybrid cloud environments.
    Incentivized
    Read full review
    Cons
    CloudFoundry
    • Does not support stateful containers and that would be a nice to have.
    • Supports showing logs, but does not persist the logs anywhere. This makes relying on Cloud Foundry's logs very unreliable. The logs have to be persisted using other third party tools like Elk and Kibana.
    Incentivized
    Read full review
    Red Hat
    • Difficult to replicate configuration outside of a container environment
    • Still requires quite a bit of knowledge of the CLI
    • Integration with deployment tools requires CLI knowledge
    Incentivized
    Read full review
    Likelihood to Renew
    CloudFoundry
    No answers on this topic
    Red Hat
    We are planning to migrate away from Jboss to Tomcat as Jboss has shown not interest in supporting OSGi which is heavily used at our shop
    Incentivized
    Read full review
    Usability
    CloudFoundry
    No answers on this topic
    Red Hat
    JBoss overall is easy to use. The installation and deployment of applications are quick. Documentations and support are also readily available.
    Incentivized
    Read full review
    Performance
    CloudFoundry
    No answers on this topic
    Red Hat
    JBoss EAP is lightweight and doesn't really consumes much physical resources. It's high performing and suites well for high transaction Java enterprise applications. The out of box performance settings are not really great and you will have to configure the settings to suite your environment to leverage it's full benefits.
    Incentivized
    Read full review
    Support Rating
    CloudFoundry
    No answers on this topic
    Red Hat
    Fast response.
    Incentivized
    Read full review
    Alternatives Considered
    CloudFoundry
    While Docker shines in providing support for volumes and stateful instances, Cloud foundry shines in providing support for deploying stateless services. Heroku shines in integrating with Git and using commits to git as hooks to trigger deployments right from the command line. But it does not provide on-premise solution that Cloud foundry provides.
    Incentivized
    Read full review
    Red Hat
    We selected JBoss because of compatibility with EJB's. We currently are trying to reduce our footprint and will highly consider using Tomcat.
    Incentivized
    Read full review
    Return on Investment
    CloudFoundry
    • Positive impact, since it simplifies the deployment time by a huge margin. Without cloud foundry, deploying a code needs coordination with infrastructure teams, while with cloud foundry, its a simple one line command. This reduces the deployment time from at least few hours to few minutes. Faster deployments promote faster dev cycle iterations.
    • Code maintenance such as upgrading a Node or Java version is as simple as updating the build-pack. Without cloud foundry, using web logic, the specific version only supports a specific version of Java. So updating the version involves upgrading the version of web logic that needs to involve few teams. So without cloud foundry, it takes at least few days, with cloud foundry, its a matter of few mins.
    • Overall, happier Developers and thats harder to quantify.
    Incentivized
    Read full review
    Red Hat
    • Jboss EAP is easy to deploy and configure. This lead to lower cost and faster delivery.
    • Even though we have large number of machines running JBoss, we have only two Jboss Administrators. It doesn't requires too much administration and maintenance on daily basis and reduces number of administrators required for large implementations.
    Incentivized
    Read full review
    ScreenShots