XMLHttpRequest Framework
Status: Beta
Brought to you by:
johnbriggs
In the next version, we need a message bus for Ajax requests.
There needs to be several things:
a) a core JS library to allow for high code re-use by Ajax clients
b) a controller to arbitrate requests to the correct services
c) an authorization scheme to prevent rogue Ajax calls
With this framework, it will be a simple matter to write new Ajax
clients and integrate them properly with the existing back end.
More thoughts will be required to implement this feature set.
Logged In: YES
user_id=1293578
Iv had alot of work with many AJAX frameworks over the last
year or so, and really like CPAINT, which is GPL, aswell as
JPSpan, which is PHP License tho. CPAINT is easy to use, and
allows for it to be used in many ways.