summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jsonp-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove temp repository as http client is released and in the central repo nowantelder2009-08-131-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803783 13f79535-47bb-0310-9956-ffa450edef68
* Fix up JSONP manifestslaws2009-08-121-5/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803500 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for references in the JSONP bindingantelder2009-08-116-8/+156
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803021 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for JSONP references. Doesn't work yet, still need to ↵antelder2009-08-103-3/+146
| | | | | | implement the http inovke bit using something like HttpClient git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802681 13f79535-47bb-0310-9956-ffa450edef68
* Use correct path when unregistering the servlets when stoppingantelder2009-08-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802672 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsantelder2009-08-101-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802671 13f79535-47bb-0310-9956-ffa450edef68
* Update JSONP binding to use the URI from the binding in the endpoint to ↵antelder2009-08-102-3/+3
| | | | | | expose the service on git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802665 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for errors in the MANIFEST.MF and POM.XML of binding-jsonp-runtime, to ↵edwardsmj2009-07-302-4/+19
| | | | | | deal with the errors listed in TUSCANY-3186 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799319 13f79535-47bb-0310-9956-ffa450edef68
* Update to correctly order the service request argumentsantelder2009-07-284-6/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798407 13f79535-47bb-0310-9956-ffa450edef68
* Update to not require the client to quote strings (turns out the binding can ↵antelder2009-07-282-3/+14
| | | | | | work out itself that the arg is a String so requires quotes) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798404 13f79535-47bb-0310-9956-ffa450edef68
* Update jsonp binding to support non-string args. Requires the client to ↵antelder2009-07-282-2/+2
| | | | | | quote string args but i can't see how to easily avoid that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798402 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-218-478/+478
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Update jsonp binding for recent provider api changesantelder2009-06-242-24/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787969 13f79535-47bb-0310-9956-ffa450edef68
* Add a basic test for the jsonp bindingantelder2009-06-193-6/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786534 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classantelder2009-06-161-51/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785416 13f79535-47bb-0310-9956-ffa450edef68
* Add jquery client html pageantelder2009-06-161-0/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785414 13f79535-47bb-0310-9956-ffa450edef68
* Intial code for a jsonp binding runtime. Very basic butit does wokfor a ↵antelder2009-06-1613-0/+770
simple helloworld type jsonp service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785412 13f79535-47bb-0310-9956-ffa450edef68