DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
jQuery provides several ajax request options.Following are the popular ajax request present in jQuery *
- load(): Load a piece of html into a container DOM.
...
- $.getJSON(): Load a JSON with GET method.
...
- $.getScript(): Load a JavaScript.
...
- $.get(): Use this to make a GET call and play extensively with the response.
...
- $.post(): Use this to make a POST call and don’t want to load the response to some container DOM.
...
- $.ajax(): Use this to do something when XHR fails, or you need to specify ajax options (e.g. cache: true) on the fly.
After evaluating few samples the most suitable calls would be used that suits the Tuscany architecture and modularity.
...
- User Configuration Option : User configures the application to use a specific javascript framework supported by jQuery.
- JavaScript Support File Generation : After looking up the configuration the respective javascript code generator will be invoked and generate the required files.
- Application access services via JavaScript : The running application will have the javascript support files generated automatically and before the application starts. And the tuscany framework will handle all the necessary jsonrpc service calls made by from the user's html pages.
3. Timeline
Week | Dates | Work to be done |
Week 0 | July 20th to August 2nd | Familiaring with overall Tuscany architecture and specifically with widget implementation. Discussing and prototyping implementation aspects. |
Week 1,2, | August 5th to August 25th | Implementation a of javascript code generator for jquery. |
Week 3,4 | August 26th to September 13th | Implement the the configuration option that the user can use to specify which js framework to use. |
Week 6 | September 6th to September 13th | Do the documentation for code till date |
Week 7,8 | September 16th to September 30th | Implement integration test. |
Week 9,10 | September 30th to October 14th | Open for comments for improvements from mentor and community. |
Week 11 | October 14th to October 21st | Extra Week for catching up in case of delays. Code review. |
Week 12 | October 21st to October 28th | Do documentation for code till date |