"Based on SSM building RESTfuI API services," the paper notes

"Based on SSM building RESTfuI API services," the paper notes

First, the basic information

  • Title: Construction of RESTfuI API service based SSM

  • Source: Beijing Information Science and Technology

  • Keywords: None

    Second, research

  1. Fundamental contents
    • SSM model-based framework for building RESTful API's, and to log on to achieve registration API interface, for example, how to build your own RESTful API service based SSM (Spring + SpringMVC + MyBatis) framework.
  2. RESTful
    • RESTful just software design instead of the standard, which is mainly used for client and server interaction class software. Restful system meets style has a more flexible API, more compact design and higher performance. In a RESTful style, anything that needs to be referenced are as a resource, each resource has a unique resource identifier URI, the user can use the same URL, and using different methods such as a request GET (access to resources), POST ( New resource), PUT (update resources), dELETE (delete resources) and so on.

CONCLUSIONS

  • RESTful HTTP protocol because the service has a friendly, lightweight and good scalability, RESTful API has become the mainstream model of opening up the Internet interface. In the build RESTful API-based SSM mode mode, developers only need to complete the configuration and SSM framework DAO layer, Service layer, Controller layer design and implementation can build your own RESTful API.

IV References

  • [1] Maxu Ping, Xiong Xiaojun build RESTful API service based SSM [J] electronic world, 2019 (21): 110-112.

Guess you like

Origin www.cnblogs.com/clamye/p/12045435.html