OpenJDK in business
October 13, 2022

OpenJDK in business

Anonymous | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with OpenJDK

We use OpenJDK in various backend applications that are crucial for the business we run. We it to run web applications in general. We use it for building gateways between applications, and do calculations relative to our line of business. It is an interesting solution because works in different environments without much hassle.
  • Concurrency
  • Memory Management
  • Multiplatform Development
  • Native support for Green Threads
  • Reduce Memory Usage
  • Support for live reloading
  • multiplatform development
  • ease to use
  • wide community
  • Faster development
  • Ease to setup environments
  • Stable applications
Mostly because OpenJDK is open source and is considered the reference implementation of the JDK.

Do you think OpenJDK delivers good value for the price?

Yes

Are you happy with OpenJDK's feature set?

Yes

Did OpenJDK live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of OpenJDK go as expected?

Yes

Would you buy OpenJDK again?

Yes

Some good scenarios are applications that need to scale, applications that are very CPU intensive, applications that requires multithreading, especially applications that needs performance. It might not be the best choice if the application is not CPU intensive, but request intensive, because other technologies could make more sense in this cases.