InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

AtomPub in the .NET World

Posted by Hartmut Wilms on Aug 22, 2008

Sections
Development,
Enterprise Architecture
Topics
SOA ,
.NET Framework ,
.NET
Tags
AtomPub ,
Atom

With the advent of .NET 3.5 SP1 and Microsoft’s decision to support the Atom Publishing Protocol (AtomPub) for services offered by Microsoft's Live Platform, AtomPub is gaining momentum in the .NET world. In addition BlogSvc.net, an AtomPub server for WCF and .NET, features an implementation of the AtomPub protocol based on a provider model.

BlogSvc.net is an open source project hosted on CodePlex and started by Jarret Vance:

BlogSvc is an open source implementation of the Atom Publishing Protocol. It is built on top of a provider model. There are providers for the file system and databases. The service is compatible with Live Writer.

BlogSvc is written in C# 3.5, uses the new web programming model in WCF, and relies heavily on LINQ and other new language features. BlogSvc can be used with or without IIS.

Since BlogSvc.net has been written before the official release of .NET 3.5 SP1, it provides its own implementation of a syndication object model. As Steve Maine has announced, Microsoft also “added strongly-typed OM for all of the constructs defined in the Atom Publishing Protocol specification (like ServiceDocument and Workspaces) and put them in the System.ServiceModel.Syndication namespace”.

Steve and Scott Hanselman point out that Jarret might profit from the ServiceDocument and Workspace classes, i.e. the syndication object model in System.ServiceModel.Syndication, and “be able to remove most of his "BlogService.Core" project”. Read the details in Scott’s article, which also offers a brief analysis of BlogSvc.net’s code.

In spite of many articles, which partially reduce BlogSvc.net and Syndication/AtomPub support in .NET Framework 3.5 (SP1) to a means of implementing content management systems or blog engines, AtomPub offers a much wider area of application. In an interview, available on InfoQ, Dan Diephouse talks about the benefits of using the Atom Pub and Atom standards for business applications.

  • This article is part of a featured topic series on SOA

No comments

Watch Thread Reply

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.