Reputation: 2421
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
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