InfoQ Homepage AJAX Content on InfoQ
-
Will The iPhone Be The Tipping Point For Mobile Ajax?
Ajax has largely been a desktop browser focused technology during its initial wave of interest. Apple's iPhone however may be the key to Ajax becoming a mobile "standard" as well.
-
Presentation: Building Real World Apps with ASP.NET AJAX
Wally McClure gave a great presentation at the latest devLink conference on ASP.NET AJAX. ASP.NET AJAX is a development technology from Microsoft which integrates cross-browser client script libraries with the ASP.NET 2.0 development framework.
-
Google Gears: Industry Reactions The Day After
As part of their developer days activities this week Google announced a new offline web application API Google Gears.
-
Presentation: Using Google GWT
The Google Web Toolkit (GWT) is a Java-centric framework for creating AJAX applications. GWT cross-compiles Java source into JavaScript, allowing Java developers to use their existing Java skills and tools to create AJAX apps. GWT lead Bruce Johnson intros GWT including high-performance AJAX, internationalization, and integration with existing web app.
-
ASP.NET Futures to Include Support for Ruby?
The Microsoft website ASP.NET has released the May 2007 edition of ASP.NET Futures. This release demonstrates potential features for post-Orcas versions of ASP.NET including Sivlerlight controls and dynamic language support.
-
Picking an Ajax Framework
Dr. Dobbs is currently featuring a case study of the Ajax framework selection process of a development team at T. Rowe Price. The article considers GWT, Dojo, Prototype/Scriptaculous, and Yahoo UI Library.
-
DWR 2.0 Adds Reverse Ajax, Script Scope, and Annotation Support
The DWR team has released version 2.0. Major feature additions include support for reverse Ajax allowing server state to be pushed to browser and Java 5 annotations.
-
Extended Rails Scaffolding with ActiveScaffold
Scaffolding is a powerful Rails feature which will generate interfaces to interact with your data-model directly. It can either be used as starting-point or administrative backend tool. But the default Rails scaffold ignores relation between models. ActiveScaffold fulfills this and comes with pretty dynamic Ajax UIs.
-
Presentation: Ajax Development with ASP.NET
ASP.NET lead architect Nikhil Lothari demonstrates the out-of-box features in ASP.NET Ajax can be used to enrich Web apps with Ajax functionality and incorporate various Ajax patterns in a simple manner; he also demonstrates more powerful usage of the script framework, best practices and design patterns for incorporating and encapsulating script functionality.
-
Is XML the Future of UI Development?
Or is it JavaScript? A common trend in the new crop of desktop UI frameworks is that they are XML based with some sort of support for JavaScript. We take a brief look at AJAX, WPF/XAML, Flex/MXML, and Firefox’s Gran Paradiso.
-
Five Common Ajax Anti-Patterns
Jack Herrington has written about common pitfalls in Ajax code, calling out five specific problems he sees often enough to consider anti-patterns: Polling on a timer when you don't need to, not inspecting the return results in the callback, passing complex XML when HTML would be better, and more.
-
Choosing an Ajax Framework
Sebastian Just has written about how to select an Ajax framework. He lists a number of questions that architects should answer in helping them narrow down the list of available frameworks, including community and corporate support, learning curve, and whether it fits the type of user the site has.
-
OpenLaszlo 4.0 Released with Flash and DHTML/Ajax Support
Laszlo Systems has announced the release of OpenLaslzo 4.0. OpenLaszlo is an open source RIA platform that allows developers to compile and target their applications to either an Ajax or Flash runtime.
-
Dojo Offline demo released with API
Brad Neuberg has released a screencast of a web-based word processor running on Dojo Offline. At the same time, the Javascript API is being released and is ready for evaluation.
-
Article: Rich Office Client Applications
There is a client platform that's already present on nearly every user's desktop, one which provides an amazing amount of power and flexibility in its user interface options, and provides a familiar user-interactive style that undergoes intensive study with every release. Ted Neward introduces the Microsoft Office platform as a rich client technology with examples of Excel - Java integration.