java - Jersey Or Spring for restful webservices? -
i using apache cxf jax-ws webservices.
i planning go restful webservices easier develop , understand. better on performance side.
i new restful web services. read more it. question implementation(jersey or spring) go ?
i bit biased towards spring using spring core in our project though not spring mvc. advice ?
if using apache cxf jax-ws, why not use cxf jax-rs http://cxf.apache.org/docs/jax-rs.html
here's example http://www.dreamsyssoft.com/blog/blog.php?/archives/7-simple-jax-rs-web-service-in-java-with-spring-and-cxf.html
continuing use cxf mean can reuse of existing pojos (if not of them) if implementing jax-rs api similar in function existing jax-ws one.
even if new jax-rs api different, time develop should reduced due existing familiarity cxf.
Comments
Post a Comment