Enhancement #64
AJAX Support
| Status: | Closed | Start date: | 04/05/2010 | |
|---|---|---|---|---|
| Priority: | Alto | Due date: | 04/06/2010 | |
| Assignee: | % Done: | 0% |
||
| Category: | - | Spent time: | - | |
| Target version: | - | Estimated time: | 8.00 hours |
Description
Implement all the basic functionality for AJAX Applications.
Being more precise, what we need is a way to call specific module for a given page alone and a template that can call the method correctly.
History
Updated by Marcelo Coraça de Freitas over 1 year ago
Marcelo Coraça de Freitas wrote:
Implement all the basic functionality for AJAX Applications.
Being more precise, what we need is a way to call specific module for a given page alone and a template that can call the method correctly.
after we implement stateful modules in the framework we can do that. Not before.
The approach I intend to follow is to have a given procedure in the modules. The response will be or an object representing a json or a DOM node.
Both approaches will make the response safe. Also, the input should be form data (really easy to implement on both server and client sides).
Updated by Marcelo Coraça de Freitas over 1 year ago
It's worth mentioning there is now the KOW_Lib.JSon package which will make this task a lot easier to accomplish
Updated by Marcelo Coraça de Freitas 12 months ago
- Status changed from New to Fixed
The basic structure for AJAX (using json) calls is ready and in use already.
still gotta work more on the javascript side, but it's working really well and also includes exception dispatching to the JavaScript library. :)
Updated by Marcelo Coraça de Freitas 12 months ago
- Status changed from Fixed to Closed