Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Solo.io wins ‘most likely to succeed’ award at VB Transform 2025 innovation showcase

    The great AI agent acceleration: Why enterprise adoption is happening faster than anyone predicted

    $8.8 trillion protected: How one CISO went from ‘that’s BS’ to bulletproof in 90 days

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      Apple sued by shareholders for allegedly overstating AI progress

      June 22, 2025

      How far will AI go to defend its own survival?

      June 2, 2025

      The internet thinks this video from Gaza is AI. Here’s how we proved it isn’t.

      May 30, 2025

      Nvidia CEO hails Trump’s plan to rescind some export curbs on AI chips to China

      May 22, 2025

      AI poses a bigger threat to women’s work, than men’s, report says

      May 21, 2025
    • Business

      Cloudflare open-sources Orange Meets with End-to-End encryption

      June 29, 2025

      Google links massive cloud outage to API management issue

      June 13, 2025

      The EU challenges Google and Cloudflare with its very own DNS resolver that can filter dangerous traffic

      June 11, 2025

      These two Ivanti bugs are allowing hackers to target cloud instances

      May 21, 2025

      How cloud and AI transform and improve customer experiences

      May 10, 2025
    • Crypto

      MoonPay Executives Might Have Fallen for $250,000 Trump-Themed Crypto Scam

      July 11, 2025

      Top 3 Altcoins Trending in Nigeria This Week

      July 11, 2025

      Tether is Removing USDT From These 5 Legacy Blockchains

      July 11, 2025

      HBAR Faces Final Hurdle After Explosive Rally; Are Bulls Tiring Out?

      July 11, 2025

      OKX Europe CEO Discusses Bitcoin’s Breakout Rally | US Crypto News

      July 11, 2025
    • Technology

      Solo.io wins ‘most likely to succeed’ award at VB Transform 2025 innovation showcase

      July 11, 2025

      The great AI agent acceleration: Why enterprise adoption is happening faster than anyone predicted

      July 11, 2025

      $8.8 trillion protected: How one CISO went from ‘that’s BS’ to bulletproof in 90 days

      July 11, 2025

      AWS doubles down on infrastructure as strategy in the AI race with SageMaker upgrades

      July 11, 2025

      The best Amazon Prime Day deals for the last day: Our top picks on headphones, TVs, robot vacuums and more

      July 11, 2025
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Shop Now
    Tech AI Verse
    You are at:Home»Technology»VMware and Oracle licensing: Time to consider alternatives
    Technology

    VMware and Oracle licensing: Time to consider alternatives

    TechAiVerseBy TechAiVerseMay 28, 2025No Comments6 Mins Read0 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    VMware and Oracle licensing: Time to consider alternatives
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    VMware and Oracle licensing: Time to consider alternatives

    With so much Java code running enterprise IT, we consider the benefits of adapting existing systems to make them more cloud-native

    By

    • Cliff Saran,
      Managing Editor

    Published: 28 May 2025 12:45

    Changes to Java and VMware software licensing that have been rolled out over the past few years have a material impact on the total cost of running existing Java-based enterprise systems. IT decision-makers are having to weigh up the extra costs with the additional cost and potential disruption arising from reengineering enterprise Java applications to take advantage of cloud-native architectures. 

    It’s widely acknowledged that IT departments face difficulties modernising enterprise applications that have been running core business functions for years. Java was one of the main languages for developing enterprise applications, as its runtime environment, called the Java Runtime Environment (JRE) enabled code to run on any Java-supported hardware. The code was optimised when the software was run using just-in-time compilation, which has enabled Java applications to take advantage of the latest hardware developments.

    But older applications that were architected well before the era of cloud-native computing do not always work efficiently when re-hosted on a cloud platform. Some Java applications can be migrated relatively easily and are able to make the most of cloud-based IT infrastructure, while some, which have been engineered more as tightly bound, vertically integrated systems, may not run particularly efficiently in the cloud.

    As Scott Sellers, president and CEO of Azul Systems, points out, the speed required by enterprises to continue to innovate to stay on top is always going to be difficult in an environment where there are a lot of existing applications and legacy IT.

    According to Sellers, at any one time, there are 60 billion active Java virtual machines (JVMs), of which 38 billion are in the cloud. “Java is quite prevalent, running all sorts of different workloads,” he said.

    Much of the cloud-hosted Java applications will be running in proprietary virtualisation platforms provided by public cloud providers; others may use popular platforms like VMware or OpenShift, and there will be some that need to run directly on the base hardware.

    “Where speed is everything and businesses don’t want any extra layers of software, we see high-performance applications that are not virtualised today,” said Sellers. “But the majority of applications are using some form of virtualisation.”

    A double whammy

    A few years ago, Oracle simplified licensing of Java. Given the prevalence of Java hosted on VMware vSphere, licensing used to be priced based on the number of physical cores of the server hardware.

    Oracle now sells the Java SE Universal Subscription based on the number of employees. While this simplifies licensing, it can amount to a Java licensing price hike. Companies like Azul Systems have seen an opportunity to migrate organisations using Oracle Java (Oracle JDK) to their own alternative, based on the open source OpenJDK version of Java. For instance, the Azul Systems version is called Azul Platform Core.

    Now, with Broadcom’s acquisition of VMware and its own subscription strategy, organisations using VMware to host their Java applications have to purchase both an Oracle Java SE Universal subscription and a VMware Cloud Foundry (VCF) subscription from Broadcom.

    While it does bundle several previously separately licensed products, as Computer Weekly has previously reported, many VMware users will find that their costs increase as they switch over from the core vSphere VMware virtualisation platform to a full VCF subscription. 

    Lift and shift, and efficient virtualisation

    But as Sellers notes, the flexibility of the Java platform means IT decision-makers can lift and shift Java applications from one virtualisation platform, such as VMware, to another, like Red Hat OpenShift, relatively easily. This is an option IT decision-makers can assess when evaluating the total cost of ownership of their enterprise Java applications.

    But there are also opportunities to move beyond server virtualisation to containerisation. Here, the Java application needs to be engineered in a way that it can be segmented into small manageable blocks of code that can then be converted to microservices.

    Such applications are deemed cloud-native and tend to use cloud-based resources more efficiently than larger, more monolithic Java applications.

    The Java platform also offers the potential to improve how virtualised or containerised Java applications run. According to Sellers, there is a lot more information in a running Java virtual machine that is currently not presented to optimise virtualisation or container management.

    “There is a tremendous amount of information in the Java virtual machine itself, which can make deployments in containers much more efficient by providing additional information to the Kubernetes management infrastructure,” he said.

    As an example, Sellers said that with Java workloads, this information could help Kubernetes make decisions a little bit smarter, such as for auto-scaling. “In today’s environment, Kubernetes orchestration layers are really still looking from the outside in,” he added. “They use fairly coarse grain metrics such as processor utilisation and memory consumption, but there’s a lot more information inside a JVM that could enable the Kubernetes orchestration engine to be smarter.”

    There are also efficiency tweaks that can be made to improve Java’s efficiency when run on cloud-based IT infrastructure. As an example, among the technical features Azul Systems provides to improve how JVMs run in a cloud environment is its Cloud Native compiler.

    “Every time that a job application starts, it’s doing the same thing on every node: it’s starting up; it’s doing the compilation; it’s warming up, and eventually gets up to full speed,” said Sellers.

    He added that much of these tasks are redundant since a JVM replicated across multiple nodes will be doing the same thing. “You’re basically doing very similar work, you’re just scaling them out to be able to handle your aggregate throughput,” said Sellers.

    As part of Azul Systems’ Prime Platform, the Cloud Native compiler provides a shared compiler service, which runs as a Kubernetes managed environment.

    Given Java’s footprint in the cloud and the fact that IT leaders are experiencing rising costs of enterprise Java systems hosted on VMware, there’s a compelling business case to move away from the Oracle JDK Java implementation to an OpenJDK-based alternative and switch from VMware to an alternative platform for hosting these systems.

    Read more on Software development tools


    • SonicWall and Azul note channel momentum

      By: Simon Quicke


    • As Java turns 30, developers switch to OpenJDK

      By: Cliff Saran


    • Oracle Java licensing explained: Addressing complexity, cost and audits

      By: Cliff Saran


    • Interview: Why Java is the future of cloud applications

      By: Cliff Saran

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleRemote purchase fraud surges 14%, says banking industry
    Next Article DSIT tells Ofcom to prepare to expand regulatory remit to include datacentres
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    Solo.io wins ‘most likely to succeed’ award at VB Transform 2025 innovation showcase

    July 11, 2025

    The great AI agent acceleration: Why enterprise adoption is happening faster than anyone predicted

    July 11, 2025

    $8.8 trillion protected: How one CISO went from ‘that’s BS’ to bulletproof in 90 days

    July 11, 2025
    Leave A Reply Cancel Reply

    Top Posts

    New Akira ransomware decryptor cracks encryptions keys using GPUs

    March 16, 202528 Views

    OpenAI details ChatGPT-o3, o4-mini, o4-mini-high usage limits

    April 19, 202522 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 202519 Views

    Rsync replaced with openrsync on macOS Sequoia

    April 7, 202519 Views
    Don't Miss
    Technology July 11, 2025

    Solo.io wins ‘most likely to succeed’ award at VB Transform 2025 innovation showcase

    Solo.io wins ‘most likely to succeed’ award at VB Transform 2025 innovation showcase July 11,…

    The great AI agent acceleration: Why enterprise adoption is happening faster than anyone predicted

    $8.8 trillion protected: How one CISO went from ‘that’s BS’ to bulletproof in 90 days

    AWS doubles down on infrastructure as strategy in the AI race with SageMaker upgrades

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    Solo.io wins ‘most likely to succeed’ award at VB Transform 2025 innovation showcase

    July 11, 20251 Views

    The great AI agent acceleration: Why enterprise adoption is happening faster than anyone predicted

    July 11, 20252 Views

    $8.8 trillion protected: How one CISO went from ‘that’s BS’ to bulletproof in 90 days

    July 11, 20252 Views
    Most Popular

    Ethereum must hold $2,000 support or risk dropping to $1,850 – Here’s why

    March 12, 20250 Views

    Xiaomi 15 Ultra Officially Launched in China, Malaysia launch to follow after global event

    March 12, 20250 Views

    Apple thinks people won’t use MagSafe on iPhone 16e

    March 12, 20250 Views
    © 2025 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.