InfoQ Homepage AJAX Content on InfoQ
-
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.
-
Interview with Ajaxian.com's Dion Almaer
In this interview Ajaxian cofounder Dion Almaer talks about the state of Ajax development today. Among the items he discusses are the history of how Ajax came to be, which frameworks he recommends developers consider, and tooling/debuggins support. Almaer also talks about security and general design considerations that need to be respected when creating Ajax enabled applications.
-
Interview: Walt Ritscher at VSLive
InfoQ sat down with Walt Ritscher at VSLive Toronto to talk about WPF, Web 2.0, and Microsoft code naming conventions. Walt prophecies where he thinks WPF excels and who will build the killer apps in WPF. Included is a quick history on AJAX, where to use it and why it took 7 years to become relevant. Walt also shares his new favorite Windows technology, Windows PowerShell.
-
Visual Studio 2007 Preview
Do you wonder what will be in the next edition of Visual Studio? MSDN's Showtime has a copy of the TechEd presentation on the upcoming "Orcas" release. Highlights include framework multi-targeting, rich CSS support, enhanced JavaScript Intellisense and debugging.
-
ASP.NET AJAX Released: Will AJAX Finally Be Popular On ASP.NET?
According to the annual survey conducted in September by Ajaxian.com, ASP.NET developers lagged behind other AJAX-enabled implementations. With the release of ASP.NET AJAX, that is all set to change.
-
Dion Hinchliffe: Eleven Emerging Ideas for SOA Architects in 2007
"Web 2.0" expert Dion Hinchcliffe elaborates on eleven ideas he considers valuable for SOA architects in 2007, most of them connected to merging Web 2.0 and "classical" SOA concepts.
-
Script.aculo.us, Dojo, GWT, Flex Leads Presenting at QCon
The Ajax & Browser-based applications track at QCon has been defined. Hosted by InfoQ Editor & ClientJava.com's Scott Delap, the full day track will feature presentations from Thomas Fuchs (creator of Script.aculo.us), Alex Russell (co-founder, Dojo Toolkit), Bruce Johnson (Lead, Google Web Toolkit), Christophe Conraets (Lead, Adobe Flex), and Dave Crane (Author, Ajax Patterns).
-
Four Ways to Ajax Enable a Java EE Application
Sun's Developer Network posted a series of four articles late last year on different ways to add Ajax to a Java EE application. Each article covers a different way of adding in Ajax, including do-it-yourself, using Dojo, JSF components, and JSF phase listeners.