Why is Atlas Taking So Long? It’s the UpdatePanel!

Just stumbled across this article on Yahoo! News. It’s entitled “Microsoft AJAX framework forges ahead in spite of difficulties”. A quote:

San Francisco (InfoWorld) - BOSTON - Microsoft's planned Atlas framework for AJAX (Asynchronous JavaScript and XML) faces difficulty with its development, but promises to be a top-notch offering for the trendy Web scripting technique, a moderator of a TechEd 2006 session said on Wednesday.

One particular feature, Update Panel, is beset with reliability issues, according to moderator Jeff Prosise, co-founder of Microsoft partner Wintellect, a .Net consulting firm. UpdatePanel is an Atlas control that makes it easy to do incremental page refreshes.

Some tough decisions will need to be made pertaining to changes to UpdatePanel, said Prosise, who has been made privy to Atlas development at Microsoft. He declined to be more specific about these decisions, except to say that UpdatePanel will definitely be included in Atlas and that programmers are working on the issue.

"There's some very smart people trying to get that thing to work right now," Prosise said.

"[UpdatePanel is] an incredible piece of code but it doesn't always work. It'll work most of the time," said Prosise. UpdatePanel is not as efficient as hand-coding, but hand-coding takes much longer to do, he said.

I know that from my own personal experience, UpdatePanel can be a royal pain in the butt. I think primarily because it is badly named. People use Panel controls all the time to act as placeholders and what not. I know the Atlas team keeps getting upset because people don’t use the UpdatePanel properly, and I think that is the main reason. UpdateRegion might have been slightly more appropriate.

Then again, I suggested a while back that UpdatePanel should be changed to derive from System.Web.UI.WebControls.Panel, or it should be moved into an Atlas control extender. While I don’t know the technical ramifications of refactoring the control into an Atlas extender, it might be a more versatile approach.

I still think that too many people get hung up on the control aspects of “Atlas”, when it’s really the xml-script that makes it so powerful. It’s only a matter of time before they add a serious design-time experience to client-side web service consumption and complex databinding.

At the end of the day though, it’s still just a browser. I think that WPF (once they nail down the design time experience, which they definitely have not yet) will be the presentation platform with the most promise. At any rate, hopefully the Atlas team will drop another build on the world here pretty soon.

No Comments