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 Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
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
Partner Zones AWS Cloud
by AWS Developer Relations
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
Partner Zones
AWS Cloud
by AWS Developer Relations
The Latest "Software Integration: The Intersection of APIs, Microservices, and Cloud-Based Systems" Trend Report
Get the report
  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.

Ondro Mihalyi user avatar by
Ondro Mihalyi
·
Mar. 05, 23 · Opinion
Like (1)
Save
Tweet
Share
4.31K 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.

Popular on DZone

  • 10 Most Popular Frameworks for Building RESTful APIs
  • Java REST API Frameworks
  • 4 Best dApp Frameworks for First-Time Ethereum Developers
  • Best Practices for Setting up Monitoring Operations for Your AI Team

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

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

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: