summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-26Use Response as the typerfeng3-10/+20
2010-06-23Add missing OSGi importrfeng1-1/+2
2010-06-03TUSCANY-3583 - Making sure we recognize the headers configured declaratively ...lresende2-2/+46
2010-06-01Adjust the path URI for web app deploymentrfeng4-1/+33
2010-05-28Add a workaround for TUSCANY-3572rfeng6-24/+64
2010-05-27Adding rest binding reference supportrfeng2-27/+177
2010-05-19Merge branch 'jaxrs' into trunkrfeng21-70/+992
2010-05-13Add missing dependencies and versionsslaws1-3/+4
2010-05-12Adding generated eTag to RPC style invocationslresende1-9/+33
2010-05-12Minor formatting...lresende1-110/+128
2010-05-12Removing system.out.println()lresende1-3/+0
2010-05-12Adding RPC Operation Selector to binding.restlresende14-34/+552
2010-05-11Considering request encoding when processing bodylresende2-18/+54
2010-05-10Updating test to check declarative header supportlresende2-1/+11
2010-05-07Adding support for declarative http headers in binding.restlresende2-3/+28
2010-05-03Format the coderfeng1-203/+159
2010-04-30Add basic support for binary data types for binding.restrfeng8-53/+426
2010-04-30Minor update on REST cache control test case to accomodate refactoring to use...lresende1-5/+7
2010-04-30Updating REST binding to use common-http cache context class and minor update...lresende1-11/+11
2010-04-30Removing unused code...lresende1-60/+0
2010-04-30Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende6-37/+116
2010-04-29Adding XML wire format binding implementation for REST binding, and adjusting...lresende19-17/+612
2010-04-28Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende5-21/+103
2010-04-28Update testcase to simulate a browser GET call and verify the right JSON is p...lresende1-10/+20
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http re...lresende17-47/+406
2010-04-25Initial implementation for JSON wire format for REST bindinglresende19-109/+660
2010-04-25Refactoring packages and other references from HTTP to RESTlresende18-72/+71
2010-04-25Initializing binding-rest based on existent binding-httplresende21-0/+2935