background preloader

Ajax

Facebook Twitter

Mythicflow's ajax Bookmarks on Delicious.

Frameworks & libraries

DeveloperWorks : Web development : Technical library view. Create your own information space with Ajax and del.icio.us. Comet: A New Approach to Ajax Applications. Saturday, March 4th, 2006 <p>Alex Russell has coined a term for a flavour of Ajax that’s been getting more attention of late. Comet describes applications where the server keeps pushing – or streaming – data to the client, instead of having the browser keep polling the server for fresh content. Alex identifies several buzzworthy examples: Comet uses a modified form of the canonical Ajax architecture: As is illustrated above, Comet applications can deliver data to the client at any time, not only in response to user input. Like Ajax, Comet’s a pattern that’s been around for a while, but Alex felt there was no suitable name for it, to help describe the problems and solutions growing around it: “(I)n the spirit of improved communication (and not technology invention), I’m proposing a new name for this stuff” The article explains why Comet is better for users (responsive) and how it can scale.

Remember the Push vision? AJAX Activity Indicators. Endless Pageless: Keep scrolling for more content. Build an RSS Feed Reader using Ajax and PHP. Don’t Waste Time” with Graphical Ajax Solutions. Fjax: Switching the A to F means what? Ajax -- Free Computer Books, Tutorials, and Lecture Notes ( - AJAX. 50 Ajax Reference Websites from Around the World. AjaxLaunch.com - Ajax Applications for Everyone. Log4Ajax. Log4Ajax - Log4Ajax. Web 2.0 Technologies: JSLog - a Lightweight Ajax logger. Main Page - Ajax Patterns. Ajax using XMLHttpRequest and Struts. Sprinkle Some AJAX Magic in Your Struts Web Application. AJAX is the latest revolution in web development circles, allowing rich dynamic interfaces deployed within a normal web browser. Struts has been one of the de facto standards for Java-Web development for a number of years, with a large number of applications already deployed. This article will show you how to combine the richness of an AJAX user interface with your existing Struts applications.

This article shows a simple and elegant way to do this by including a couple of lines of JavaScript on your JavaServer Pages (JSPs). While we show how to reuse existing Struts actions, the techniques are equally applicable to the Java-Web framework of your choice. The method proposed will also allow a move to the next version of Struts (Shale) or JavaServer Faces (JSF) in the future.

What is AJAX? AJAX stands for "Asynchronous JavaScript and XML. " Life Before AJAX Most current Struts applications follow the standard "web page as a flat document" structure. Using AJAX in Your Struts Application. Security and AJAX @ AJAXWORLD MAGAZINE.