Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Why Java/Jakarta EE Developers are First-Class Citizens on Azure

Why Java/Jakarta EE Developers are First-Class Citizens on Azure

Java/Jakarta EE is an important technology to support on Azure. Enterprise Java is a heterogenous ecosystem with as much as a third of workloads still running on Jakarta EE application servers such as WebLogic, WebSphere/Open Liberty, JBoss EAP, WildFly, and Payara. This is particularly true for large enterprises that need to lift and shift their existing mission-critical, largely monolithic applications to Azure. Traditionally, Azure has not focused on strong support for such workloads but that has changed now, in a big way.

This session will outline the efforts to better support Jakarta EE workloads on Azure. We will touch on the history of the open-standard enterprise Java movement and why open standards are and remain important to enterprises. We will discuss what is possible now, what is coming soon and what is further afield. This includes services, tools and guidance to better support Jakarta EE users opting for virtual machines, Kubernetes, or PaaS. It also includes integration with Azure services such as the Azure Service Bus through Jakarta EE APIs such as JMS.

This is also an invaluable opportunity to hear from you and better understand how Microsoft can support you best.

Reza Rahman

October 27, 2020
Tweet

More Decks by Reza Rahman

Other Decks in Programming

Transcript

  1. Why Java/Jakarta EE Developers are First-
    Class Citizens on Azure
    Reza Rahman
    Principal Program Manager, Java on Azure
    [email protected]

    View Slide

  2. Agenda • Java/Jakarta EE ecosystem context
    • Java/Jakarta EE on Azure current
    capabilities
    • Java/Jakarta EE on Azure roadmap

    View Slide

  3. Ecosystem

    View Slide

  4. The Importance of Jakarta EE
    • Java/Jakarta EE is an important part of Java ecosystem and cloud
    • 30-40% of new and existing Java applications run on Jakarta EE application servers
    • WebLogic, WebSphere/Liberty, JBoss EAP, WildFly, Payara
    • 70-80% of Java applications depend on at least one or more Jakarta EE APIs
    • Tomcat, Hibernate, ActiveMQ, Jetty, Jersey, CXF, Spring, Quarkus, MicroProfile
    • Many of these applications are moving to the cloud now and the near future
    2022 Jakarta EE Developer Survey: https://outreach.eclipse.foundation/jakarta-ee-developer-survey-2022

    View Slide

  5. The Jakarta EE Transition

    View Slide

  6. An Evolving Ecosystem

    View Slide

  7. Current State

    View Slide

  8. Mapping the Pathways
    Virtual
    Machines
    Containers
    Managed
    Services

    View Slide

  9. Virtual Machines
    • In addition to Windows, Azure has long supported Linux virtual machines essential for Jakarta
    EE customers
    • Azure Marketplace includes Jakarta EE focused virtual machine images and templates
    • More will be done to enhance the developer experience

    View Slide

  10. WebLogic on Azure VMs
    • Robust, up-to-date Azure Marketplace images
    and solutions for WebLogic
    • Linux, Oracle JDK, WebLogic
    • Jointly published, maintained and supported by
    Microsoft and Oracle
    • Bing your own license
    • Supports common use-cases such as base image,
    single instance and clusters
    • Supports key integrations such as App Gateway,
    Azure SQL, Azure PostgreSQL, Azure MySQL,
    Oracle DB, Oracle Coherence
    • Step-by-step guide for manual deployment as an
    alternative to Marketplace solution
    https://aka.ms/weblogic-on-azure

    View Slide

  11. WebSphere on Azure VMs
    • Robust, up-to-date Azure Marketplace solution
    for WebSphere traditional
    • Red Hat Linux, IBM J9, WebSphere
    • Jointly published, maintained and supported by
    Microsoft and IBM
    • Bring your own license, trial license
    • Supports common use-cases such as base image,
    single instance and clusters
    • Enables key integrations such as IBM HTTP
    Server, App Gateway, Azure SQL, IBM Db2, Oracle
    DB
    • Step-by-step guide for manual deployment as an
    alternative to Marketplace solution
    https://aka.ms/websphere-on-azure

    View Slide

  12. JBoss EAP on Azure VMs
    • Robust, up-to-date Azure Marketplace solutions
    for JBoss EAP
    • Red Hat Linux, OpenJDK, JBoss EAP
    • Jointly published, maintained and supported by
    Microsoft and Red Hat
    • Standalone and cluster configuration
    • Virtual machines and virtual machine scale sets
    • Bring your own subscription, pay as you go
    coming soon
    • Enables key integrations such as App Gateway,
    Azure SQL, Azure MySQL, Azure PostgreSQL
    • Initial release available, more releases soon
    https://aka.ms/jboss-on-vms

    View Slide

  13. Containers
    • Azure provides best of breed support for Docker and Kubernetes through the Azure
    Kubernetes Service (AKS) and the Azure Container Registry (ACR)
    • Another option is Azure Container Apps (ACA) as an easier pathway of using Docker on Azure
    • Application server vendors provide Docker images, Helm charts, and Kubernetes Operators
    • WebLogic, WebSphere Liberty, Open Liberty
    • Guides and solution templates available for most application servers
    Azure Kubernetes Service Azure Container Apps Azure Container Registry

    View Slide

  14. WebLogic on AKS
    • WebLogic certified by Oracle and Microsoft to run
    well on AKS via WebLogic Kubernetes Operator
    • Robust Marketplace solution quickly provisions
    WebLogic on AKS
    • Operator, AKS cluster, Azure Container Registry
    (ACR), WebLogic Docker image
    • Jointly published, maintained and supported by
    Microsoft and Oracle, bring your own license
    • Supports key integrations such as Azure Load
    Balancer, App Gateway, Azure SQL, Azure
    PostgreSQL, Azure MySQL, Oracle DB, App
    Insights, Azure Files
    • Step-by-step guide for manual deployment as an
    alternative to Marketplace solution
    https://aka.ms/weblogic-on-aks

    View Slide

  15. Open/WebSphere Liberty on AKS
    • Open/WebSphere Liberty certified by IBM and
    Microsoft to run well on AKS via Operators
    • Robust Marketplace solution quickly provisions
    Liberty on AKS
    • Operators, AKS cluster, Azure Container Registry
    (ACR), Liberty/Docker image, sample app
    • Jointly published, maintained and supported by
    IBM and Microsoft
    • Bring your own license
    • Enables key integrations such as Azure App
    Gateway as Ingress Controller (AGIC)
    • Step-by-step guide for manual deployment as an
    alternative to Marketplace solution
    https://aka.ms/liberty-on-aks

    View Slide

  16. OpenShift
    • OpenShift provides uniform higher-level API over Kubernetes that allows using multiple cloud
    providers, moving between cloud providers, hybrid cloud deployments and moving from on-
    premise to cloud
    • Azure provides managed OpenShift offering through Red Hat partnership
    • Application server support for OpenShift generally builds upon Kubernetes support
    • Guides and solution templates available for some application servers

    View Slide

  17. Liberty on ARO
    • Liberty certified by IBM and Microsoft to run
    well on Azure Red Hat OpenShift (ARO) via
    Operators
    • Robust Marketplace solution quickly provisions
    Liberty on ARO
    • Operators, ARO cluster, secured project,
    Liberty/Docker image, sample application
    • Jointly published, maintained and supported by
    IBM and Microsoft
    • Bring your own license
    • Step-by-step guide for manual deployment as
    an alternative to Marketplace solution
    https://aka.ms/liberty-on-aro

    View Slide

  18. JBoss EAP on ARO
    • JBoss EAP certified by Red Hat and Microsoft to
    run well on Azure Red Hat OpenShift (ARO) via
    Operator
    • Robust Marketplace solution quickly provisions
    JBoss EAP on ARO
    • Operator, ARO cluster, JBoss EAP deployment
    using Source-to-Image (S2I), sample
    application
    • Jointly published, maintained and supported by
    Red Hat and Microsoft
    • Bring your own subscription
    • Step-by-step guide for manual deployment using
    Helm Chart as an alternative to Marketplace
    solution
    https://aka.ms/jbosseap-on-aro

    View Slide

  19. Managed Services
    • Azure only top tier public cloud with managed Jakarta EE application server offering
    • JBoss EAP on App Service
    • Jointly developed and supported by Red Hat and Microsoft (integrated, pay-as-you-go
    commercial support for JBoss EAP)
    • Load-balanced, clustered, auto-deployed, auto-scaled, monitored, secure, update notifications
    • Deployment APIs and integrations with Maven, GitHub Actions, and popular IDEs
    • No console access, customization via CLI possible
    Azure App Service
    https://aka.ms/jboss-eap-app-service-ga-blog

    View Slide

  20. JMS Support in Azure Service Bus
    • JMS 2 support in Azure Service Bus via AMQP
    in public preview
    • Partial support has been possible for some
    time via Apache Qpid JMS, but Azure Service
    Bus now targeting full JMS 2 compatibility
    • Will go GA in a timely fashion
    • JCA adapters make it possible to integrate
    with Java EE application servers
    • Wide array of access options that also include
    full support for AMQP, Java client libraries
    (non-JMS), Spring/Boot libraries and Azure
    Functions integrations
    Service Bus
    Java Client Libraries
    Functions
    https://docs.microsoft.com/en-us/azure/service-bus-messaging/how-
    to-use-java-message-service-20
    JMS

    View Slide

  21. https://github.com/m-reza-rahman/azure-cafe

    View Slide

  22. Roadmap

    View Slide

  23. Capabilities and Progress
    Virtual
    Machines
    Containers
    Managed
    Services
    Integrations

    View Slide

  24. Roadmap
    Solution Title Description Priority ETA
    JBoss EAP on VMs PAYGO support PAYGO support in JBoss EAP on VMs
    solution templates.
    High Q2 2023
    Liberty on ACA How-to guide Getting started with Open Liberty on
    ACA
    High Q2 2023
    Quarkus on AKS How-to guide Getting started with Quarkus on AKS Medium Q2 2023
    Quarkus on ACA How-to guide Getting started with Quarkus on ACA Medium Q3 2023
    Quarkus on ARO How-to guide Getting started with Quarkus on ARO Medium Q3 2023
    Liberty and Azure
    Redis
    How-to guide How-to guide for using Azure Redis as
    the session cache for WebSphere/Open
    Liberty
    Medium Q3 2023
    Liberty and AAD via
    OpenID Connect
    How-to guide How-to guide for integrating AAD with
    WebSphere/Open Liberty via OpenID
    Connect
    Medium Q3 2023

    View Slide

  25. Summary
    • There is a team dedicated to Jakarta EE on Azure success
    • We are eager to engage and aid your migration case directly, if desired
    • Robust guides and tooling for migrating Jakarta EE applications to Azure using containers and
    virtual machines well in the works
    • WebLogic, WebSphere/Liberty, JBoss EAP
    • Managed Jakarta EE application server on top tier public cloud
    • JBoss EAP on App Service
    • Improved Quarkus on Azure support coming soon
    • Kubernetes, OpenShift, ACA
    Please engage us!
    https://aka.ms/migration-survey

    View Slide

  26. Resources
    • Java EE, Jakarta EE and MicroProfile on Azure
    • https://learn.microsoft.com/en-us/azure/developer/java/ee/
    • Announcement for JBoss EAP on Azure Red Hat OpenShift
    • https://techcommunity.microsoft.com/t5/apps-on-azure-blog/run-jboss-eap-on-azure-red-
    hat-openshift/ba-p/3478743
    • Announcement for WebLogic on Azure Kubernetes Service
    • https://techcommunity.microsoft.com/t5/apps-on-azure/run-oracle-weblogic-server-on-
    azure-kubernetes-service/ba-p/2901524
    • Announcement for WebSphere/Open Liberty on AKS/ARO
    • https://techcommunity.microsoft.com/t5/apps-on-azure/run-websphere-liberty-and-open-
    liberty-on-aks/ba-p/2156486
    • Announcement of WebSphere Application Server on Azure Virtual Machines
    • https://techcommunity.microsoft.com/t5/azure-marketplace/load-balancing-support-for-
    websphere-on-azure-vms-is-now/ba-p/2670063

    View Slide

  27. © Copyright Microsoft Corporation. All rights reserved.

    View Slide