| Ajax Testing Tool Trouble | | Although nearly after three years since Ajax became the byword for the next stage in web and applications development, developers are still haunted by the fact that there are actually few testing tools developed that could handle the particular type of development technique. Developers could of course choose to manually inspect the application but considering the time and resources spent in checking a single application, it is always a better practice to purchase a license for a test
|
| Implement JSP for Ajax | | In previous blogs, we talked about JSP (JavaServer Pages) as tags that could be easily integrated with Ajax. As JSP has the capacity to process XML, this lightweight function could easily be associated with a Java-enabled framework. This technique will help developers easily build an Ajax based application using their knowledge in Java and not write anything in JavaScript. When JSP was launched, some of its tags could be easily integrated to the present framework
|
| Seam and Spring Web Flow: Better Ajax with Java | | Java developers are now more comfortable in developing Ajax based application. Even without writing a single line of JavaScript, an Ajax based application is possible with Java developer. Although it requires advanced knowledge of Java technology to enable Java in Ajax, the fact that Java is possible opens doors to the developers who has concentrated in Java. They do not need to learn a brand new language just to go with the most popular development technique. What made this
|
| Enabling Client-Side Cache | | A regular website could easily cache the page’s information. The whole webpage is saved in the temporary folder so that it could be accessed faster the next time user visits the particular page. Unfortunately, this concept is only applied to HTML and other websites where the whole webpage is refreshed whenever something new is added. Ajax on the other hand, refreshes only part of the page so the natural caching behavior is not applied as it does not detect any general changes
|
| Ajax F1 | | Ajax F1 is a website dedicated to AJAX development. You can find Ajax tutorials and scripts on the portal.
|