Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Hi,
For RESTful webservices development, below are the frameworks that I know.
1. Spring REST
2. REST Easy
3. Jersey
Thanks,
YerraReddy
Spring MVC, Jersy, CXF, RESTEasy are the frameworks to develop REST based web services. Spring have it's own API to develop and Jersy, CXF, RESTEasy implements JAX-RS APIs to develop
There are lot of opensource framworks to develop restful/SOAP service.
1. Java WS (JAX-RS)
2. CXF (Originated from Xerces)
3. Axis ..etc
If you want to select from this bunch you should consider below based on your requirement.
1. API performance
2. Ease of integration with other tools
3. Source updates in case of any issues.
4. Ease of coding
5. Support message specifications