summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jsonp-runtime/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-11Start adding support for references in the JSONP bindingantelder2-8/+86
2009-08-10Start adding support for JSONP references. Doesn't work yet, still need to im...antelder3-3/+146
2009-08-10Use correct path when unregistering the servlets when stoppingantelder1-1/+1
2009-08-10Remove unused importsantelder1-2/+0
2009-08-10Update JSONP binding to use the URI from the binding in the endpoint to expos...antelder1-1/+1
2009-07-28Update to correctly order the service request argumentsantelder1-6/+39
2009-07-28Update to not require the client to quote strings (turns out the binding can ...antelder1-2/+13
2009-07-28Update jsonp binding to support non-string args. Requires the client to quote...antelder1-1/+1
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng3-243/+243
2009-06-24Update jsonp binding for recent provider api changesantelder2-24/+17
2009-06-16Intial code for a jsonp binding runtime. Very basic butit does wokfor a simpl...antelder4-0/+270