简体   繁体   中英

REST API implementation using Java Core

Now I am learning the development of REST API using Spring MVC, Spring Boot. And when I am learning the different API development framework, I found that Jersey is also used a lot among the developer community. And also found that can develop using core Java through the implementation of SOA Architecture.

I have these questions:

  • Here my doubt is that how smooth core Java for implementing REST APIs. Is the core Java developer using same methodology that the Spring Boot developer uses?
  • What is the comparison point of Core Java and Spring MVC for developing ReST API?

If you are using Spring stack, I can suggest using Spring REST for REST. In fact, it is built on the top of Spring MVC.

Please feel free to ask any specific questions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM