Getting Started with Jakarta EE 9: How to Create a REST API

preview_player
Показать описание
Learn how to create REST endpoints on the server-side using the Jakarta EE 9 framework. This demo video describes how to capture path parameters from the query parameters, how to define different methods such as get and post, encoding to use JSON formatting, and how to use the Response Builder for more control over what the server sends back to the client.

#JakartaEE #Java #RESTAPI #JSON
Рекомендации по теме
Комментарии
Автор

What IDE & jdk version are you using for this video?

Marlon_
Автор

How can i deploy a REST API to make it public?

LukasRodriguez-oimn
Автор

Is it possible to get access to the source code plz?

luicko
Автор

wtf man? You are have HelloServlet and what is inside?

SeedBucket