Create a js module for client side javascripts. Move client component script 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
This commit is contained in:
jsdelfino 2010-12-06 07:19:24 +00:00
commit 5b6af38117
23 changed files with 964 additions and 20 deletions

View file

@ -20,7 +20,7 @@
<head>
<title>Store</title>
<script type="text/javascript" src="/wiring/ref.js"></script>
<script type="text/javascript" src="/component.js"></script>
<script type="text/javascript">
var store = component("Store");