JAX-RS (Java API for RESTful Web Services, now Jakarta RESTful Web Services) is the Java specification of annotations and interfaces used to map HTTP methods and URI paths to Java classes and methods. In Namazu Elements, JAX-RS is the programming model for defining REST endpoints in server-side applications and extensions, so developers annotate their resource classes and the platform's runtime handles request routing, parameter binding, and JSON serialization.

