InfoQ Homepage AJAX Content on InfoQ
-
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.
-
Tibco Announces Sponsorship of DWR
TIBCO Software, Inc. which open sourced their General Interface Ajax Toolkit last year, has announced that they will be sponsoring Joe Walker's development of the popular DWR Java library for writing Ajax applications.
-
GWT Roundup - Johnson Discusses Open Sourcing, Blum Reveals Details of Java Compilation
InfoQ recently caught up with GWT's Bruce Johnson to discuss the full open sourcing of the product. In other GWT news Artima's Frank Sommers interviewed Google Engineer Scott Blum this week on GWT's compilation of Java code to Javascript.
-
Industry Prognosticators Look Towards 2007
Sys-Con, publishers of Java Developers Journal, recently polled a number of industry leaders on their thoughts for the software industry going into 2007.
-
ASP.NET AJAX Has Hit Release Candidate 1
ASP.NET AJAX, formally know as the Atlas project, was envisioned as a well to build AJAX applications in an ASP.NET style. Among other things, that means using drag and drop controls instead of hand-coded JavaScript for most use cases. What makes ASP.NET AJAX particularly interesting is the shared-source control library.
-
Ajax Framework Comparison Tools article
A new article on BEA's Dev2Dev site provides a way to sort through the numerous Ajax frameworks that are available today. The goal of the technique is to make it easier to understand the distinctions between the various frameworks by placing them on a set of axes including declarative versus procedural and client-centric versus server-centric.
-
Google GWT Toolkit and Development Process Become Fully Open Source
Today Google fully open sourced their GWT toolkit under the Apache 2.0 license. The development process of the toolkit going forward will also be open including development discussions, code reviews, future milestones, and the entire codebase.
-
DWR 2.0 Release Candidate 1 now available
DWR 2.0 RC1 was released today by Joe Walker, featuring a JavaScript Proxy API, Reverse Ajax, and Security enhancements. DWR, billed as "Easy Ajax for Java", is a library that allows for quick development of Ajax applications by exposing methods on Java objects to the client.
-
ICEFaces Ajax/JSF Framework Open Sourced Under MPL
ICEsoft Technologies, Inc. has announced that their ICEFaces Ajax Development Platform is now available under the Mozilla Public License. This release also includes tighter IDE integration and enhanced JBoss Seam support.
-
Easy Auto-completion with ASP.NET and AJAX
There is no doubt that AJAX is the future of web development. But can it be made easy enough for the average web developer. Brad Abrams demonstrates that is can.
-
Dojo Gains Charting Engine
Today, Greenplum and SitePen announced the contribution of the new Charting engine to the Dojo Toolkit. The Charting engine is a cross-browser way of creating very complex charts easily, that can be updated on a regular basis.
-
moo.fx 2.0 released with Fx.Style while Animator.js avoids inheritance
moo.fx 2.0 has been released featuring new effects to modify any CSS property, the color properties of elements, and to internally scroll long divs. An interesting alternative not using inheritance but providing similar functionality is the Animator.js library. moo.fx and Animator.js are JavaScript effects frameworks designed for speed, robustness, and small size.
-
Google's Bruce Johnson on GWT 1.2 RC Including OS X Development Support
The first release candidate of GWT 1.2 has been announced. Among the changes are full support for OS X development, faster hosted mode, a new HTTP request module, and widgets in TreeItems. InfoQ sat down with GWT tech lead Bruce Johnson to discuss the release.
-
Alex Russell on Dojo 0.4
The Dojo Foundation just released version 0.4 of their JavaScript toolkit with key improvements of accessibility, a 2D vector graphics API, improved internationalization support, and inline API documentation. InfoQ sat with Alex Russell, project lead of the Dojo Toolkit to discuss the new release.
-
Spam Prevention without CAPTCHA Images
The ASP.NET AJAX Control Toolkit offers a control that reduces spam on web logs and forums without requiring users to enter a CAPTCHA.