Written by Emre Sokullu and edited by Richard MacManus

OpenID, RapLeaf, Amazon S3, Amazon EC2, Undisposable. All of these services have one thing in common - they make web development more granular. By granular, we mean they are making web development componentized and outsourceable. So as a web developer, you can outsource things like authentication, email check or trust system. This brings 2 main advantages:
Below, we take a closer look at the major granular service providers so that you'll better understand the concept and its advantages:
OpenID, as we mentioned in a previous article, is a distributed authentication mechanism. It allows you to outsource your whole authentication system to this distributed platform. This results in 2 things:
Sounds like a good deal, no? But the numbers are not supporting this goal. Even though OpenID is a widely covered topic in blogosphere, and is backed by big companies like VeriSign and SixApart and has many fans and the open source community behind, the adoption and usage rates have remained low.
In the same way, RapLeaf provides a distributed trust system for your site. What made eBay so successful was the trust system it brought into the online auction arena. Similarly, many other ventures need trust systems to make transactions between their visitors more secure. And making your trust portable across all these sites is a very bright idea - which is yet another advantage of power of masses in granular web.
In the same way, outsourcing this system to a 3rd party can result in decreased development time and costs. Although the advantages are obvious, I called the founder Auren Hoffman last week and tried to learn more. He gave me 2 success examples: SwapThing.com and PetLovers.com. That same night, I had the chance to meet the SwapThing developers in the Stirr event. They said the biggest advantage of RapLeaf for them is the portability of the trust system. This is very understandable for a newly founded site - which wants to stand on the shoulders of other similar startups. Nevertheless, the usage rate of RapLeaf still seems to be low.
Amazon S3 is all about distributed storage. S3 saves you from the hassles and big costs of buying and maintaining storage hardware for your site's needs. YouOS is one example that secures its data on scalable Amazon S3 servers. You can see if a web site is using S3 or not by keeping track of your status bar while a page loads; S3 powered sites will frequently fetch data from http://aws.amazon.com address. R/WW's MyBlogLog for example uses S3.
Even though the advantages are so obvious and the company that offers it is the well trusted Amazon, my personal experience tells me that S3 usage is not very large either yet.
Similarly to S3, EC2 (Electronic Cloud 2) is Amazon's distributed computing power system. Considering the fact that it's still a beta service and its implementation is not that easy, the low usage is understandable. But when it gets ready, Amazon EC2 will become a compelling service that ends all the hassles of maintaining clusters and scalable services.
Undisposable.org allows you to outsource email validation against disposable email addressing (e.g. 10minutemail.com, mailinator.com) and fake accounts spread from the likes of bugmenot.com. Needless to say, the usage rates are very low.
Now it's time to answer the big question, why are these granular services not being used as much as they could/should? In my opinion, there are several reasons:
We may have portrayed the granularity of web 2.0 "a little" dark. But in our opinion, granularity may leap (should we call it web 5.0 after this and this?) after it solves the aforementioned problems and creates some trust in developers. One possible solution would be to clearly state the conditions and availability of these services from the homepage. Maybe a Creative Commons style licensing organization may need to arise to support this. Also clearly state that data will always be open for import/export.
Amazon is working hard on the granular web with their new AWS services and the seminars they organize. They seem to be the flagship in spreading the Granularity trend. Please let us know of other web services that may be categorized as Granular.