Mr.DevEng
Mr.DevEng

Reputation: 2421

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:

Upvotes: 0

Views: 455

Answers (1)

Mykola Bova
Mykola Bova

Reputation: 42

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.

Upvotes: 1

Related Questions