+ 3
What is the best framework to create RestFull API web services?
RestFull API Web Services can be created with frameworks like Spring and Jersey. What do you think is the best framework to make RestFull API Web Services?
1 Answer
0
You can try Spark (http://sparkjava.com) it's very easy to get started with. If you need a more sophisticated/scalable/extendable solution I would suggest using Spring (https://spring.io/guides/gs/rest-service)