summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sandbox to experiment with Databinding automatic wrapper transformations.jsdelfino2011-01-106291-0/+529586
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057335 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple test case to look a implementations that use doc/lit (bare) ↵slaws2011-01-109-1/+356
| | | | | | interfaces. There was a conversation on the ML about whether databinding is clever enough to translate between bare and wrapped as the data passes from implementation to binding as it's send through a reference. At the moment the test gives me index out of bounds. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057230 13f79535-47bb-0310-9956-ffa450edef68
* Updates to CHANGES fileantelder2011-01-101-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057119 13f79535-47bb-0310-9956-ffa450edef68
* Bump up copyright year in the NOTICE filesantelder2011-01-10101-154/+154
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
* Add a composite similar to the travel tutorial app to the sample dashboard. ↵jsdelfino2011-01-096-68/+347
| | | | | | Minor Javascript performance improvements to speed up the layout of big composites. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056881 13f79535-47bb-0310-9956-ffa450edef68
* Fix memory leak in Python runtime integration. Reduce memory consumption of ↵jsdelfino2011-01-0924-17/+158
| | | | | | debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056880 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3812 - Fixing feed id to avoid generating different md5 hash which ↵lresende2011-01-081-1/+1
| | | | | | is breaking caching git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056790 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3814 - Fixing http headers to avoid hanging IE6 when consuming ↵lresende2011-01-086-100/+95
| | | | | | tuscany atom feeds git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056789 13f79535-47bb-0310-9956-ffa450edef68
* Minor formattinglresende2011-01-081-49/+68
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056788 13f79535-47bb-0310-9956-ffa450edef68
* Add module for build JCAA test zipslaws2011-01-073-0/+114
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056371 13f79535-47bb-0310-9956-ffa450edef68
* Fix to the processing of @Callback annotation on Field or Method, to enable ↵edwardsmj2011-01-071-0/+10
| | | | | | Tuscany to comply with OASIS Java CAA testcase 10035, as described in TUSCANY-3813. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056294 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements of the edit module. Refactored HTML pages, added a menu, ↵jsdelfino2011-01-0718-91/+468
| | | | | | and login over HTTPS. Improved vertical layout of components a bit and added two sample composites. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056190 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect cookie name in sample logout pages.jsdelfino2011-01-072-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056189 13f79535-47bb-0310-9956-ffa450edef68
* Support service promotion and improve component layout algorithm.jsdelfino2011-01-069-141/+242
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1055767 13f79535-47bb-0310-9956-ffa450edef68
* Update to support being run with mvn exec:javaantelder2011-01-042-3/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1055077 13f79535-47bb-0310-9956-ffa450edef68
* Fix automake warning. Add pragmas to sources generated by Thrift using sed ↵jsdelfino2011-01-021-3/+1
| | | | | | instead of incorrectly overriding CXXFLAGS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054345 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3812 - Fixing ETag and Cache headers to avoid refresh issues in IElresende2011-01-014-63/+144
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054319 13f79535-47bb-0310-9956-ffa450edef68
* Minor formattinglresende2011-01-011-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054318 13f79535-47bb-0310-9956-ffa450edef68
* Minor renaming: HTTPUtil -> HTTPUtilslresende2011-01-016-15/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054317 13f79535-47bb-0310-9956-ffa450edef68
* Adding java doclresende2011-01-011-19/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054316 13f79535-47bb-0310-9956-ffa450edef68
* Calculating ETag using util class from HTTP-commonlresende2011-01-013-67/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054314 13f79535-47bb-0310-9956-ffa450edef68
* Enhance error message to display class name to which error applieslresende2011-01-011-32/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054313 13f79535-47bb-0310-9956-ffa450edef68
* Partialy reverting changes from 1033523 to avoid issues with applications ↵lresende2011-01-011-1/+1
| | | | | | using rest binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054312 13f79535-47bb-0310-9956-ffa450edef68
* Update changes file for beta2antelder2010-12-311-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054074 13f79535-47bb-0310-9956-ffa450edef68
* Update release notes for beta2antelder2010-12-311-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054073 13f79535-47bb-0310-9956-ffa450edef68
* Add a method remove duplicate service declsrationsrfeng2010-12-301-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053940 13f79535-47bb-0310-9956-ffa450edef68
* Change json serialization to not marshal null valuesrfeng2010-12-305-3/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053939 13f79535-47bb-0310-9956-ffa450edef68
* Add logic to list, add, remove apps and link to the edit page.jsdelfino2010-12-307-62/+144
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053825 13f79535-47bb-0310-9956-ffa450edef68
* Simplify and cleanup HTTP binding client Javascript code, now portable ↵jsdelfino2010-12-301-366/+298
| | | | | | across browsers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053824 13f79535-47bb-0310-9956-ffa450edef68
* Make XML serialization logic portable across browsers.jsdelfino2010-12-301-5/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053823 13f79535-47bb-0310-9956-ffa450edef68
* Support ATOM and RSS entries with no content or description.jsdelfino2010-12-304-7/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053822 13f79535-47bb-0310-9956-ffa450edef68
* Skeleton of a composite app editor module.jsdelfino2010-12-2923-42/+1047
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053560 13f79535-47bb-0310-9956-ffa450edef68
* Remove type=feed and type=entry parameters from application/atom+xml media ↵jsdelfino2010-12-296-8/+23
| | | | | | types as they make IE 6's XMLHttpRequest hang. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053559 13f79535-47bb-0310-9956-ffa450edef68
* Fix automated build and Ubuntu 10.10 install.jsdelfino2010-12-273-9/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053221 13f79535-47bb-0310-9956-ffa450edef68
* Improve EC2 setup scripts. Remove dependency on external environment variables.jsdelfino2010-12-277-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053166 13f79535-47bb-0310-9956-ffa450edef68
* Start branch for beta2 releaseantelder2010-12-276284-0/+529067
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053042 13f79535-47bb-0310-9956-ffa450edef68
* Port REST support improvements to AppEngine Python integration scripts and ↵jsdelfino2010-12-2715-28/+404
| | | | | | add a sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053004 13f79535-47bb-0310-9956-ffa450edef68
* Simplify relay sample a bit.jsdelfino2010-12-277-102/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053003 13f79535-47bb-0310-9956-ffa450edef68
* Merge changes from apr-2 branch. Port to APR 1.4.x and enable ↵jsdelfino2010-12-278-26/+73
| | | | | | mod_session_crypto. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053002 13f79535-47bb-0310-9956-ffa450edef68
* Port to HTTPD 2.3.10 + latest APR 1.4.x and enable mod_session_crypto.jsdelfino2010-12-258-30/+77
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052818 13f79535-47bb-0310-9956-ffa450edef68
* Port to HTTPD 2.3.10 alpha release.jsdelfino2010-12-252-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052741 13f79535-47bb-0310-9956-ffa450edef68
* Create a sandbox branch to experiment with latest APR.jsdelfino2010-12-25590-0/+55306
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052740 13f79535-47bb-0310-9956-ffa450edef68
* add explicit dependency on binding sca runtime and reorder a couple of other ↵slaws2010-12-241-12/+18
| | | | | | dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052496 13f79535-47bb-0310-9956-ffa450edef68
* Add comment to remind me about domainRegistryURI propertiesslaws2010-12-241-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052495 13f79535-47bb-0310-9956-ffa450edef68
* Improve component and reference rendering and layout. Recurse over wired ↵jsdelfino2010-12-243-164/+364
| | | | | | references to calculate correct dimensions of each component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052446 13f79535-47bb-0310-9956-ffa450edef68
* Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino2010-12-2410-23/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052445 13f79535-47bb-0310-9956-ffa450edef68
* Fix content types. Removed duplicate function.jsdelfino2010-12-241-23/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052444 13f79535-47bb-0310-9956-ffa450edef68
* Turn off URL canonicalization when routing a request through HTTPD's reverse ↵jsdelfino2010-12-241-0/+1
| | | | | | proxy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052434 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample showing how to relay various REST requests.jsdelfino2010-12-2412-1/+299
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052433 13f79535-47bb-0310-9956-ffa450edef68
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed ↵jsdelfino2010-12-2415-31/+183
| | | | | | detection, and support REST-style JSON and XML payloads in server handler and client proxy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052432 13f79535-47bb-0310-9956-ffa450edef68