Posts tagged Jakarta EE
Jakarta EE 11 is Here - And It's Ready for the Cloud!
Published on 26 Jun 2025
by Dominika Tasarz
Topics:
Cloud-native,
news and events,
Jakarta EE,
Jakarta Data,
Jakarta EE 11
|
0 Comments
Earlier today, the Eclipse Foundation together with its vendor members, partners and community has announced the release of Jakarta EE 11, the latest version of its enterprise Java platform. Building on the Core Profile (Dec 2024) and Web Profile (Mar 2025), this release brings powerful new features aimed at boosting developer productivity and simplifying cloud-native development.
Jakarta EE vs. Quarkus: A Comparison of Top Enterprise Java Backend Frameworks
Published on 24 Jun 2025
by Chiara Civardi
Topics:
Java,
Jakarta EE,
quarkus
|
0 Comments
Enterprise Java has powered backend systems and key applications for three decades, evolving steadily alongside application architecture trends, from on-premise monoliths and service-oriented architectures to today's cloud-first containerized microservices. Currently, developers can typically choose from three key enterprise Java frameworks: Jakarta EE, Quarkus and Spring / Spring Boot.
In this post, we take a practical look at two major enterprise Java frameworks: Jakarta EE, the continuation of the long-established Java EE/J2EE standard and Quarkus, a newer framework that is growing in popularity.
Spring, Quarkus & Jakarta EE - Join Payara Qube Launch at the Virtual Payara Conference
Published on 23 Jun 2025
by Dominika Tasarz
Topics:
news and events,
Payara Events,
Conferences,
Java,
Jakarta EE,
newsroom,
azul,
Virtual Payara Conference,
cybersecurity,
Payara Qube
|
0 Comments
Last week, we announced the new edition of the Virtual Payara Conference, going live on Tuesday the 8th of July (REGISTER HERE), where we'll help you discover some practical strategies for your Java journey.
If you're looking to cut operational overhead and fast-track Java modernization, don’t miss these key sessions focused on Payara Qube - our new platform, purpose-built for Java, supporting modern frameworks including Quarkus, Jakarta EE, and Spring, and engineered to simplify and automate the deployment, management, and scaling of Java microservices across cloud and on-premise environments.
Join our webinar! AI Tools for Jakarta EE
Published on 20 Jun 2025
by Dominika Tasarz
Topics:
Payara Events,
Jakarta EE,
AI
|
0 Comments
The way we build enterprise applications is changing - and fast. With artificial intelligence reshaping nearly every aspect of software development, Jakarta EE is no exception.
Join us for this webinar (REGISTER HERE), where we'll explore how AI-powered tools are optimizing the entire Jakarta EE development lifecycle - from bootstrapping new projects to creating production-ready full-stack applications. Join Gaurav Gupta, Senior Software Engineer at Payara, as he takes the stage to deliver a live, real-world demonstration of how AI-enhanced tools are changing the game.
Announcing Virtual Payara Conference - Enterprise Java Modernization Made Simple
Published on 17 Jun 2025
by Dominika Tasarz
Topics:
news and events,
Payara Events,
Conferences,
Java,
Jakarta EE,
newsroom,
azul,
Virtual Payara Conference,
cybersecurity,
Payara Qube
|
0 Comments
The new edition of Virtual Payara Conference is coming on the 8th of July 2025 and this time it's all about discovering practical strategies for your Java journey – whether you use Jakarta EE, Spring, or Quarkus!
Join us (REGISTER HERE) to discover how Payara Qube and the new Payara – Azul partnership are transforming enterprise Java by eliminating Kubernetes complexity, cutting infrastructure costs, and accelerating cloud-native adoption across all major Java frameworks.
See live demos, hear from experts, and get practical insights to help your team deliver more, faster, and with less operational overhead – no matter what stack you’re running.
Reactive Programming in Java
Published on 12 Jun 2025
by Luqman Saeed
Topics:
Java,
Jakarta EE
|
0 Comments
Many of today’s applications must process enormous volumes of data while providing instantaneous responses.Traditional blocking architectures often struggle to meet these demands, leading to sluggish performance and poor user experiences. Reactive programming is a coding paradigm that can help address these issues by using asynchronous, non-blocking operations to change how systems are built.
This blog posts explores the core principles, advantages and best practices of reactive programming in Java to help you create scalable, resilient and high-performance applications.
What's New In The Payara Platform June 2025 Release?
Published on 11 Jun 2025
by Luqman Saeed
Topics:
Payara Platform,
New Releases,
Jakarta EE
|
0 Comments
The June 2025 release cycle brings incremental developments across the Payara Platform family, with significant updates to our Community 6.2025.6, Enterprise 6.27.0, and Enterprise 5.75.0 editions, plus the latest alpha release of Payara 7. These releases focus on enhanced diagnostic capabilities, development workflow improvements, and modernized component upgrades.
Building AI Agents with Jakarta EE
Published on 10 Jun 2025
by Luis Neto
Topics:
Jakarta EE,
AI
|
0 Comments
Artificial Intelligence (AI) and Large Language Models (LLMs) are revolutionizing enterprise Java applications, unlocking new capabilities, and driving unprecedented innovation and automation. But how can you bring the power of AI and LLMs like OpenAI or Ollama into your Jakarta EE/MicroProfile projects, without wrestling with complex, low-level integrations?
For developers, especially those leveraging the Payara Platform, the open-source SmallRye LLM project offers an elegant solution. It simplifies the creation of AI-powered features, often referred to as 'AI agents,' by integrating LLM capabilities through familiar Jakarta EE paradigms like CDI (Contexts and Dependency Injection).
In this blog, we’ll delve into how SmallRye LLM works and explore its integration within the Payara Platform, demonstrating how it supports the creation of AI Jakarta EE applications. We'll then guide you through a practical 'payara-car-booking' demo, showcasing AI-driven conversations and seamless backend integration."
Java Turns 30: How it Delivered Values to Enterprises for Over a Generation
Published on 27 May 2025
by Steve Millidge
Topics:
Java,
Jakarta EE,
open source
|
0 Comments
Over the past decades, the technology landscape has undergone relentless change, with innovations rapidly reshaping how applications are developed and deployed. In such a fast-moving environment, few technologies have demonstrated true staying power. Yet, Java has defied the odds. As we mark 30 years of Java and 25 years of enterprise Java, it’s evident that these platforms haven’t just endured but have thrived—constantly evolving, adapting and proving their enduring value to developers worldwide.
Maven 4: Streamlining Enterprise Java Development with Jakarta EE, Spring Boot and Quarkus
Published on 08 May 2025
by Luqman Saeed
Topics:
Maven,
Spring Boot,
Jakarta EE,
quarkus
|
0 Comments
After two decades as Java's dominant build tool (no offense to Gradle), Maven is undergoing its most significant evolution. While the official Maven documentation outlines the technical changes in Maven 4, this blog post focuses specifically on what these changes mean for enterprise developers working with Jakarta EE, Spring Boot and Quarkus.