Industry


Ads by TechWords

See your link here


Martin MC Brown's picture
Martin MC Brown

Computing From the Front Lines

Jungle Disk - great SOA demonstration, great potential

I recently came across Jungle Disk.

They use the Amazon S3 storage system to provide you with a secure way to store files over the Internet, using Amazon for the storage and their software as the interface between your machine and Amazon. Primarily this is practical for use in a backup situation, and there are a number of benefits to this approach; for one, your backup is kept securely off site, and the data is encrypted too.

The cost is low too - 15 cents/Gigabyte, which compares favourably to similar services, like GoDaddy and Apple's iTools/Mac.com service. Ironically for the latter, because Jungle Disk appears as a local disk, you can use the Mac Backup application to store your files on the remote Amazon system.

This is an amazing demonstration of the power of the Amazon system, but better still, it is an impressive demonstration of the power of Service Oriented Architectures (SOA).

What People Are Saying

Bernd - I think the SOA in

Bernd - I think the SOA in this solution is not Jungle Disk itself, but the S3 service. S3 provides a flexible, generic service at commodity pricing through a web services interface.
Jungle Disk (and many other users) make use of that service and add value for consumers. Amazon themselves uses the S3 service for their own site, and it is essentially a public extension of their own SOA.

This has absoluteley nothing

This has absoluteley nothing to do with SOA. There is no business service involved (it is a technical service).

This is not even SaaS or anything. It is a simple client/server application. It is not even a new Idea, backup software which accesses hosted (webdav) drives is nothing new.

(I still think it is a neat solution, it is just not SOA. SOA is an architecture, not a web service implementation).