Skip to content

Instantly share code, notes, and snippets.

@adityasatrio
Last active August 29, 2015 14:22
Show Gist options
  • Save adityasatrio/bbf5240397862896cb93 to your computer and use it in GitHub Desktop.
Save adityasatrio/bbf5240397862896cb93 to your computer and use it in GitHub Desktop.
Restful webservice
JANGAN LUPA HATEOAS
http://www.mkyong.com/tutorials/jax-rs-tutorials/
http://www.dreamsyssoft.com/blog/blog.php?/archives/7-Simple-REST-Web-Service-in-Java-with-Spring-and-CXF.html
http://cxf.apache.org/docs/jax-rs-basics.html
http://cxf.apache.org/docs/jax-rs-basics.html
http://cxf.apache.org/docs/jax-rs.html
http://java.dzone.com/articles/rest-web-service-using-cxf
https://github.com/destin/SO-answers/tree/master/RestWithCXF
http://www.javacodegeeks.com/2014/04/apache-cxf-3-0-jax-rs-2-0-and-bean-validation-1-1-finally-together.html
http://blog.codeleak.pl/2015/01/building-hateoas-api-with-jax-rs-and.html
http://www.javacodegeeks.com/2013/07/developing-restful-services-using-apache-cxf.html (baca komen bs jd bukan restful)
https://idodevjobs.wordpress.com/2014/08/30/develop-a-simple-restful-webservices-using-apache-cxf-and-spring-framework/
http://architects.dzone.com/articles/apache-cxf-vs-apache-axis-vs
http://stackoverflow.com/questions/25083045/spring-boot-vs-apache-cxf-for-restful-web-services
http://www.infoq.com/articles/springmvc_jsx-rs
http://examples.javacodegeeks.com/enterprise-java/rest/creating-jax-rs-web-service-using-apache-cxf/
http://stackoverflow.com/questions/28568130/implementing-hypermedia-in-restful-jax-rs-apache-cxf
https://spring.io/guides/gs/rest-hateoas/
https://code.google.com/p/jax-rs-hateoas/
https://github.com/raseshdesai/simple-cxf-with-hateoas-service-webapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment