REST: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
==Frameworks== |
==Frameworks== |
||
===Java=== |
===Java=== |
||
* JAX-RS |
|||
** http://architects.dzone.com/articles/putting-java-rest |
|||
** http://docs.oracle.com/javaee/7/tutorial/doc/jaxrs003.htm#GIPZZ |
|||
** http://www.vogella.com/tutorials/REST/article.html |
|||
** http://docs.oracle.com/cd/E24329_01/web.1211/e24983/develop.htm#RESTF113 |
|||
** http://cdn.oreillystatic.com/oreilly/booksamplers/9781449361341_sampler.pdf |
|||
* [[Apache CXF]] |
* [[Apache CXF]] |
||
* [[RESThub]] |
* [[RESThub]] |
||
| Line 9: | Line 16: | ||
===[[Javascript]]=== |
===[[Javascript]]=== |
||
* [[Node.js]] |
* [[Node.js]] |
||
=Liens= |
|||
Revision as of 04:27, 14 September 2014
REST = REpresentational State Transfer
Frameworks
Java
- JAX-RS
- http://architects.dzone.com/articles/putting-java-rest
- http://docs.oracle.com/javaee/7/tutorial/doc/jaxrs003.htm#GIPZZ
- http://www.vogella.com/tutorials/REST/article.html
- http://docs.oracle.com/cd/E24329_01/web.1211/e24983/develop.htm#RESTF113
- http://cdn.oreillystatic.com/oreilly/booksamplers/9781449361341_sampler.pdf