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.
The search giant is considering selling its merchandise in a retail store at its European headquarters. Plans have been approved, but the company hasn't made a decision yet.
Members from Change.org deliver a quarter of a million signatures to Apple's Manhattan flagship store in Grand Central Terminal on a petition calling for an ethical iPhone 5. It was part of the delivery of signatures to stores around the world.
Now due on February 29, the new Windows 8 Consumer Preview will offer several built-in Metro apps, including Music, Video, Mail, Messaging, and SkyDrive.
After large numbers of longtime 'Burners' failed to get tickets during the event's recent selection process, many claimed organizers had failed to adopt a sensible system. Now, those organizers are trying to calm community anger.
Creating a tiny version of a coaxial cable, researchers at the University of California at San Diego create smallest laser to date, an advance that could lead to optical computer chips or high-resolution displays.
Star Wars Episode I 3D comes out on Friday, but CNET UK's Jason Jenkins got an advanced screening of the flick. Should you spend your hard-earned money to go see it? Read on to find out.
SolarReserve hits a milestone on a 110-megawatt solar power plant that will have between 10 and 15 hours of energy storage in tanks of molten salt for supplying Nevada.
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>