DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

Threat Detection: Learn core practices for managing security risks and vulnerabilities in your organization — don't regret those threats!

Managing API integrations: Assess your use case and needs — plus learn patterns for the design, build, and maintenance of your integrations.

Related

  • From J2EE to Jakarta EE
  • Getting Started With JMS-ActiveMQ: Explained in a Simple Way
  • Dust: Open-Source Actors for Java
  • Using SQS With JMS for Legacy Applications

Trending

  • Build Retrieval-Augmented Generation (RAG) With Milvus
  • Java 23: What Developers Need to Know
  • Boosting Efficiency: Implementing Natural Language Processing With AWS RDS Using CloudFormation
  • 12 Expert Tips for Secure Cloud Deployments
  1. DZone
  2. Coding
  3. Java
  4. Unlock the Power of Jakarta EE With These Awesome Resources!

Unlock the Power of Jakarta EE With These Awesome Resources!

In this article, we'll provide some of the most helpful resources for getting started or becoming highly productive with Jakarta EE.

By 
Ondro Mihalyi user avatar
Ondro Mihalyi
·
Mar. 05, 23 · Opinion
Likes (1)
Comment
Save
Tweet
Share
5.0K Views

Join the DZone community and get the full member experience.

Join For Free

Jakarta EE is the open-source version of the Java EE platform, developed by the Eclipse Foundation. It is a standards-based platform for developing enterprise Java applications. It provides a set of APIs and tools to help developers build robust enterprise applications.

The benefits of using Jakarta EE are numerous. It is a mature platform that provides a stable and reliable foundation for enterprise application development. Furthermore, it is an open-source platform, which means that developers can benefit from the collective knowledge and experience of the entire Java community.

In addition, Jakarta EE is backed by an extensive range of commercial vendors, who offer a range of services and products to help developers get the most out of the platform. This includes enterprise application servers, integrated development environments (IDEs), and cloud-based tools.

Getting Started With Jakarta EE

Getting started with Jakarta EE is easy. All you need is a basic understanding of the Java language and a few basic tools. Here’s what you’ll need to get started:

  • Java Development Kit (JDK): This is the software used to compile and run Java programs. You can download a JDK from many sources. We suggest following this guide to get you up and running.
  • Jakarta EE application server, runtime, or framework: This is the software used to run Jakarta EE applications. I recommend starting with GlassFish. Other popular application servers include Payara, WildFly, JBoss EAP, and WebLogic.
  • Integrated Development Environment (IDE): This is the software used to write Java programs. Popular IDEs include Eclipse IDE, IntelliJ IDEA, and NetBeans IDE.

Once you have the necessary tools, you can start writing Java programs and deploying them on an application server.

Now that you’re familiar with Jakarta EE, let’s look at some of the best resources available for learning and developing with Jakarta EE.

General Info about Jakarta EE

  • Jakarta EE Landing Page
  • Jakarta EE Specifications

Jakarta EE Documentation

  • Jakarta EE Documentation (includes official tutorials and examples)
  • Jakarta EE Tutorial
  • Jakarta EE 10 Javadocs (Web-Profile 10 Javadocs)
  • Starter for Jakarta EE – Generate Jakarta EE Maven Project with Examples

Jakarta EE Examples

  • Jakarta EE Examples by the Eclipse Foundation (initially donated by Manfred Reim)

Maven Jakarta EE Resources

Archetypes

  • Jakarta EE Maven Archetype by the Eclipse Starter for Jakarta EE project (Jakarta EE 8, 9, and 10, plus any new version in the future)
  • Jakarta EE Web App Archetypes by Josh Juneau (Jakarta EE 8, 9, and 10)
  • Jakarta EE Essentials Archetype by Adam Bien (Jakarta EE 8 + MicroProfile 3.3)
  • Jakarta EE 8 and Eclipse Microprofile 4.1 Archetype by bitofcode

Jakarta EE Learning Resources

Blogs Related to Jakarta EE

  • The Jakarta EE blog
  • The HashTag Jakarta EE blog by Ivar Grimstad, Jakarta EE Developer Advocate
  • Jakarta EE articles at foojay.io by the Friends of OpenJDK community
  • Adam Bien’s blog
  • Reza Rahman’s personal blog
  • The Jakarta EE Ambassadors blog

Company Blogs Related to Jakarta EE

  • Jakarta EE articles at the OmniFish blog
  • Jakarta EE articles at the Payara tech blog
  • Jakarta EE articles at the OpenLiberty blog
  • Jakarta EE articles at the Tomitribe blog

  • Jakarta EE consultancy
  • Jakarta EE training
  • GlassFish support


Podcasts Related to Jakarta EE

  • Airhacks.fm – by Adam Bien
  • The Stackd Podcast, a.k.a The Enterprise Java Newscast in the past – by Kito Mann, Josh Juneau, Daniel Hinojosa, Ian Hlavats
  • Off Heap – by Freddy Guime, Bob Paulin, Michael Minella, Josh Juneau

Jakarta EE Video Channels

  • The Jakarta EE Youtube Channel
  • Airhacks.tv – Adam Bien’s monthly Q/A

Jakarta EE presentations

  • Jakarta EE 10 Feature by Feature by Ivar Grimstad (at JBCNConf 2022)

  • Jakarta EE 10 Simplicity for Modern and Lighweight Cloud Applications by Ivar Grimstad (at Devoxx Belgium 2022)

  • Optimize your applications to the max with Jakarta EE and MicroProfile by by Edwin Derks (at EclipseCon 2022)

  • Explore the new Jakarta EE Core Profile – Rudy De Busscher (at JakartaOne 2022)

Jakarta EE Tools and Extensions

CDI Extensions

  • Apache DeltaSpike – a number of portable CDI extensions that provide useful features
  • CDI ecosystem collection at the CDI main site (DeltaSpike, Apache Camel, etc.)
  • CDI extension projects on GitHub

Connectors

  • JCA Cloud Connectors – standards-based connectivity to common Cloud infrastructure (Apache Kafka, Amazon SQS, MQTT, Azure Service Bus) by Payara

Testing

  • Arquillian – a highly extensible testing platform for the JVM by Red Hat. It enables developers to easily create automated integration, functional and acceptance tests for Java middleware. It provides extra-light containers to test your code against major Jakarta EE application servers and containers
  • MicroShed Testing – integration tests for Java microservice applications using containers (Docker)

Conclusion

Jakarta EE is a powerful platform for developing enterprise Java applications. It provides a comprehensive set of APIs and tools for building robust enterprise applications. It is an open source platform, backed by an extensive range of commercial vendors.

If you’re looking to unlock the power of Jakarta EE, then be sure to check out the amazing resources that I compiled in this blog post. Most of them are also included in the Awesome Jakarta EE Resources site, where you can even suggest some other useful Jakarta EE resources via a Github pull request yourself! 

Open source Java (programming language) Java EE

Published at DZone with permission of Ondro Mihalyi, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • From J2EE to Jakarta EE
  • Getting Started With JMS-ActiveMQ: Explained in a Simple Way
  • Dust: Open-Source Actors for Java
  • Using SQS With JMS for Legacy Applications

Partner Resources


Comments

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: