You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2012/05/28 06:39:45 UTC

svn commit: r1343140 [1/2] - in /tuscany/sca-cpp/trunk: modules/http/htdocs/login/ modules/http/htdocs/logout/ modules/js/ modules/js/htdocs/ modules/oauth/htdocs/ modules/openid/htdocs/ modules/server/ samples/relay-gae/htdocs/ samples/relay-python/ht...

Author: jsdelfino
Date: Mon May 28 04:39:44 2012
New Revision: 1343140

URL: http://svn.apache.org/viewvc?rev=1343140&view=rev
Log:
Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript scripts, and remove unused CSS stylesheets.

Added:
    tuscany/sca-cpp/trunk/modules/js/js-conf   (with props)
Removed:
    tuscany/sca-cpp/trunk/modules/js/htdocs/uiblue.css
    tuscany/sca-cpp/trunk/modules/js/htdocs/uicyan.css
Modified:
    tuscany/sca-cpp/trunk/modules/http/htdocs/login/index.html
    tuscany/sca-cpp/trunk/modules/http/htdocs/logout/index.html
    tuscany/sca-cpp/trunk/modules/js/Makefile.am
    tuscany/sca-cpp/trunk/modules/oauth/htdocs/index.html
    tuscany/sca-cpp/trunk/modules/openid/htdocs/index.html
    tuscany/sca-cpp/trunk/modules/server/server-conf
    tuscany/sca-cpp/trunk/samples/relay-gae/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/relay-python/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/login/index.html
    tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/logout/index.html
    tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/login/index.html
    tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/logout/index.html
    tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/login/index.html
    tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html
    tuscany/sca-cpp/trunk/samples/store-constdb/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-gae/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-java/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-python/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-python/htdocs/login/index.html
    tuscany/sca-cpp/trunk/samples/store-python/htdocs/logout/index.html
    tuscany/sca-cpp/trunk/samples/store-scheme/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-sql/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-vhost/domains/jane/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-vhost/domains/joe/htdocs/index.html
    tuscany/sca-cpp/trunk/samples/store-vhost/htdocs/index.html

Modified: tuscany/sca-cpp/trunk/modules/http/htdocs/login/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/http/htdocs/login/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/http/htdocs/login/index.html (original)
+++ tuscany/sca-cpp/trunk/modules/http/htdocs/login/index.html Mon May 28 04:39:44 2012
@@ -23,7 +23,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
-<script type="text/javascript" src="/util.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 <title>Sign in</title>
 </head>
 <body>

Modified: tuscany/sca-cpp/trunk/modules/http/htdocs/logout/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/http/htdocs/logout/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/http/htdocs/logout/index.html (original)
+++ tuscany/sca-cpp/trunk/modules/http/htdocs/logout/index.html Mon May 28 04:39:44 2012
@@ -24,7 +24,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
-<script type="text/javascript" src="/util.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 <title>Sign out</title>
 </head>
 <h1>Sign out</h1>

Modified: tuscany/sca-cpp/trunk/modules/js/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/js/Makefile.am?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/js/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/js/Makefile.am Mon May 28 04:39:44 2012
@@ -30,6 +30,7 @@ htdocs/ui-min.css: htdocs/ui.css
 
 CLEANFILES = htdocs/all.js htdocs/all-min.js htdocs/ui-min.css
 
+dist_mod_SCRIPTS = js-conf
 moddir = $(prefix)/modules/js
 nobase_dist_mod_DATA = htdocs/*.js htdocs/*.css
 EXTRA_DIST = htdocs/*.js htdocs/*.css htdocs/all.js

Added: tuscany/sca-cpp/trunk/modules/js/js-conf
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/js/js-conf?rev=1343140&view=auto
==============================================================================
--- tuscany/sca-cpp/trunk/modules/js/js-conf (added)
+++ tuscany/sca-cpp/trunk/modules/js/js-conf Mon May 28 04:39:44 2012
@@ -0,0 +1,75 @@
+#!/bin/sh
+
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#    
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+
+# Add Javascript scripts and CSS to a server conf
+here=`echo "import os; print os.path.realpath('$0')" | python`; here=`dirname $here`
+mkdir -p $1
+root=`echo "import os; print os.path.realpath('$1')" | python`
+
+cat >>$root/conf/httpd.conf <<EOF
+# Generated by: js-conf $*
+# Serve JavaScript scripts and CSS
+Alias /ui.css $here/htdocs/ui.css
+Alias /ui-min.css $here/htdocs/ui-min.css
+Alias /all.js $here/htdocs/all.js
+Alias /all-min.js $here/htdocs/all-min.js
+Alias /proxy/ui.css $here/htdocs/ui.css
+Alias /proxy/ui-min.css $here/htdocs/ui-min.css
+Alias /proxy/all.js $here/htdocs/all.js
+Alias /proxy/all-min.js $here/htdocs/all-min.js
+
+EOF
+
+cat >>$root/conf/pubauth.conf <<EOF
+# Generated by: js-conf $*
+<Location /ui.css>
+AuthType None
+Require all granted
+</Location>
+<Location /ui-min.css>
+AuthType None
+Require all granted
+</Location>
+<Location /all.js>
+AuthType None
+Require all granted
+</Location>
+<Location /all-min.js>
+AuthType None
+Require all granted
+</Location>
+<Location /proxy/ui.css>
+AuthType None
+Require all granted
+</Location>
+<Location /proxy/ui-min.css>
+AuthType None
+Require all granted
+</Location>
+<Location /proxy/all.js>
+AuthType None
+Require all granted
+</Location>
+<Location /proxy/all-min.js>
+AuthType None
+Require all granted
+</Location>
+
+EOF
+

Propchange: tuscany/sca-cpp/trunk/modules/js/js-conf
------------------------------------------------------------------------------
    svn:executable = *

Modified: tuscany/sca-cpp/trunk/modules/oauth/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/oauth/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/oauth/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/modules/oauth/htdocs/index.html Mon May 28 04:39:44 2012
@@ -24,7 +24,7 @@
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
 
-<script type="text/javascript" src="/component.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 <script type="text/javascript">
 var protected = sca.component("Protected");
 var userInfo = sca.defun(sca.reference(protected, "userInfo"), "getuser", "getemail", "getnickname", "getfullname", "getfirstname", "getlastname", "getrealm");

Modified: tuscany/sca-cpp/trunk/modules/openid/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/openid/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/openid/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/modules/openid/htdocs/index.html Mon May 28 04:39:44 2012
@@ -23,7 +23,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
-<script type="text/javascript" src="/component.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 
 <script type="text/javascript">
 var protected = sca.component("Protected");

Modified: tuscany/sca-cpp/trunk/modules/server/server-conf
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/server/server-conf?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/server/server-conf (original)
+++ tuscany/sca-cpp/trunk/modules/server/server-conf Mon May 28 04:39:44 2012
@@ -22,86 +22,10 @@ here=`echo "import os; print os.path.rea
 mkdir -p $1
 root=`echo "import os; print os.path.realpath('$1')" | python`
 
-jsprefix=`echo "import os; print os.path.realpath('$here/../js')" | python`
-
-uname=`uname -s`
-if [ $uname = "Darwin" ]; then
-    libsuffix=".dylib"
-else
-    libsuffix=".so"
-fi
-
-cat >>$root/conf/httpd.conf <<EOF
-# Generated by: server-conf $*
-# Serve JavaScript client scripts
-Alias /component.js $jsprefix/htdocs/component.js
-Alias /util.js $jsprefix/htdocs/util.js
-Alias /elemutil.js $jsprefix/htdocs/elemutil.js
-Alias /xmlutil.js $jsprefix/htdocs/xmlutil.js
-Alias /atomutil.js $jsprefix/htdocs/atomutil.js
-Alias /jsonutil.js $jsprefix/htdocs/jsonutil.js
-Alias /ui.js $jsprefix/htdocs/ui.js
-Alias /ui.css $jsprefix/htdocs/ui.css
-Alias /ui-min.css $jsprefix/htdocs/ui-min.css
-Alias /scdl.js $jsprefix/htdocs/scdl.js
-Alias /all.js $jsprefix/htdocs/all.js
-Alias /all-min.js $jsprefix/htdocs/all-min.js
-
-EOF
-
-cat >>$root/conf/pubauth.conf <<EOF
-# Generated by: server-conf $*
-<Location /component.js>
-AuthType None
-Require all granted
-</Location>
-<Location /util.js>
-AuthType None
-Require all granted
-</Location>
-<Location /elemutil.js>
-AuthType None
-Require all granted
-</Location>
-<Location /xmlutil.js>
-AuthType None
-Require all granted
-</Location>
-<Location /atomutil.js>
-AuthType None
-Require all granted
-</Location>
-<Location /jsonutil.js>
-AuthType None
-Require all granted
-</Location>
-<Location /ui.js>
-AuthType None
-Require all granted
-</Location>
-<Location /ui.css>
-AuthType None
-Require all granted
-</Location>
-<Location /ui-min.css>
-AuthType None
-Require all granted
-</Location>
-<Location /scdl.js>
-AuthType None
-Require all granted
-</Location>
-<Location /all.js>
-AuthType None
-Require all granted
-</Location>
-<Location /all-min.js>
-AuthType None
-Require all granted
-</Location>
-
-EOF
+# Serve Javascript scripts and CSS
+$here/../js/js-conf $1
 
+# Configure SSL cert used for wiring
 ssl=`cat $root/conf/httpd.conf | grep "# Generated by: httpd-ssl-conf"`
 if [ "$ssl" != "" ]; then
     cat >>$root/conf/httpd.conf <<EOF

Modified: tuscany/sca-cpp/trunk/samples/relay-gae/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/relay-gae/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/relay-gae/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/relay-gae/htdocs/index.html Mon May 28 04:39:44 2012
@@ -1,36 +1,36 @@
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<html>
-<head>
-<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
-<meta name="apple-mobile-web-app-capable" content="yes"/>
-<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
-<link rel="stylesheet" type="text/css" href="/ui.css"/>
-<title>Relay</title>
-</head>
-<body>
-
-<p><a href="/html">Sample HTML request</a></p>
-<p><a href="/jsontwit">Sample Twitter JSON request</a></p>
-<p><a href="/xmltwit">Sample Twitter XML request</a></p>
-<p><a href="/rsstwit">Sample Twitter RSS request</a></p>
-<p><a href="/jsonfb">Sample Facebook JSON request</a></p>
-
-</body>
-</html>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Relay</title>
+</head>
+<body>
+
+<p><a href="/html">Sample HTML request</a></p>
+<p><a href="/jsontwit">Sample Twitter JSON request</a></p>
+<p><a href="/xmltwit">Sample Twitter XML request</a></p>
+<p><a href="/rsstwit">Sample Twitter RSS request</a></p>
+<p><a href="/jsonfb">Sample Facebook JSON request</a></p>
+
+</body>
+</html>

Modified: tuscany/sca-cpp/trunk/samples/relay-python/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/relay-python/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/relay-python/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/relay-python/htdocs/index.html Mon May 28 04:39:44 2012
@@ -1,35 +1,35 @@
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<html>
-<head>
-<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
-<meta name="apple-mobile-web-app-capable" content="yes"/>
-<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
-<link rel="stylesheet" type="text/css" href="/ui.css"/>
-<title>Relay</title>
-<body>
-
-<p><a href="/html">Sample HTML request</a></p>
-<p><a href="/jsontwit">Sample Twitter JSON request</a></p>
-<p><a href="/xmltwit">Sample Twitter XML request</a></p>
-<p><a href="/rsstwit">Sample Twitter RSS request</a></p>
-<p><a href="/jsonfb">Sample Facebook JSON request</a></p>
-
-</body>
-</html>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Relay</title>
+<body>
+
+<p><a href="/html">Sample HTML request</a></p>
+<p><a href="/jsontwit">Sample Twitter JSON request</a></p>
+<p><a href="/xmltwit">Sample Twitter XML request</a></p>
+<p><a href="/rsstwit">Sample Twitter RSS request</a></p>
+<p><a href="/jsonfb">Sample Facebook JSON request</a></p>
+
+</body>
+</html>

Modified: tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/index.html Mon May 28 04:39:44 2012
@@ -1,159 +1,156 @@
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<html>
-<head>
-<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
-<meta name="apple-mobile-web-app-capable" content="yes"/>
-<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
-<link rel="stylesheet" type="text/css" href="/ui.css"/>
-<title>Jane's Store</title>
-
-<script type="text/javascript" src="/util.js"></script>
-<script type="text/javascript" src="/elemutil.js"></script>
-<script type="text/javascript" src="/xmlutil.js"></script>
-<script type="text/javascript" src="/atomutil.js"></script>
-<script type="text/javascript" src="/component.js"></script>
-
-<script type="text/javascript">
-var store = sca.component("Store");
-var catalog = sca.defun(sca.reference(store, "catalog"), "items");
-var shoppingCart = sca.reference(store, "shoppingCart");
-var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
-
-var catalogItems;
-
-function catalog_itemsResponse(items, exception) {
-    if (exception){
-        alert(exception.message);
-        return;
-    }
-    var catalog = "";
-    for (var i=0; i<items.length; i++) {
-        var item = items[i].name + ' - ' + items[i].price;
-        catalog += '<input name="items" type="checkbox" value="' + 
-                    item + '">' + item + ' <br>';
-    }
-    document.getElementById('catalog').innerHTML=catalog;
-    catalogItems = items;
-
-}
-
-function shoppingCart_getResponse(doc) {
-    if (doc != null) {
-        var feed = parseXML([doc]);
-        var entries = feed.getElementsByTagName("entry"); 
-        var list = "";
-        for (var i=0; i<entries.length; i++) {
-            var content = entries[i].getElementsByTagName("content")[0];
-            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
-            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
-            list += name + ' - ' + price + ' <br>';
-        }
-        document.getElementById("shoppingCart").innerHTML = list;
-
-        shoppingTotal.total(shoppingTotal_totalResponse);
-    }
-}
-
-function shoppingTotal_totalResponse(total, exception) {
-    if (exception) { 
-        alert(exception.message); 
-        return;
-    }
-    document.getElementById('total').innerHTML = total;
-}
-
-function shoppingCart_postResponse(entry) {
-    shoppingCart.get("", shoppingCart_getResponse);
-}                
-
-function addToCart() {
-    var items  = document.catalogForm.items;
-    var j = 0;
-    for (var i=0; i<items.length; i++)
-        if (items[i].checked) {
-            var entry = '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
-            '<item>' +
-            '<name>' + catalogItems[i].name + '</name>' +
-            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
-            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
-            '<price>' + catalogItems[i].price + '</price>' +
-            '</item>' +
-            '</content></entry>';
-            shoppingCart.post(entry, shoppingCart_postResponse);
-            items[i].checked = false;
-        }
-}
-function checkoutCart() {
-    document.getElementById('store').innerHTML='<h2>' +
-            'Thanks for Shopping With Us!</h2>'+
-            '<h2>Your Order</h2>'+
-            '<form name="orderForm">'+
-                document.getElementById('shoppingCart').innerHTML+
-                '<br>'+
-                document.getElementById('total').innerHTML+
-                '<br>'+
-                '<br>'+
-                '<input type="submit" value="Continue Shopping">'+ 
-            '</form>';
-    shoppingCart.del("", null);
-}
-function deleteCart() {
-    shoppingCart.del("", null);
-    document.getElementById('shoppingCart').innerHTML = "";
-    document.getElementById('total').innerHTML = "";    
-}
-
-function init() {
-    try {
-        catalog.items(catalog_itemsResponse);
-        shoppingCart.get("", shoppingCart_getResponse);
-    } catch(e){
-        alert(e);
-    }
-}
-</script>
-</head>
-
-<body onload="init()">
-<h1>Jane's Store</h1>
-<br/>
-<div id="store">
-<h2>Catalog</h2>
-<form name="catalogForm">
-<div id="catalog" ></div>
-<br>
-<input type="button" onClick="addToCart()"  value="Add to Cart">
-</form>
-<br>
-  
-<h2>Your Shopping Cart</h2>
-<form name="shoppingCartForm">
-<div id="shoppingCart"></div>
-<br>
-<div id="total"></div>
-<br>        
-<input type="button" onClick="checkoutCart()" value="Checkout"> 
-<input type="button" onClick="deleteCart()" value="Empty">     
-<a href="shoppingCart/">(feed)</a>
-</form>    
-</div>
-
-</body>
-</html>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Jane's Store</title>
+
+<script type="text/javascript" src="/all.js"></script>
+
+<script type="text/javascript">
+var store = sca.component("Store");
+var catalog = sca.defun(sca.reference(store, "catalog"), "items");
+var shoppingCart = sca.reference(store, "shoppingCart");
+var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
+
+var catalogItems;
+
+function catalog_itemsResponse(items, exception) {
+    if (exception){
+        alert(exception.message);
+        return;
+    }
+    var catalog = "";
+    for (var i=0; i<items.length; i++) {
+        var item = items[i].name + ' - ' + items[i].price;
+        catalog += '<input name="items" type="checkbox" value="' + 
+                    item + '">' + item + ' <br>';
+    }
+    document.getElementById('catalog').innerHTML=catalog;
+    catalogItems = items;
+
+}
+
+function shoppingCart_getResponse(doc) {
+    if (doc != null) {
+        var feed = parseXML([doc]);
+        var entries = feed.getElementsByTagName("entry"); 
+        var list = "";
+        for (var i=0; i<entries.length; i++) {
+            var content = entries[i].getElementsByTagName("content")[0];
+            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
+            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
+            list += name + ' - ' + price + ' <br>';
+        }
+        document.getElementById("shoppingCart").innerHTML = list;
+
+        shoppingTotal.total(shoppingTotal_totalResponse);
+    }
+}
+
+function shoppingTotal_totalResponse(total, exception) {
+    if (exception) { 
+        alert(exception.message); 
+        return;
+    }
+    document.getElementById('total').innerHTML = total;
+}
+
+function shoppingCart_postResponse(entry) {
+    shoppingCart.get("", shoppingCart_getResponse);
+}                
+
+function addToCart() {
+    var items  = document.catalogForm.items;
+    var j = 0;
+    for (var i=0; i<items.length; i++)
+        if (items[i].checked) {
+            var entry = '<?xml version="1.0" encoding="UTF-8"?>\n' +
+            '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
+            '<item>' +
+            '<name>' + catalogItems[i].name + '</name>' +
+            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
+            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
+            '<price>' + catalogItems[i].price + '</price>' +
+            '</item>' +
+            '</content></entry>';
+            shoppingCart.post(entry, shoppingCart_postResponse);
+            items[i].checked = false;
+        }
+}
+function checkoutCart() {
+    document.getElementById('store').innerHTML='<h2>' +
+            'Thanks for Shopping With Us!</h2>'+
+            '<h2>Your Order</h2>'+
+            '<form name="orderForm">'+
+                document.getElementById('shoppingCart').innerHTML+
+                '<br>'+
+                document.getElementById('total').innerHTML+
+                '<br>'+
+                '<br>'+
+                '<input type="submit" value="Continue Shopping">'+ 
+            '</form>';
+    shoppingCart.del("", null);
+}
+function deleteCart() {
+    shoppingCart.del("", null);
+    document.getElementById('shoppingCart').innerHTML = "";
+    document.getElementById('total').innerHTML = "";    
+}
+
+function init() {
+    try {
+        catalog.items(catalog_itemsResponse);
+        shoppingCart.get("", shoppingCart_getResponse);
+    } catch(e){
+        alert(e);
+    }
+}
+</script>
+</head>
+
+<body onload="init()">
+<h1>Jane's Store</h1>
+<br/>
+<div id="store">
+<h2>Catalog</h2>
+<form name="catalogForm">
+<div id="catalog" ></div>
+<br>
+<input type="button" onClick="addToCart()"  value="Add to Cart">
+</form>
+<br>
+  
+<h2>Your Shopping Cart</h2>
+<form name="shoppingCartForm">
+<div id="shoppingCart"></div>
+<br>
+<div id="total"></div>
+<br>        
+<input type="button" onClick="checkoutCart()" value="Checkout"> 
+<input type="button" onClick="deleteCart()" value="Empty">     
+<a href="shoppingCart/">(feed)</a>
+</form>    
+</div>
+
+</body>
+</html>

Modified: tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/login/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/login/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/login/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/login/index.html Mon May 28 04:39:44 2012
@@ -23,7 +23,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
-<script type="text/javascript" src="/util.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 <title>Sign in</title>
 </head>
 <body>

Modified: tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/logout/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/logout/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/logout/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cluster/domains/jane/htdocs/logout/index.html Mon May 28 04:39:44 2012
@@ -23,7 +23,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
-<script type="text/javascript" src="/util.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 <title>Sign out</title>
 </head>
 <body>

Modified: tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/index.html Mon May 28 04:39:44 2012
@@ -1,159 +1,156 @@
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<html>
-<head>
-<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
-<meta name="apple-mobile-web-app-capable" content="yes"/>
-<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
-<link rel="stylesheet" type="text/css" href="/ui.css"/>
-<title>Joe's Store</title>
-
-<script type="text/javascript" src="/util.js"></script>
-<script type="text/javascript" src="/elemutil.js"></script>
-<script type="text/javascript" src="/xmlutil.js"></script>
-<script type="text/javascript" src="/atomutil.js"></script>
-<script type="text/javascript" src="/component.js"></script>
-
-<script type="text/javascript">
-var store = sca.component("Store");
-var catalog = sca.defun(sca.reference(store, "catalog"), "items");
-var shoppingCart = sca.reference(store, "shoppingCart");
-var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
-
-var catalogItems;
-
-function catalog_itemsResponse(items, exception) {
-    if (exception){
-        alert(exception.message);
-        return;
-    }
-    var catalog = "";
-    for (var i=0; i<items.length; i++) {
-        var item = items[i].name + ' - ' + items[i].price;
-        catalog += '<input name="items" type="checkbox" value="' + 
-                    item + '">' + item + ' <br>';
-    }
-    document.getElementById('catalog').innerHTML=catalog;
-    catalogItems = items;
-
-}
-
-function shoppingCart_getResponse(doc) {
-    if (doc != null) {
-        var feed = parseXML([doc]);
-        var entries = feed.getElementsByTagName("entry"); 
-        var list = "";
-        for (var i=0; i<entries.length; i++) {
-            var content = entries[i].getElementsByTagName("content")[0];
-            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
-            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
-            list += name + ' - ' + price + ' <br>';
-        }
-        document.getElementById("shoppingCart").innerHTML = list;
-
-        shoppingTotal.total(shoppingTotal_totalResponse);
-    }
-}
-
-function shoppingTotal_totalResponse(total, exception) {
-    if (exception) { 
-        alert(exception.message); 
-        return;
-    }
-    document.getElementById('total').innerHTML = total;
-}
-
-function shoppingCart_postResponse(entry) {
-    shoppingCart.get("", shoppingCart_getResponse);
-}                
-
-function addToCart() {
-    var items  = document.catalogForm.items;
-    var j = 0;
-    for (var i=0; i<items.length; i++)
-        if (items[i].checked) {
-            var entry = '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
-            '<item>' +
-            '<name>' + catalogItems[i].name + '</name>' +
-            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
-            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
-            '<price>' + catalogItems[i].price + '</price>' +
-            '</item>' +
-            '</content></entry>';
-            shoppingCart.post(entry, shoppingCart_postResponse);
-            items[i].checked = false;
-        }
-}
-function checkoutCart() {
-    document.getElementById('store').innerHTML='<h2>' +
-            'Thanks for Shopping With Us!</h2>'+
-            '<h2>Your Order</h2>'+
-            '<form name="orderForm">'+
-                document.getElementById('shoppingCart').innerHTML+
-                '<br>'+
-                document.getElementById('total').innerHTML+
-                '<br>'+
-                '<br>'+
-                '<input type="submit" value="Continue Shopping">'+ 
-            '</form>';
-    shoppingCart.del("", null);
-}
-function deleteCart() {
-    shoppingCart.del("", null);
-    document.getElementById('shoppingCart').innerHTML = "";
-    document.getElementById('total').innerHTML = "";    
-}
-
-function init() {
-    try {
-        catalog.items(catalog_itemsResponse);
-        shoppingCart.get("", shoppingCart_getResponse);
-    } catch(e){
-        alert(e);
-    }
-}
-</script>
-</head>
-
-<body onload="init()">
-<h1>Joe's Store</h1>
-<br/>
-<div id="store">
-<h2>Catalog</h2>
-<form name="catalogForm">
-<div id="catalog" ></div>
-<br>
-<input type="button" onClick="addToCart()"  value="Add to Cart">
-</form>
-<br>
-  
-<h2>Your Shopping Cart</h2>
-<form name="shoppingCartForm">
-<div id="shoppingCart"></div>
-<br>
-<div id="total"></div>
-<br>        
-<input type="button" onClick="checkoutCart()" value="Checkout"> 
-<input type="button" onClick="deleteCart()" value="Empty">     
-<a href="shoppingCart/">(feed)</a>
-</form>    
-</div>
-
-</body>
-</html>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Joe's Store</title>
+
+<script type="text/javascript" src="/all.js"></script>
+
+<script type="text/javascript">
+var store = sca.component("Store");
+var catalog = sca.defun(sca.reference(store, "catalog"), "items");
+var shoppingCart = sca.reference(store, "shoppingCart");
+var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
+
+var catalogItems;
+
+function catalog_itemsResponse(items, exception) {
+    if (exception){
+        alert(exception.message);
+        return;
+    }
+    var catalog = "";
+    for (var i=0; i<items.length; i++) {
+        var item = items[i].name + ' - ' + items[i].price;
+        catalog += '<input name="items" type="checkbox" value="' + 
+                    item + '">' + item + ' <br>';
+    }
+    document.getElementById('catalog').innerHTML=catalog;
+    catalogItems = items;
+
+}
+
+function shoppingCart_getResponse(doc) {
+    if (doc != null) {
+        var feed = parseXML([doc]);
+        var entries = feed.getElementsByTagName("entry"); 
+        var list = "";
+        for (var i=0; i<entries.length; i++) {
+            var content = entries[i].getElementsByTagName("content")[0];
+            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
+            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
+            list += name + ' - ' + price + ' <br>';
+        }
+        document.getElementById("shoppingCart").innerHTML = list;
+
+        shoppingTotal.total(shoppingTotal_totalResponse);
+    }
+}
+
+function shoppingTotal_totalResponse(total, exception) {
+    if (exception) { 
+        alert(exception.message); 
+        return;
+    }
+    document.getElementById('total').innerHTML = total;
+}
+
+function shoppingCart_postResponse(entry) {
+    shoppingCart.get("", shoppingCart_getResponse);
+}                
+
+function addToCart() {
+    var items  = document.catalogForm.items;
+    var j = 0;
+    for (var i=0; i<items.length; i++)
+        if (items[i].checked) {
+            var entry = '<?xml version="1.0" encoding="UTF-8"?>\n' +
+            '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
+            '<item>' +
+            '<name>' + catalogItems[i].name + '</name>' +
+            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
+            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
+            '<price>' + catalogItems[i].price + '</price>' +
+            '</item>' +
+            '</content></entry>';
+            shoppingCart.post(entry, shoppingCart_postResponse);
+            items[i].checked = false;
+        }
+}
+function checkoutCart() {
+    document.getElementById('store').innerHTML='<h2>' +
+            'Thanks for Shopping With Us!</h2>'+
+            '<h2>Your Order</h2>'+
+            '<form name="orderForm">'+
+                document.getElementById('shoppingCart').innerHTML+
+                '<br>'+
+                document.getElementById('total').innerHTML+
+                '<br>'+
+                '<br>'+
+                '<input type="submit" value="Continue Shopping">'+ 
+            '</form>';
+    shoppingCart.del("", null);
+}
+function deleteCart() {
+    shoppingCart.del("", null);
+    document.getElementById('shoppingCart').innerHTML = "";
+    document.getElementById('total').innerHTML = "";    
+}
+
+function init() {
+    try {
+        catalog.items(catalog_itemsResponse);
+        shoppingCart.get("", shoppingCart_getResponse);
+    } catch(e){
+        alert(e);
+    }
+}
+</script>
+</head>
+
+<body onload="init()">
+<h1>Joe's Store</h1>
+<br/>
+<div id="store">
+<h2>Catalog</h2>
+<form name="catalogForm">
+<div id="catalog" ></div>
+<br>
+<input type="button" onClick="addToCart()"  value="Add to Cart">
+</form>
+<br>
+  
+<h2>Your Shopping Cart</h2>
+<form name="shoppingCartForm">
+<div id="shoppingCart"></div>
+<br>
+<div id="total"></div>
+<br>        
+<input type="button" onClick="checkoutCart()" value="Checkout"> 
+<input type="button" onClick="deleteCart()" value="Empty">     
+<a href="shoppingCart/">(feed)</a>
+</form>    
+</div>
+
+</body>
+</html>

Modified: tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/login/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/login/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/login/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/login/index.html Mon May 28 04:39:44 2012
@@ -23,7 +23,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
-<script type="text/javascript" src="/util.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 <title>Sign in</title>
 </head>
 <body>

Modified: tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/logout/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/logout/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/logout/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cluster/domains/joe/htdocs/logout/index.html Mon May 28 04:39:44 2012
@@ -23,7 +23,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
-<script type="text/javascript" src="/util.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 <title>Sign out</title>
 </head>
 <body>

Modified: tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/index.html Mon May 28 04:39:44 2012
@@ -1,39 +1,39 @@
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<html>
-<head>
-<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
-<meta name="apple-mobile-web-app-capable" content="yes"/>
-<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
-<link rel="stylesheet" type="text/css" href="/ui.css"/>
-<title>Store</title>
-</head>
-
-<body>
-<h1>Store</h1>
-<br/>
-<p>For this sample to work, add the sample domain to your /etc/hosts as follows:<br/>
-127.0.0.1 example.com jane.example.com joe.example.com</p>
-
-<p/>
-<p>Jane's store at <a href="http://jane.example.com/">jane.example.com</a>
-<br/>Joe's store at <a href="http://joe.example.com/">joe.example.com</a></p>
-
-</body>
-</html>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Store</title>
+</head>
+
+<body>
+<h1>Store</h1>
+<br/>
+<p>For this sample to work, add the sample domain to your /etc/hosts as follows:<br/>
+127.0.0.1 example.com jane.example.com joe.example.com</p>
+
+<p/>
+<p>Jane's store at <a href="http://jane.example.com/">jane.example.com</a>
+<br/>Joe's store at <a href="http://joe.example.com/">joe.example.com</a></p>
+
+</body>
+</html>

Modified: tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/login/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/login/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/login/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/login/index.html Mon May 28 04:39:44 2012
@@ -23,7 +23,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
-<script type="text/javascript" src="/util.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 <title>Sign in</title>
 </head>
 <body>

Modified: tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html Mon May 28 04:39:44 2012
@@ -23,7 +23,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 <link rel="stylesheet" type="text/css" href="/ui.css"/>
-<script type="text/javascript" src="/util.js"></script>
+<script type="text/javascript" src="/all.js"></script>
 <title>Sign out</title>
 </head>
 <body>

Modified: tuscany/sca-cpp/trunk/samples/store-constdb/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-constdb/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-constdb/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-constdb/htdocs/index.html Mon May 28 04:39:44 2012
@@ -1,159 +1,156 @@
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<html>
-<head>
-<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
-<meta name="apple-mobile-web-app-capable" content="yes"/>
-<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
-<link rel="stylesheet" type="text/css" href="/ui.css"/>
-<title>Store</title>
-
-<script type="text/javascript" src="/util.js"></script>
-<script type="text/javascript" src="/elemutil.js"></script>
-<script type="text/javascript" src="/xmlutil.js"></script>
-<script type="text/javascript" src="/atomutil.js"></script>
-<script type="text/javascript" src="/component.js"></script>
-
-<script type="text/javascript">
-var store = sca.component("Store");
-var catalog = sca.defun(sca.reference(store, "catalog"), "items");
-var shoppingCart = sca.reference(store, "shoppingCart");
-var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
-
-var catalogItems;
-
-function catalog_itemsResponse(items, exception) {
-    if (exception){
-        alert(exception.message);
-        return;
-    }
-    var catalog = "";
-    for (var i=0; i<items.length; i++) {
-        var item = items[i].name + ' - ' + items[i].price;
-        catalog += '<input name="items" type="checkbox" value="' + 
-                    item + '">' + item + ' <br>';
-    }
-    document.getElementById('catalog').innerHTML=catalog;
-    catalogItems = items;
-
-}
-
-function shoppingCart_getResponse(doc) {
-    if (doc != null) {
-        var feed = parseXML([doc]);
-        var entries = feed.getElementsByTagName("entry"); 
-        var list = "";
-        for (var i=0; i<entries.length; i++) {
-            var content = entries[i].getElementsByTagName("content")[0];
-            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
-            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
-            list += name + ' - ' + price + ' <br>';
-        }
-        document.getElementById("shoppingCart").innerHTML = list;
-
-        shoppingTotal.total(shoppingTotal_totalResponse);
-    }
-}
-
-function shoppingTotal_totalResponse(total, exception) {
-    if (exception) { 
-        alert(exception.message); 
-        return;
-    }
-    document.getElementById('total').innerHTML = total;
-}
-
-function shoppingCart_postResponse(entry) {
-    shoppingCart.get("", shoppingCart_getResponse);
-}                
-
-function addToCart() {
-    var items  = document.catalogForm.items;
-    var j = 0;
-    for (var i=0; i<items.length; i++)
-        if (items[i].checked) {
-            var entry = '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
-            '<item>' +
-            '<name>' + catalogItems[i].name + '</name>' +
-            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
-            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
-            '<price>' + catalogItems[i].price + '</price>' +
-            '</item>' +
-            '</content></entry>';
-            shoppingCart.post(entry, shoppingCart_postResponse);
-            items[i].checked = false;
-        }
-}
-function checkoutCart() {
-    document.getElementById('store').innerHTML='<h2>' +
-            'Thanks for Shopping With Us!</h2>'+
-            '<h2>Your Order</h2>'+
-            '<form name="orderForm">'+
-                document.getElementById('shoppingCart').innerHTML+
-                '<br>'+
-                document.getElementById('total').innerHTML+
-                '<br>'+
-                '<br>'+
-                '<input type="submit" value="Continue Shopping">'+ 
-            '</form>';
-    shoppingCart.del("", null);
-}
-function deleteCart() {
-    shoppingCart.del("", null);
-    document.getElementById('shoppingCart').innerHTML = "";
-    document.getElementById('total').innerHTML = "";    
-}
-
-function init() {
-    try {
-        catalog.items(catalog_itemsResponse);
-        shoppingCart.get("", shoppingCart_getResponse);
-    } catch(e){
-        alert(e);
-    }
-}
-</script>
-</head>
-
-<body onload="init()">
-<h1>Store</h1>
-<br/>
-<div id="store">
-<h2>Catalog</h2>
-<form name="catalogForm">
-<div id="catalog" ></div>
-<br>
-<input type="button" onClick="addToCart()"  value="Add to Cart">
-</form>
-<br>
-  
-<h2>Your Shopping Cart</h2>
-<form name="shoppingCartForm">
-<div id="shoppingCart"></div>
-<br>
-<div id="total"></div>
-<br>        
-<input type="button" onClick="checkoutCart()" value="Checkout"> 
-<input type="button" onClick="deleteCart()" value="Empty">     
-<a href="shoppingCart/">(feed)</a>
-</form>    
-</div>
-
-</body>
-</html>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Store</title>
+
+<script type="text/javascript" src="/all.js"></script>
+
+<script type="text/javascript">
+var store = sca.component("Store");
+var catalog = sca.defun(sca.reference(store, "catalog"), "items");
+var shoppingCart = sca.reference(store, "shoppingCart");
+var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
+
+var catalogItems;
+
+function catalog_itemsResponse(items, exception) {
+    if (exception){
+        alert(exception.message);
+        return;
+    }
+    var catalog = "";
+    for (var i=0; i<items.length; i++) {
+        var item = items[i].name + ' - ' + items[i].price;
+        catalog += '<input name="items" type="checkbox" value="' + 
+                    item + '">' + item + ' <br>';
+    }
+    document.getElementById('catalog').innerHTML=catalog;
+    catalogItems = items;
+
+}
+
+function shoppingCart_getResponse(doc) {
+    if (doc != null) {
+        var feed = parseXML([doc]);
+        var entries = feed.getElementsByTagName("entry"); 
+        var list = "";
+        for (var i=0; i<entries.length; i++) {
+            var content = entries[i].getElementsByTagName("content")[0];
+            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
+            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
+            list += name + ' - ' + price + ' <br>';
+        }
+        document.getElementById("shoppingCart").innerHTML = list;
+
+        shoppingTotal.total(shoppingTotal_totalResponse);
+    }
+}
+
+function shoppingTotal_totalResponse(total, exception) {
+    if (exception) { 
+        alert(exception.message); 
+        return;
+    }
+    document.getElementById('total').innerHTML = total;
+}
+
+function shoppingCart_postResponse(entry) {
+    shoppingCart.get("", shoppingCart_getResponse);
+}                
+
+function addToCart() {
+    var items  = document.catalogForm.items;
+    var j = 0;
+    for (var i=0; i<items.length; i++)
+        if (items[i].checked) {
+            var entry = '<?xml version="1.0" encoding="UTF-8"?>\n' +
+            '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
+            '<item>' +
+            '<name>' + catalogItems[i].name + '</name>' +
+            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
+            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
+            '<price>' + catalogItems[i].price + '</price>' +
+            '</item>' +
+            '</content></entry>';
+            shoppingCart.post(entry, shoppingCart_postResponse);
+            items[i].checked = false;
+        }
+}
+function checkoutCart() {
+    document.getElementById('store').innerHTML='<h2>' +
+            'Thanks for Shopping With Us!</h2>'+
+            '<h2>Your Order</h2>'+
+            '<form name="orderForm">'+
+                document.getElementById('shoppingCart').innerHTML+
+                '<br>'+
+                document.getElementById('total').innerHTML+
+                '<br>'+
+                '<br>'+
+                '<input type="submit" value="Continue Shopping">'+ 
+            '</form>';
+    shoppingCart.del("", null);
+}
+function deleteCart() {
+    shoppingCart.del("", null);
+    document.getElementById('shoppingCart').innerHTML = "";
+    document.getElementById('total').innerHTML = "";    
+}
+
+function init() {
+    try {
+        catalog.items(catalog_itemsResponse);
+        shoppingCart.get("", shoppingCart_getResponse);
+    } catch(e){
+        alert(e);
+    }
+}
+</script>
+</head>
+
+<body onload="init()">
+<h1>Store</h1>
+<br/>
+<div id="store">
+<h2>Catalog</h2>
+<form name="catalogForm">
+<div id="catalog" ></div>
+<br>
+<input type="button" onClick="addToCart()"  value="Add to Cart">
+</form>
+<br>
+  
+<h2>Your Shopping Cart</h2>
+<form name="shoppingCartForm">
+<div id="shoppingCart"></div>
+<br>
+<div id="total"></div>
+<br>        
+<input type="button" onClick="checkoutCart()" value="Checkout"> 
+<input type="button" onClick="deleteCart()" value="Empty">     
+<a href="shoppingCart/">(feed)</a>
+</form>    
+</div>
+
+</body>
+</html>

Modified: tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/index.html Mon May 28 04:39:44 2012
@@ -1,159 +1,156 @@
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<html>
-<head>
-<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
-<meta name="apple-mobile-web-app-capable" content="yes"/>
-<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
-<link rel="stylesheet" type="text/css" href="/ui.css"/>
-<title>Store</title>
-
-<script type="text/javascript" src="/util.js"></script>
-<script type="text/javascript" src="/elemutil.js"></script>
-<script type="text/javascript" src="/xmlutil.js"></script>
-<script type="text/javascript" src="/atomutil.js"></script>
-<script type="text/javascript" src="/component.js"></script>
-
-<script type="text/javascript">
-var store = sca.component("Store");
-var catalog = sca.defun(sca.reference(store, "catalog"), "items");
-var shoppingCart = sca.reference(store, "shoppingCart");
-var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
-
-var catalogItems;
-
-function catalog_itemsResponse(items, exception) {
-    if (exception){
-        alert(exception.message);
-        return;
-    }
-    var catalog = "";
-    for (var i=0; i<items.length; i++) {
-        var item = items[i].name + ' - ' + items[i].price;
-        catalog += '<input name="items" type="checkbox" value="' + 
-                    item + '">' + item + ' <br>';
-    }
-    document.getElementById('catalog').innerHTML=catalog;
-    catalogItems = items;
-
-}
-
-function shoppingCart_getResponse(doc) {
-    if (doc != null) {
-        var feed = parseXML([doc]);
-        var entries = feed.getElementsByTagName("entry"); 
-        var list = "";
-        for (var i=0; i<entries.length; i++) {
-            var content = entries[i].getElementsByTagName("content")[0];
-            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
-            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
-            list += name + ' - ' + price + ' <br>';
-        }
-        document.getElementById("shoppingCart").innerHTML = list;
-
-        shoppingTotal.total(shoppingTotal_totalResponse);
-    }
-}
-
-function shoppingTotal_totalResponse(total, exception) {
-    if (exception) { 
-        alert(exception.message); 
-        return;
-    }
-    document.getElementById('total').innerHTML = total;
-}
-
-function shoppingCart_postResponse(entry) {
-    shoppingCart.get("", shoppingCart_getResponse);
-}                
-
-function addToCart() {
-    var items  = document.catalogForm.items;
-    var j = 0;
-    for (var i=0; i<items.length; i++)
-        if (items[i].checked) {
-            var entry = '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
-            '<item>' +
-            '<name>' + catalogItems[i].name + '</name>' +
-            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
-            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
-            '<price>' + catalogItems[i].price + '</price>' +
-            '</item>' +
-            '</content></entry>';
-            shoppingCart.post(entry, shoppingCart_postResponse);
-            items[i].checked = false;
-        }
-}
-function checkoutCart() {
-    document.getElementById('store').innerHTML='<h2>' +
-            'Thanks for Shopping With Us!</h2>'+
-            '<h2>Your Order</h2>'+
-            '<form name="orderForm">'+
-                document.getElementById('shoppingCart').innerHTML+
-                '<br>'+
-                document.getElementById('total').innerHTML+
-                '<br>'+
-                '<br>'+
-                '<input type="submit" value="Continue Shopping">'+ 
-            '</form>';
-    shoppingCart.del("", null);
-}
-function deleteCart() {
-    shoppingCart.del("", null);
-    document.getElementById('shoppingCart').innerHTML = "";
-    document.getElementById('total').innerHTML = "";    
-}
-
-function init() {
-    try {
-        catalog.items(catalog_itemsResponse);
-        shoppingCart.get("", shoppingCart_getResponse);
-    } catch(e){
-        alert(e);
-    }
-}
-</script>
-</head>
-
-<body onload="init()">
-<h1>Store</h1>
-<br/>
-<div id="store">
-<h2>Catalog</h2>
-<form name="catalogForm">
-<div id="catalog" ></div>
-<br>
-<input type="button" onClick="addToCart()"  value="Add to Cart">
-</form>
-<br>
-  
-<h2>Your Shopping Cart</h2>
-<form name="shoppingCartForm">
-<div id="shoppingCart"></div>
-<br>
-<div id="total"></div>
-<br>        
-<input type="button" onClick="checkoutCart()" value="Checkout"> 
-<input type="button" onClick="deleteCart()" value="Empty">     
-<a href="shoppingCart/">(feed)</a>
-</form>    
-</div>
-
-</body>
-</html>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Store</title>
+
+<script type="text/javascript" src="/all.js"></script>
+
+<script type="text/javascript">
+var store = sca.component("Store");
+var catalog = sca.defun(sca.reference(store, "catalog"), "items");
+var shoppingCart = sca.reference(store, "shoppingCart");
+var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
+
+var catalogItems;
+
+function catalog_itemsResponse(items, exception) {
+    if (exception){
+        alert(exception.message);
+        return;
+    }
+    var catalog = "";
+    for (var i=0; i<items.length; i++) {
+        var item = items[i].name + ' - ' + items[i].price;
+        catalog += '<input name="items" type="checkbox" value="' + 
+                    item + '">' + item + ' <br>';
+    }
+    document.getElementById('catalog').innerHTML=catalog;
+    catalogItems = items;
+
+}
+
+function shoppingCart_getResponse(doc) {
+    if (doc != null) {
+        var feed = parseXML([doc]);
+        var entries = feed.getElementsByTagName("entry"); 
+        var list = "";
+        for (var i=0; i<entries.length; i++) {
+            var content = entries[i].getElementsByTagName("content")[0];
+            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
+            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
+            list += name + ' - ' + price + ' <br>';
+        }
+        document.getElementById("shoppingCart").innerHTML = list;
+
+        shoppingTotal.total(shoppingTotal_totalResponse);
+    }
+}
+
+function shoppingTotal_totalResponse(total, exception) {
+    if (exception) { 
+        alert(exception.message); 
+        return;
+    }
+    document.getElementById('total').innerHTML = total;
+}
+
+function shoppingCart_postResponse(entry) {
+    shoppingCart.get("", shoppingCart_getResponse);
+}                
+
+function addToCart() {
+    var items  = document.catalogForm.items;
+    var j = 0;
+    for (var i=0; i<items.length; i++)
+        if (items[i].checked) {
+            var entry = '<?xml version="1.0" encoding="UTF-8"?>\n' +
+            '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
+            '<item>' +
+            '<name>' + catalogItems[i].name + '</name>' +
+            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
+            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
+            '<price>' + catalogItems[i].price + '</price>' +
+            '</item>' +
+            '</content></entry>';
+            shoppingCart.post(entry, shoppingCart_postResponse);
+            items[i].checked = false;
+        }
+}
+function checkoutCart() {
+    document.getElementById('store').innerHTML='<h2>' +
+            'Thanks for Shopping With Us!</h2>'+
+            '<h2>Your Order</h2>'+
+            '<form name="orderForm">'+
+                document.getElementById('shoppingCart').innerHTML+
+                '<br>'+
+                document.getElementById('total').innerHTML+
+                '<br>'+
+                '<br>'+
+                '<input type="submit" value="Continue Shopping">'+ 
+            '</form>';
+    shoppingCart.del("", null);
+}
+function deleteCart() {
+    shoppingCart.del("", null);
+    document.getElementById('shoppingCart').innerHTML = "";
+    document.getElementById('total').innerHTML = "";    
+}
+
+function init() {
+    try {
+        catalog.items(catalog_itemsResponse);
+        shoppingCart.get("", shoppingCart_getResponse);
+    } catch(e){
+        alert(e);
+    }
+}
+</script>
+</head>
+
+<body onload="init()">
+<h1>Store</h1>
+<br/>
+<div id="store">
+<h2>Catalog</h2>
+<form name="catalogForm">
+<div id="catalog" ></div>
+<br>
+<input type="button" onClick="addToCart()"  value="Add to Cart">
+</form>
+<br>
+  
+<h2>Your Shopping Cart</h2>
+<form name="shoppingCartForm">
+<div id="shoppingCart"></div>
+<br>
+<div id="total"></div>
+<br>        
+<input type="button" onClick="checkoutCart()" value="Checkout"> 
+<input type="button" onClick="deleteCart()" value="Empty">     
+<a href="shoppingCart/">(feed)</a>
+</form>    
+</div>
+
+</body>
+</html>

Modified: tuscany/sca-cpp/trunk/samples/store-gae/htdocs/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-gae/htdocs/index.html?rev=1343140&r1=1343139&r2=1343140&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-gae/htdocs/index.html (original)
+++ tuscany/sca-cpp/trunk/samples/store-gae/htdocs/index.html Mon May 28 04:39:44 2012
@@ -1,178 +1,175 @@
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<html>
-<head>
-<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
-<meta name="apple-mobile-web-app-capable" content="yes"/>
-<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
-<link rel="stylesheet" type="text/css" href="/ui.css"/>
-<title>Store</title>
-
-<script type="text/javascript" src="/util.js"></script>
-<script type="text/javascript" src="/elemutil.js"></script>
-<script type="text/javascript" src="/xmlutil.js"></script>
-<script type="text/javascript" src="/atomutil.js"></script>
-<script type="text/javascript" src="/component.js"></script>
-
-<script type="text/javascript">
-var store = sca.component("Store");
-var catalog = sca.defun(sca.reference(store, "catalog"), "items");
-var shoppingCart = sca.defun(sca.reference(store, "shoppingCart"), "email", "host");
-var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
-
-var catalogItems;
-
-function catalog_itemsResponse(items, exception) {
-    if (exception) {
-        alert(exception.message);
-        return;
-    }
-    var catalog = "";
-    for (var i=0; i<items.length; i++) {
-        var item = items[i].name + ' - ' + items[i].price;
-        catalog += '<input name="items" type="checkbox" value="' + 
-                    item + '">' + item + ' <br>';
-    }
-    document.getElementById('catalog').innerHTML=catalog;
-    catalogItems = items;
-}
-
-function shoppingCart_hostResponse(host, exception) {
-    if (exception) { 
-        alert(exception.message); 
-        return;
-    }
-    document.getElementById('host').innerHTML = host;
-}
-
-function shoppingCart_emailResponse(email, exception) {
-    if (exception) { 
-        alert(exception.message); 
-        return;
-    }
-    document.getElementById('email').innerHTML = email;
-}
-
-function shoppingCart_getResponse(doc) {
-    if (doc != null) {
-        var feed = parseXML([doc]);
-        var entries = feed.getElementsByTagName("entry"); 
-        var list = "";
-        for (var i=0; i<entries.length; i++) {
-            var content = entries[i].getElementsByTagName("content")[0];
-            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
-            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
-            list += name + ' - ' + price + ' <br>';
-        }
-        document.getElementById("shoppingCart").innerHTML = list;
-
-        shoppingTotal.total(shoppingTotal_totalResponse);
-    }
-}
-
-function shoppingTotal_totalResponse(total,exception) {
-    if (exception) { 
-        alert(exception.message); 
-        return;
-    }
-    document.getElementById('total').innerHTML = total;
-}
-
-function shoppingCart_postResponse(entry) {
-    shoppingCart.get("", shoppingCart_getResponse);
-}                
-
-function addToCart() {
-    var items  = document.catalogForm.items;
-    var j = 0;
-    for (var i=0; i<items.length; i++)
-        if (items[i].checked) {
-            var entry = '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
-            '<item>' +
-            '<name>' + catalogItems[i].name + '</name>' +
-            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
-            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
-            '<price>' + catalogItems[i].price + '</price>' +
-            '</item>' +
-            '</content></entry>';
-            shoppingCart.post(entry, shoppingCart_postResponse);
-            items[i].checked = false;
-        }
-}
-
-function checkoutCart() {
-    document.getElementById('store').innerHTML='<h2>' +
-            'Thanks for Shopping With Us!</h2>'+
-            '<h2>Your Order</h2>'+
-            '<form name="orderForm">'+
-                document.getElementById('shoppingCart').innerHTML+
-                '<br>'+
-                document.getElementById('total').innerHTML+
-                '<br>'+
-                '<br>'+
-                '<input type="submit" value="Continue Shopping">'+ 
-            '</form>';
-    shoppingCart.del("", null);
-}
-
-function deleteCart() {
-    shoppingCart.del("", null);
-    document.getElementById('shoppingCart').innerHTML = "";
-    document.getElementById('total').innerHTML = "";    
-}    
-
-function init() {
-    try {
-        catalog.items(catalog_itemsResponse);
-        shoppingCart.email(shoppingCart_emailResponse);
-        shoppingCart.host(shoppingCart_hostResponse);
-        shoppingCart.get("", shoppingCart_getResponse);
-    } catch(e){
-        alert(e);
-    }
-}
-</script>
-</head>
-
-<body onload="init()">
-<h1>Store</h1>
-<p>Welcome to: <span id="host"></span>, you're signed in as: <span id="email"></span><br/><a href="/logout">Sign out</a></p>
-<div id="store">
-<h2>Catalog</h2>
-<form name="catalogForm">
-<div id="catalog" ></div>
-<br>
-<input type="button" onClick="addToCart()"  value="Add to Cart">
-</form>
-<br>
-  
-<h2>Your Shopping Cart</h2>
-<form name="shoppingCartForm">
-<div id="shoppingCart"></div>
-<br>
-<div id="total"></div>
-<br>        
-<input type="button" onClick="checkoutCart()" value="Checkout"> 
-<input type="button" onClick="deleteCart()" value="Empty">     
-<a href="shoppingCart/">(feed)</a>
-</form>    
-</div>
-
-</body>
-</html>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> 
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Store</title>
+
+<script type="text/javascript" src="/all.js"></script>
+
+<script type="text/javascript">
+var store = sca.component("Store");
+var catalog = sca.defun(sca.reference(store, "catalog"), "items");
+var shoppingCart = sca.defun(sca.reference(store, "shoppingCart"), "email", "host");
+var shoppingTotal = sca.defun(sca.reference(store, "shoppingTotal"), "total");
+
+var catalogItems;
+
+function catalog_itemsResponse(items, exception) {
+    if (exception) {
+        alert(exception.message);
+        return;
+    }
+    var catalog = "";
+    for (var i=0; i<items.length; i++) {
+        var item = items[i].name + ' - ' + items[i].price;
+        catalog += '<input name="items" type="checkbox" value="' + 
+                    item + '">' + item + ' <br>';
+    }
+    document.getElementById('catalog').innerHTML=catalog;
+    catalogItems = items;
+}
+
+function shoppingCart_hostResponse(host, exception) {
+    if (exception) { 
+        alert(exception.message); 
+        return;
+    }
+    document.getElementById('host').innerHTML = host;
+}
+
+function shoppingCart_emailResponse(email, exception) {
+    if (exception) { 
+        alert(exception.message); 
+        return;
+    }
+    document.getElementById('email').innerHTML = email;
+}
+
+function shoppingCart_getResponse(doc) {
+    if (doc != null) {
+        var feed = parseXML([doc]);
+        var entries = feed.getElementsByTagName("entry"); 
+        var list = "";
+        for (var i=0; i<entries.length; i++) {
+            var content = entries[i].getElementsByTagName("content")[0];
+            var name = content.getElementsByTagName("name")[0].firstChild.nodeValue;
+            var price = content.getElementsByTagName("price")[0].firstChild.nodeValue;
+            list += name + ' - ' + price + ' <br>';
+        }
+        document.getElementById("shoppingCart").innerHTML = list;
+
+        shoppingTotal.total(shoppingTotal_totalResponse);
+    }
+}
+
+function shoppingTotal_totalResponse(total,exception) {
+    if (exception) { 
+        alert(exception.message); 
+        return;
+    }
+    document.getElementById('total').innerHTML = total;
+}
+
+function shoppingCart_postResponse(entry) {
+    shoppingCart.get("", shoppingCart_getResponse);
+}                
+
+function addToCart() {
+    var items  = document.catalogForm.items;
+    var j = 0;
+    for (var i=0; i<items.length; i++)
+        if (items[i].checked) {
+            var entry = '<?xml version="1.0" encoding="UTF-8"?>\n' +
+            '<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml">' +
+            '<item>' +
+            '<name>' + catalogItems[i].name + '</name>' +
+            '<currencyCode>' + catalogItems[i].currencyCode + '</currencyCode>' +
+            '<currencySymbol>' + catalogItems[i].currencySymbol + '</currencySymbol>' +
+            '<price>' + catalogItems[i].price + '</price>' +
+            '</item>' +
+            '</content></entry>';
+            shoppingCart.post(entry, shoppingCart_postResponse);
+            items[i].checked = false;
+        }
+}
+
+function checkoutCart() {
+    document.getElementById('store').innerHTML='<h2>' +
+            'Thanks for Shopping With Us!</h2>'+
+            '<h2>Your Order</h2>'+
+            '<form name="orderForm">'+
+                document.getElementById('shoppingCart').innerHTML+
+                '<br>'+
+                document.getElementById('total').innerHTML+
+                '<br>'+
+                '<br>'+
+                '<input type="submit" value="Continue Shopping">'+ 
+            '</form>';
+    shoppingCart.del("", null);
+}
+
+function deleteCart() {
+    shoppingCart.del("", null);
+    document.getElementById('shoppingCart').innerHTML = "";
+    document.getElementById('total').innerHTML = "";    
+}    
+
+function init() {
+    try {
+        catalog.items(catalog_itemsResponse);
+        shoppingCart.email(shoppingCart_emailResponse);
+        shoppingCart.host(shoppingCart_hostResponse);
+        shoppingCart.get("", shoppingCart_getResponse);
+    } catch(e){
+        alert(e);
+    }
+}
+</script>
+</head>
+
+<body onload="init()">
+<h1>Store</h1>
+<p>Welcome to: <span id="host"></span>, you're signed in as: <span id="email"></span><br/><a href="/logout">Sign out</a></p>
+<div id="store">
+<h2>Catalog</h2>
+<form name="catalogForm">
+<div id="catalog" ></div>
+<br>
+<input type="button" onClick="addToCart()"  value="Add to Cart">
+</form>
+<br>
+  
+<h2>Your Shopping Cart</h2>
+<form name="shoppingCartForm">
+<div id="shoppingCart"></div>
+<br>
+<div id="total"></div>
+<br>        
+<input type="button" onClick="checkoutCart()" value="Checkout"> 
+<input type="button" onClick="deleteCart()" value="Empty">     
+<a href="shoppingCart/">(feed)</a>
+</form>    
+</div>
+
+</body>
+</html>