跳转到主要内容

指南

如何使用Jakarta EE构建RESTful Web服务

本指南向您展示如何使用Jakarta EE创建一个RESTful web服务。

入门

Getting Started with Jakarta EE: A Comprehensive Beginner's Guide to the Get Started

This comprehensive beginner's guide walks you through the Jakarta EE Get Started tool, helping new developers quickly create and understand Jakarta EE applications. Learn about version selection, profiles, Java compatibility, runtime options, and project structure to kickstart your enterprise Java journey.

入门

使用Jakarta EE对RESTful Web服务进行认证保护

本指南向您展示如何使用Jakarta Authentication功能对RESTful服务进行访问认证。

入门

如何使用Jakarta EE的Jakarta Persistence存储和检索数据

本指南向您展示如何使用Jakarta Persistence来存储和检索数据。

入门

从使用 Jakarta EE 10 构建 Servlets开始

本指南旨在带您了解使用 Jakarta Servlet 构建一个简单的 Servlet 应用程序的过程。

入门

Jakarta NoSQL and Jakarta Persistence Explained

The Jakarta EE ecosystem offers specifications for building database backend applications using relational and/or NoSQL databases.

规范

Jakarta Concurrency Explained

The Jakarta Concurrency specification targets application performance and usability by providing a standard API for developing concurrent application processes without compromising container integrity

规范

Jakarta Contexts Dependency Injection Explained

Jakarta Dependency Injection provides the ability to make use of contextual objects in an application with maximum reusability, testability, and maintainability.

规范

Jakarta EE Platform

The Jakarta EE Platform enables developers to produce lightweight, cloud native applications while providing maximum developer productivity.

规范

Jakarta Persistence Explained

The Jakarta Persistence specification, also known as Jakarta Persistence API (JPA), encompasses a number of APIs that facilitate the creation, reading, updating, and deletion of data within data stores.

规范

Jakarta RESTful Web Services Explained

Jakarta REST is the solution for development of building Representational State Transfer web services on the Jakarta EE Platform.

规范

Jakarta Security, Jakarta Authorization, and Jakarta Authentication Explained

Jakarta EE provides the robust Jakarta Security specification that when paired with the Jakarta Authentication and Jakarta Authorization specifications, provides APIs that deliver end-to-end security.

规范

Jakarta Servlet, Jakarta Faces and Jakarta Server Pages Explained

The Jakarta EE Platform offers a number of APIs that can be used to create web based user interfaces.

规范

Jakarta EE Tutorial

The official, comprehensive tutorial covering Jakarta EE technologies with code examples.

教程

Jakarta EE First Cup

A short introductory tutorial designed to help you get started building Jakarta EE applications.

教程

CargoTracker Example Application

A reference Jakarta EE application that demonstrates Domain-Driven Design patterns.

教程