summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-gae (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port to Mac OS X 10.6.7.jsdelfino2011-06-281-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140690 13f79535-47bb-0310-9956-ffa450edef68
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-234-35/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126298 13f79535-47bb-0310-9956-ffa450edef68
* Change ATOM and RSS feed representations to use name value pairs instead of ↵jsdelfino2011-03-082-8/+13
| | | | | | just strings, to allow support for all ATOM and RSS attributes and avoid confusion with non-feed string results. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079292 13f79535-47bb-0310-9956-ffa450edef68
* Use a common stylesheet in all samples.jsdelfino2011-01-171-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059769 13f79535-47bb-0310-9956-ffa450edef68
* Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino2010-12-241-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052445 13f79535-47bb-0310-9956-ffa450edef68
* Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino2010-12-121-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044875 13f79535-47bb-0310-9956-ffa450edef68
* Create a js module for client side javascripts. Move client component script ↵jsdelfino2010-12-061-1/+1
| | | | | | to that module and add a few utility scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042535 13f79535-47bb-0310-9956-ffa450edef68
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD ↵jsdelfino2010-11-132-5/+5
| | | | | | 2.3 Form auth modules play nice together. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034693 13f79535-47bb-0310-9956-ffa450edef68
* Simplify Javascript component reference API a bit. Rename tuscany-ref.js to ↵jsdelfino2010-10-272-21/+15
| | | | | | ref.js. Add a function to declare reference proxy methods. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027835 13f79535-47bb-0310-9956-ffa450edef68
* Support python method invocation style on references, ref.func(...) in ↵jsdelfino2010-10-254-19/+19
| | | | | | addition to ref('func', ...). Minor cleanup of the various samples, renamed gettotal to total and getcatalog to items, for consistency with the python sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026939 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino2010-10-202-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024521 13f79535-47bb-0310-9956-ffa450edef68
* Change content of sample catalogs to show different results when the app is ↵jsdelfino2010-09-211-3/+3
| | | | | | wired to one or another. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999180 13f79535-47bb-0310-9956-ffa450edef68
* Remove 'javaClass' JSON property as it's not needed anymore.jsdelfino2010-09-211-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999176 13f79535-47bb-0310-9956-ffa450edef68
* Minor change, renamed getcatalog to items.jsdelfino2010-09-205-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999159 13f79535-47bb-0310-9956-ffa450edef68
* Add a test of the password protected python store sample.jsdelfino2010-07-212-3/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966096 13f79535-47bb-0310-9956-ffa450edef68
* Support the host property and a /logout URL on WSGI servers.jsdelfino2010-07-175-6/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965145 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of config scripts and samples.jsdelfino2010-07-063-181/+168
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960846 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to the Ubuntu build scripts.jsdelfino2010-07-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960382 13f79535-47bb-0310-9956-ffa450edef68
* Support user and email properties in WSGI integration.jsdelfino2010-07-017-18/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959523 13f79535-47bb-0310-9956-ffa450edef68
* Minimal support for implementation.widget, using simplified (and generic) ↵jsdelfino2010-07-018-687/+19
| | | | | | JSONRPC and ATOMPub Javascript proxies. Minor changes to the server runtime to serve reference requests from widgets. Adjust and simplified samples using the widget support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959521 13f79535-47bb-0310-9956-ffa450edef68
* Fix source distribution build scripts, add missing files to the dist targets.jsdelfino2010-05-301-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949466 13f79535-47bb-0310-9956-ffa450edef68
* Fix distribution build, add missing files and samples and fix path to ↵jsdelfino2010-05-291-1/+5
| | | | | | libraries. GCC 4.5 is used if available but not installed automatically. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949435 13f79535-47bb-0310-9956-ffa450edef68
* Move samples to samples directory.jsdelfino2010-05-1317-0/+1490
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943805 13f79535-47bb-0310-9956-ffa450edef68