summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/main/java/org/apache/tuscany/sca/binding (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-12TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ↵lresende2-7/+93
that were configured declaratively git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021952 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10Fix the self reference with explicit bindingsrfeng1-13/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995627 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Tidy up binding.rest osgi enablementrfeng1-2/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993613 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29TUSCANY-3595 - Setting up proper classloader to find resources under OSGi ↵lresende1-5/+28
environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990512 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29Merging changes from svn r988356: Test for null or empty servlet path info ↵lresende1-2/+3
before redirecting to same URL with trailing /. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990507 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29Merging changes from svn r988355: Fix logic to compute the path info as it ↵lresende1-55/+55
doesn't work in a webapp. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990506 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Align the JAX-RS resource class/method checks with the specrfeng7-48/+130
Allow the binding.rest client to issue RPC over GET calls git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964880 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ↵lresende1-19/+45
binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962391 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09TUSCANY-3617 - Adding support for configuring wireFormat only for response ↵lresende6-142/+275
to allow RPC over GET services to define the wireFormat to use for generating the response payload. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962390 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03TUSCANY-3583 - Making sure we recognize the headers configured declaratively ↵lresende2-2/+46
in composite file when delegating to JAX-RS runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951132 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Adjust the path URI for web app deploymentrfeng3-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950296 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28Add a workaround for TUSCANY-3572rfeng5-23/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949110 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Adding rest binding reference supportrfeng2-27/+177
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948681 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge branch 'jaxrs' into trunkrfeng12-53/+898
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Adding generated eTag to RPC style invocationslresende1-9/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943389 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Minor formatting...lresende1-110/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943388 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Removing system.out.println()lresende1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943387 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Adding RPC Operation Selector to binding.restlresende8-31/+321
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943376 13f79535-47bb-0310-9956-ffa450edef68
2010-05-11Considering request encoding when processing bodylresende2-18/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943205 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Adding support for declarative http headers in binding.restlresende1-3/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942274 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Add basic support for binary data types for binding.restrfeng4-53/+185
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939874 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Updating REST binding to use common-http cache context class and minor ↵lresende1-11/+11
update to HTTPCacheContext factory method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939810 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ↵lresende4-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
2010-04-29Adding XML wire format binding implementation for REST binding, and ↵lresende4-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
2010-04-28Tweaking binding implementation and adding tests for GET, PUT, POST ↵lresende2-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
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http ↵lresende10-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
2010-04-25Initial implementation for JSON wire format for REST bindinglresende6-100/+273
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937850 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Refactoring packages and other references from HTTP to RESTlresende5-40/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937843 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Initializing binding-rest based on existent binding-httplresende5-0/+912
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937841 13f79535-47bb-0310-9956-ffa450edef68