Description: Frameworks for Ajax has become the gateway for developers who are not proficient in JavaScript to develop Ajax based applications. Frameworks enable developers to build Ajax applications by using little to no JavaScript at all. There are frameworks that cater to developers who are proficient only in certain programming languages. For example, developers who are proficient in Java could consider GWT (Google Web Toolkit) for building an Ajax based application. Developers would simply build an application through Java and GWT will “translate” the coding into JavaScript – eventually building an Ajax based application.