HOME

TheInfoList



OR:

The Jersey RESTful Web Services, formerly Glassfish Jersey, currently Eclipse Jersey, framework is an open source framework for developing RESTful Web Services in Java. It provides support for
JAX-RS Jakarta RESTful Web Services, (JAX-RS; formerly Java API for RESTful Web Services) is a Jakarta EE API specification that provides support in creating web services according to the Representational State Transfer (REST) architectural pattern. ...
APIs and serves as a JAX-RS (JSR 311 & JSR 339 & JSR 370) Reference Implementation.


Overview

The following components are part of Jersey: * ''Core Server'': For building RESTful services based on annotation (jersey-core, jersey-server, jsr311-api) * ''Core Client'': Aids you in communicating with REST services (jersey-client) *
JAXB Java XML Binding (JAXB; formerly Java Architecture for XML Binding) is a software framework that allows Jakarta EE, Java EE developers to map Java class (computer science), classes to XML representations. JAXB provides two main features: the abi ...
support * JSON support * Integration module for
Spring Spring(s) may refer to: Common uses * Spring (season) Spring, also known as springtime, is one of the four temperate seasons, succeeding winter and preceding summer. There are various technical definitions of spring, but local usage of ...
and
Guice Google Guice (pronounced like "juice") is an open-source software framework for the Java platform released by Google under the Apache License. It provides support for dependency injection using annotations to configure Java objects. Dependency ...


References


External links

* {{GlassFish Java enterprise platform