According to these urls "maintaining security in ajax applications is a tedious task" which bothers developers who is conducting the transition.
"Tedious"? That seems a curious attitude. It is a crucial task for all web apps, and the frequent use of XMLHttpRequest (which underlies AJAX) increases the HTTP surface of a web app, adding some new attack vectors. You may wish to work through a book like
Ajax Security to learn more about that.