Not to be left out of any development trends, Microsoft is working to simplify the job of building so-called Ajax applications, or Web applications with sophisticated graphics.
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.
Developers can use the Atlas software through Microsoft's Visual Studio 2005 development tools and the Web development framework ASP.Net 2.0, both of which are expected to ship in November.
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.
"Not to be left out of any development trends, Microsoft is working to simplify the job of building so-called AJAX applications, or Web applications with sophisticated graphics."
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.
Can CNET report a story without getting things wrong?
a) AJAX has nothing to do with "rich graphics". 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.
Another ironic headline of "Microsoft gets hip to Ajax"! Umm..Microsoft developers created the XmlHttpRequest back in 1998 to create a rich web-version of Outlook...now the web version of Outlook 2003. Now that google developers have started using it, and another company has coined the technology phrase of "Ajax" for it, technology editors have once again misrepresented what's really going on.
Ajax is showing real results for real companies. It's so much more than graphics - it's about improving the info flow as people use apps. Have a look at the projector selector at <a class="jive-link-external" href="http://www.projectorpoint.co.uk" target="_newWindow">http://www.projectorpoint.co.uk</a> or http:maps.google.co.uk - both apps have turned a tedious task into the a great way to filter and present information
People percieve AJAX as complicated, and I think this has alot to do with the marketing behind the acronym. It's missleading and I wish AdaptavePath never coined the term.
Chinese authorities have reportedly taken iPads from a third-party retailer, a move apparently brought on by Apple's continued refusal to honor a trademark for the iPad name owned by a Chinese manufacturer.
NY professor believes that a word-based algorithm can help bring together those who believe, with one glimpse, that they have found and lost the love of their lives.
After a higher-than-expected fourth quarter, the video subscription service unburdens itself of a pending yearlong class action suit and settles for $9 million.
Along with green-lighting Google's buy of Motorola, the Justice Department today OKs an Apple-Microsoft-RIM partnership deal to buy Nortel patents, and Apple's plan to acquire Novell patents.
Chamtech's spray-on antenna uses a nano material to provide a low-power boost to antenna range. The wireless-in-a-can product may some day bring an end to unsightly cell towers.
This week, we pass around Sony's new PlayStation Vita for some hands-on testing, check out HP's newest Beats Audio laptop, and debate the best and worst Valentine's Day gadget gifts.
EnerG2 opens a plant to make an engineered carbon that will improve performance of energy storage devices and make storage for start-stop hybrid cars less expensive.
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>