June 27, 2005 9:01 PM PDT
Microsoft gets hip to Ajax
- Related Stories
-
Microsoft and Adobe to square off?
June 20, 2005 -
Microsoft's road map for Longhorn tools
June 8, 2005 -
Will Ajax help Google clean up?
March 17, 2005 -
David vs. Goliath vs. Goliath
November 18, 2004
The company is building software, code-named Atlas, that provides developers with tools designed to ease creation of Ajax-style applications. An early version of the software will be made available to developers at the company's Professional Developers Conference in Los Angeles in September.
Though it's a relatively new term, Ajax describes a set of Web technologies invented and standardized during the past eight years. Those include JavaScript, dynamic HTML and a feature called XmlHttp which reduces the need for Web clients to reconnect to a Web server every time information is downloaded.
A growing number of proponents argue that applications created with Ajax perform better than today's Web browser-based applications.
Microsoft's Atlas is a "Web client framework" designed to make the job of building Ajax-style applications simpler, said Charles Fitzgerald, the company's general manager for platform technologies.
"People who do (Ajax development) are rocket scientists," Fitzgerald said. "In some ways, this papers over the mess that is JavaScript development. It's easy-to-build 'spaghetti' code."
Atlas--which is a downloadable piece of JavaScript code--gives developers a more structured environment for building applications, providing time-saving services such as an object model and debugging, he said. It will work across any Web browser that supports Ajax technologies.
Fitzgerald said Atlas is part of a suite of Microsoft technologies for creating so-called rich-client applications, which feature sophisticated user interface design and quicker performance than traditional Web applications.
The company is also investing in development tools to more easily build Office applications that tap into data from back-end applications, such as those from SAP and Siebel.
At the Professional Developers Conference, Microsoft will give more information on front-end development using Avalon, the presentation system and programming model scheduled to arrive with Windows update Longhorn next year, Fitzgerald said.
See more CNET content tagged:
AJAX, development, development tool, Web application, developer
8 comments
Join the conversation! Add your comment (Log in or register)
AJAX applications are not about building Web applications with sophisticated graphics.
AJAX applications are about mimicking desktop application behavior in web applications by breaking the current HTTP request/response cycle prevalent in most web apps.
By harnessing the XMLHttpRequest capabilities of modern web browsers, application designers can create applications that are more responsive and less server load.
Obviously, there is merit in this as Google has been leading the way with implementing the technology in it's Gmail and Google Maps technology. Ever wonder why you can click and drag the map around, seamless zooming with Google maps? That's AJAX technology working.
For those interested in reading more see:
<a class="jive-link-external" href="http://www.adaptivepath.com/publications/essays/archives/000385.php" target="_newWindow">http://www.adaptivepath.com/publications/essays/archives/000385.php</a>
b) AJAX does not "reduce the need for web apps to make HTTP requests". It just reduces the need to refresh the whole page. I mean, DUH, it's called XmlHttpRequest for a friggin' reason. You're still making the requests.
I really wish CNET would hire some people who actually know technology to write these articles.
<a class="jive-link-external" href="http://www.AtlasASP.com" target="_newWindow">http://www.AtlasASP.com</a>