InfoQ Homepage AJAX Content on InfoQ
-
ASP.NET AJAX Beta 1 released today
Today the Microsoft ASP.NET team announced the released of ASP.NET AJAX Beta 1. There are many changes from the previously released builds and announced support for the Safari web browser. An exciting additional note is promised support for a source modification license.
-
The State of Accessibility with Ajax
One of the items of concern as a result of the Ajax revolution is accessibility. Screen reading technology has found it difficult to keep pace with advancements in application design. Access Matters has published a roundup of articles to serve as a starting point for further discussions on accessibility in Ajax applications.
-
Backbase Releases Struts Edition
Backbase, a provider of AJAX-based Rich Internet Application (RIA) software, has released Backbase AJAX Struts Edition. The company hopes to extend the life of existing Struts based applications by enabling the addition of AJAX features.
-
A Status Update on the OpenAjax Alliance
Coach Wei, CTO of Nexaweb, has written a status update on the OpenAjax Alliance and the challenges he see that exist for Ajax Adoption. He sees the biggest hurdle to Ajax being confusion as a result of numerous Ajax architectures. He also lists several technical issues that he feels the alliance should address such as toolkit loading, name collision, and event interaction between Ajax toolkits.
-
Prototype the most popular Ajax framework across Java, .NET, & Rails communities
According to recently released survey results from Ajaxian.com, prototype is the most popular ajax framework in use, by a large margin, followed by Scriptaculous (which is built on prototype). Java-based Dojo and DWR came in 3rd . Backend platforms were also surveyed, with PHP the most used for Ajax, followed by Java, .NET, and Rails.
-
Instantiations Adds Google Web Toolkit Support with GWT Designer
GWT has become the new favorite technology of tools providers. Instantiations, makers of visual design tools for SWT and Swing, has now added GWT support with the GWT designer.
-
Atlas: Full Support and a New Version on the Horizon
Microsoft expects to release version 1.0 of Atlas by year's end with full 24/7 support. "It also means that the product has a committed servicing product lifetime of 10 years - which provides companies with the ability to depend on it for mission critical applications."
-
G4jsf - Integrating GWT and JSF
JavaServer Faces provides a general framework for web applications. Google's GWT toolkit also provides structure for web applications on both the client and server tiers. A new article on TheServerSide highlighting the G4jsf project shows how the technologies can be complementary instead of competitive.
-
Towards the Optimal Javascript Inheritance Technique
Lead developer of the ThinWire Java-based RIA framework Joshua Gertzen has written an article going over existing approaches to implementing OO inheritance in Javascript and presents the solution they ended up using on their product.
-
InfoQ Article: Why Would a .NET Programmer Learn Ruby on Rails?
.NET developer Stephen Chu gives us some insight into his transition to Ruby on Rails programming. Quote: "By being loyal to one technology stack, I am bound to unconsciously make biased decisions, which will ultimately hinder my ability to deliver business value."
-
Interview: Google's Bruce Johnson on the new GWT 1.1 Release
Version 1.1 of the Google Web Toolkit has just been released. New features include localization support, RPC optimizations, and JUnit enhancements. InfoQ sat down with GWT Tech Lead Bruce Johnson to discuss the new release.
-
Opinion: Flex can transform the user experience on the web
Adobe's Christophe Coenraets, recently blogged on how Flex can transform the user experience on the web. The Flex SDK was recently made free, and combined with the ubiquity of the Flash VM, Flex could have a potential to be the platform of choice for ajax-style rich web development. Christophe stressed a number of features that are not unique by themselves yet valuable when used together.
-
New Atlas Control Toolkit Released
Microsoft has released a new version of the Atlas Control Toolkit with 5 new controls: DynamicPopulate populates an element with HTML content from the server, FilteredTextBox prevents unwanted characters from being entered, PagingBulletedList adds paging to a bulleted list, PasswordStrength provides feedback about password strength as entered, and Rating displays a "4 out of 5 stars" interface.
-
An Open Source Ajax Shootout
InfoWorld columnist Peter Wayner recently reviewed six of the most popular open source Ajax toolkits. He was curious if they were enterprise ready in comparison to commercial products such Backbase, JackBe, and Tibco's General Interface. The six open source projects covered were selected because each has a high-profile in the developer community and support of one or more stable organizations.
-
Revisiting the Need for Asynchronous Servlets
As we transition from a page based view of web application development to an Ajax style data based new server programming needs emerge. Gregg Wilkins, lead developer on the Jetty web container, has been examining the need for an Asynchronous Servlet API in a series of blog posts. This review has resulted in Gregg concluding that continuations are the best solution at the present time.