Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Proposal Content Details :

Current Intentions

1. Add the jquery option to implementation.widget to handle jquery codes

<composite codes<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
targetNamespace="http://store"
name="store">

<component name="store">
<t:implementation.widget location="contents/store.html"/>
<service name="Widget">
<t:binding.http/>
</service>
<reference name="catalog" target="Catalog">
<t:binding.jquery/>
</reference>
...
</component>

Wiki Markup .....
</composite>2composite>

2.

...

Include

...

a

...

generated jQuery plugin

Wiki Markup
<\ jQuery plugin<!-\- one js include per sca component \-->
<script type="text/javascript" src="jQuery.tuscany.js"></script>jQuery&nbsp;plugins extends the core jQuery nature \[1\]&nbsp;. This file would be generated by a generator function in the server side.&nbsp;

...