Jersey Rest Service Type

Source: Internet
Author: User

In the rest service, the resource class is the core class that receives the rest request and completes the response, and the resource class is dispatched by the "provider" of the rest service, which is similar to the custom servlet class, which assigns the award request to the specified Controller/action class for processing,

The rest service is divided into 4 types according to the definition of the JAX-RS2.0 specification for rest service scenarios, such as

Type 1: When there is no application subclass in the service, the container looks for the servlet's subclass as a portal and if the servlet's subclass does not exist, then the rest service type is type 1

Type 2: When there are no application subclasses in the service, but there are subclasses of the servlet, the rest service type is type 2

Type 3: The subclass of application is defined in the service, and the application subclass uses @applicationpath annotations, then the rest service type is type 3

Type 4: If a subclass of application is defined in the service and the subclass of this application does not use @applicationpath annotations, then the rest service type is type 4

Jersey Rest Service Type

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.