InfoQ

News

Atlas: Full Support and a New Version on the Horizon

Posted by Jonathan Allen on Sep 13, 2006 01:53 PM

Community
.NET
Topics
Rich Internet Apps
Tags
Atlas ,
AJAX
Microsoft expects to release version 1.0 of Atlas by year's end with full support. This means that "Microsoft product support services are available 24 hours a day, 7 days a week, 365 days a year and that any customer can obtain hotfixes if they encounter a bug affecting their application. 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" ( Scott Guthrie).

The Atlas project will be divided into three components.

  • The Microsoft AJAX Library is a cross-browser, client-side library. Because this is purely client-side, people are already using it for non-Microsoft platforms like PHP and ColdFusion. Currently it supports FireFox, IE and Safari. Opera compatibility is currently in the works, but it is too soon to say if it will be fully supported.
  • The core of the server-side functionality will be called ASP.NET 2.0 AJAX Extensions.
  • The shared-source controls and components currently found in the Atlas" Control Toolkit will be offered in the ASP.NET AJAX Control Toolkit.
The current CTP of Atlas can be found on the Atlas Downloads page. But if your willing to wait a little while, Shawn Burke claims says they are busy readying a new version. New features include three new controls, integrated profile support, and a customizable animation framework.

No comments

Reply

Exclusive Content

Clojure

Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.

Composite Oriented Programming with Qi4j

We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

Principles and Practices of Lean-Agile Software Development

Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.