Hi Robert,

Whereas ExtJS seems to be of form:
>
>        userResource = new Resource('http://example.com/users?id=001')
>

ExtJS can send any sort of HTTP request you like - it doesn't really care
how RESTful your URLs are. Like all Ajax toolkits the connectivity portion
of the library is just a glorified wrapper around the browser's XHR object.

Cheers,

Patrick (author of the aforementioned RESTful Web Services article on the
ExtJS wiki)
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to