InfoQ

News

Volta - the future of web development on .NET?

Posted by Udi Dahan on Dec 10, 2007 02:15 AM

Community
.NET
Topics
Web Frameworks,
Announcements
Tags
Refactoring

Microsoft Live Labs has released Volta - a technology preview of a developer toolset that will enable developers to build multi-tier web applications faster. Announced under the slogan "Web application development using only the materials in the room", Volta allows developers to target either web browsers or the desktop by handling tier-splitting under the covers.

While some have decried the black magic occurring behind the scenes, other quote Martin Fowler's First Law of Distributed Object Design:

Don't distribute your objects!

Indeed, enough has been written on the dangers of careless distribution. Dan Creswell, however, adds context to the above law which appears to bring Volta back into harmony with the distributed systems community:

Network round-trips are often considerably less costly than the time taken for a transactional database operation due to the need to forcibly log transactional operations which is very costly in terms of disk performance. i.e. network round-trips aren't always the performance bottleneck.

Microsoft explains their reasoning for releasing Volta as an "experiment" as:

[To allow] for testing of the model with customers and partners in order to gather early feedback and continually influence the direction of Live Labs technologies and concepts.

Yet this experiment comes with deep considerations around tiered deployment:

Volta automates certain low-level aspects of distributing applications across multiple tiers, allowing programmers to devote their creative energy to the distinguishing features of their applications.

Via declarative tier splitting, Volta lets developers postpone irreversible design decisions until the last responsible moment, making it faster and cheaper to change the architecture to accommodate evolving needs.

Through MSIL rewriting, Volta follows developer's declarations to turn a single-tiered application into a multi-tiered application, generating boilerplate code for communication and serialization.

Finally, the team from Live Labs is making the issues and limitations of Volta be known up front - information critical for any architect to know before employing it in a development effort:

  • The JavaScript output of the Volta compiler is not fully optimized.
  • The Volta libraries don't support multi-threading.
  • The serialization between the two tiers is not very fast.

Although not part of any technology roadmap, the impact of this vision on the future of web development on the .NET platform should not be dismissed. For more information on Volta, take a look at this video available on Channel 9: Erik Meijer: Volta - Wrapping the Cloud with .NET part 1 and part 2.

2 comments

Reply

Volta premise is problematic by Arnon Rotem-Gal-Oz Posted Dec 10, 2007 9:57 AM
Insane by Jonathan Allen Posted Dec 10, 2007 11:28 AM
  1. Back to top

    Volta premise is problematic

    Dec 10, 2007 9:57 AM by Arnon Rotem-Gal-Oz

    arbitrarily moving the distribution border and disregarding the fallacies of distributed computing by trying to treat the network as transparent are recipes for failure. I explained this further on my blog

  2. Back to top

    Insane

    Dec 10, 2007 11:28 AM by Jonathan Allen

    This is just insane. It would be really cool if it works, but every fiber in my being is saying this cannot end well.

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.