AJAX Web Application Design
Posted
by Colonel Sponsz
on Stack Overflow
See other posts from Stack Overflow
or by Colonel Sponsz
Published on 2010-04-01T10:29:05Z
Indexed on
2010/04/01
10:33 UTC
Read the original article
Hit count: 501
I'm working on a personal project to build a small web app that is built using AJAX requests and talks to a RESTful API rather than traditional HTML pages and form submissions.
Are there any online articles or tutorials or any books that people could recommend that cover design patterns for this kind of thing?
© Stack Overflow or respective owner