Pages

Tuesday, March 4, 2014

jersy vs apache cxf

Well jersy is a simple framework for REST full web services. Usage of it is pretty straight forward. Apache cxf is better if you need to work with SOAP web services. It all depends on what protocol you like to use. if REST then jersy works well while for SOAP apache cxf does the job.

Another thing to notice is that SOAP uses WSDL and the equivanlent of it in REST world is WADL. But still WADL is not standardized.

http://en.wikipedia.org/wiki/Web_Application_Description_Language.

For more info read the following article.

http://stackoverflow.com/questions/2704700/java-rest-implementation-jersey-vs-cxf

A simple resutfull implementation with jersy is described in the below article.

http://www.vogella.com/tutorials/REST/article.html

No comments:

Post a Comment