简体   繁体   English

使用 Java Core 实现 REST API

[英]REST API implementation using Java Core

Now I am learning the development of REST API using Spring MVC, Spring Boot.现在我正在学习使用 Spring MVC、Spring Boot 开发 REST API。 And when I am learning the different API development framework, I found that Jersey is also used a lot among the developer community.而且在学习不同的API开发框架时,我发现Jersey在开发者社区中也被大量使用。 And also found that can develop using core Java through the implementation of SOA Architecture.并且还发现可以通过 SOA Architecture 的实现使用核心 Java 进行开发。

I have these questions:我有这些问题:

  • Here my doubt is that how smooth core Java for implementing REST APIs.这里我的疑问是核心 Java 用于实现 REST API 有多流畅。 Is the core Java developer using same methodology that the Spring Boot developer uses?核心 Java 开发人员是否使用与 Spring Boot 开发人员相同的方法?
  • What is the comparison point of Core Java and Spring MVC for developing ReST API? Core Java 和 Spring MVC 开发 ReST API 的比较点是什么?

If you are using Spring stack, I can suggest using Spring REST for REST.如果您使用的是 Spring 堆栈,我可以建议将 Spring REST 用于 REST。 In fact, it is built on the top of Spring MVC.实际上,它是建立在 Spring MVC 之上的。

Please feel free to ask any specific questions.请随时提出任何具体问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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