Skip to main content

ガイド

How to Build a RESTful Web Service Using Jakarta EE

This guide shows you how to use Jakarta EE to make a RESTful web service.

スターター

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.

スターター

How to Secure a RESTful Web Service Using Jakarta EE

This guide shows you how to secure a rest endpoint using Jakarta Authentication.

スターター

How to store and retrieve data using Jakarta Persistence of Jakarta EE

This guide shows you how to store and retrieve data using Jakarta Persistence.

スターター

How to Start with Servlets Using Jakarta EE 10

This guide aims to walk you through the process of building a simple Servlet application using Jakarta 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.

チュートリアル