AjaxStub is in its initial stages of release so there is still much
work that needs to be done. Listed below in no particular order is
what I would like to include or fix in this package.
- Subclass AjaxStub with an implementation that uses the Prototype API
written by Sam Stephenson http://www.prototypejs.org/. If you
haven't used his toolkit take a look it's pretty cool.
- Flesh out registering public APIs written in a class. AjaxStub can
currently work with APIs in classes, but the methods in them cannot
use different CGI method types yet. This is now partially
implemented, but still needs some work.
- Add the CGI methods PUT and DELETE to the AjaxStub JavaScript class
thus making the API a bit more RESTful (Representational State Transfer).
See http://en.wikipedia.org/wiki/REST.
- I need to write more example code.
Carl J. Nobile
2007-08-02