summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some code to set the Cross-Origin Resource Sharing headers. As a start ju...antelder2011-08-091-0/+11
* Allow the look up of endpoint address by component/service/binding name from ...rfeng2011-04-201-0/+1
* Allow WebApplicationException to pass back to wink so that the correct respon...rfeng2011-03-294-49/+67
* Adding a way to store binding context in threadLocal to allow policy handler ...lresende2011-03-151-47/+23
* Simplifying modules structure by merging *-js-dojo into the binding-runtime s...lresende2011-02-062-0/+96
* Minor renaming: HTTPUtil -> HTTPUtilslresende2011-01-012-5/+5
* Minor cleanuplresende2010-12-061-49/+52
* Add the discovery for javax.ws.rs.ext.RuntimeDelegate and update the slf4j ve...rfeng2010-11-171-1/+2
* Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes checkrfeng2010-11-171-5/+2
* Investigating migration to wink 1.2-SNAPSHOTlresende2010-11-162-57/+27
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-143-9/+13
* TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ...lresende2010-10-123-9/+95
* Fix the self reference with explicit bindingsrfeng2010-09-101-13/+14
* Tidy up binding.rest osgi enablementrfeng2010-09-081-2/+18
* TUSCANY-3595 - Setting up proper classloader to find resources under OSGi env...lresende2010-08-291-5/+28
* Merging changes from svn r988356: Test for null or empty servlet path info be...lresende2010-08-291-2/+3
* Merging changes from svn r988355: Fix logic to compute the path info as it do...lresende2010-08-291-55/+55
* Align the JAX-RS resource class/method checks with the specrfeng2010-07-167-48/+130
* TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende2010-07-093-24/+76
* TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende2010-07-0912-223/+387
* Use Response as the typerfeng2010-06-263-10/+20
* TUSCANY-3583 - Making sure we recognize the headers configured declaratively ...lresende2010-06-032-2/+46
* Adjust the path URI for web app deploymentrfeng2010-06-013-0/+18
* Add a workaround for TUSCANY-3572rfeng2010-05-286-24/+64
* Adding rest binding reference supportrfeng2010-05-272-27/+177
* Merge branch 'jaxrs' into trunkrfeng2010-05-1919-68/+965
* Adding generated eTag to RPC style invocationslresende2010-05-121-9/+33
* Minor formatting...lresende2010-05-121-110/+128
* Removing system.out.println()lresende2010-05-121-3/+0
* Adding RPC Operation Selector to binding.restlresende2010-05-1214-34/+552
* Considering request encoding when processing bodylresende2010-05-112-18/+54
* Updating test to check declarative header supportlresende2010-05-102-1/+11
* Adding support for declarative http headers in binding.restlresende2010-05-072-3/+28
* Format the coderfeng2010-05-031-203/+159
* Add basic support for binary data types for binding.restrfeng2010-04-308-53/+426
* Minor update on REST cache control test case to accomodate refactoring to use...lresende2010-04-301-5/+7
* Updating REST binding to use common-http cache context class and minor update...lresende2010-04-301-11/+11
* Removing unused code...lresende2010-04-301-60/+0
* Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende2010-04-306-37/+116
* Adding XML wire format binding implementation for REST binding, and adjusting...lresende2010-04-2917-17/+605
* Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende2010-04-285-21/+103
* Update testcase to simulate a browser GET call and verify the right JSON is p...lresende2010-04-281-10/+20
* Operation selector implementation that uses JAX-RS annotations to map http re...lresende2010-04-2715-44/+390
* Initial implementation for JSON wire format for REST bindinglresende2010-04-2517-109/+634
* Refactoring packages and other references from HTTP to RESTlresende2010-04-2516-66/+65
* Initializing binding-rest based on existent binding-httplresende2010-04-2517-0/+2585