Category Archives: AJAX

IBM Rational EGL : Simplified Web 2.0 development

Web 2.0 and RIA provide next generation of web applications. These applications have following properties-

Capabilities of a desktop application with manageibility of web applications
mash related data from different sources
Focus on client side processing
Simple but powerful interfaces
Collaborative

Why it is difficult to develop web 2.0 application?

Complex technologies involved like SOAP, JSON, Javascript, Ajax etc.
Most tools and solutions [...]

Also posted in WEB 2.0, javascript | Tagged , , | Leave a comment

Enable bookmarking and back button in ajax applications

One of the problems when using AJAX in an application is that we cannot bookmark pages and we cannot use browser’s back button. I have developed lot of application based on Ajax and faced this problem myself.
This problem exists even in Gmail , Google Maps etc.
I cameĀ  across a solution which can solve bookmarking and [...]

Also posted in Uncategorized, WEB 2.0, javascript | Tagged , , , | Leave a comment