summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/main/java/org/apache/tuscany (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ↵lresende2010-04-304-35/+93
| | | | | | an operation expecting a id paramenter. This gives basic support for get and delete operations on a given resource git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939744 13f79535-47bb-0310-9956-ffa450edef68
* Adding XML wire format binding implementation for REST binding, and ↵lresende2010-04-294-0/+289
| | | | | | adjusting/improving tests for XML and JSON wire formats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939194 13f79535-47bb-0310-9956-ffa450edef68
* Tweaking binding implementation and adding tests for GET, PUT, POST ↵lresende2010-04-282-5/+23
| | | | | | operation mapping with the JSON wire format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938773 13f79535-47bb-0310-9956-ffa450edef68
* Operation selector implementation that uses JAX-RS annotations to map http ↵lresende2010-04-2710-17/+364
| | | | | | requests to properly annotated REST interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938687 13f79535-47bb-0310-9956-ffa450edef68
* Initial implementation for JSON wire format for REST bindinglresende2010-04-256-100/+273
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937850 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring packages and other references from HTTP to RESTlresende2010-04-255-40/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937843 13f79535-47bb-0310-9956-ffa450edef68
* Initializing binding-rest based on existent binding-httplresende2010-04-255-0/+912
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937841 13f79535-47bb-0310-9956-ffa450edef68