Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What are all the frameworks available in Java/J2EE to develope RESTful Web Services?

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2014/08/29
Utilisateur supprimé
par Utilisateur supprimé

Hi,

For RESTful webservices development, below are the frameworks that I know.

 

1. Spring REST

2. REST Easy

3. Jersey

 

Thanks,

YerraReddy

Utilisateur supprimé
par Utilisateur supprimé

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

Utilisateur supprimé
par Utilisateur supprimé

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

More Questions Like This