AWS News Blog
Category: Developer Tools
Java.util.Map Implementation for Amazon S3
Tom White dropped me a note to tell me that he had created an implementation of java.util.Map on top of Amazon S3. As Tom notes, “Normally we strive for an implementation that is efficient in terms of speed, however in this case I was very aware of the monetary cost of each method.” Tom took […]
Quick Picks for Friday
I use a handful of web and blog search engines which produce RSS feeds that I monitor to find interesting developments for this blog. Here are a few recent findings: There’s a new version of Ruby/Amazon. Brian Krow is looking at S3 and Jungledisk, and wondering where he left his tape drive. David Aiken is […]
Linked List – XSLT, PowerShell, .Net Sample, Hosting Site on S3
I am back from London and I have some interesting stuff queued up for you. Here goes: Eliotte Harold shows you how to “Debug XSL Stylesheets With xsl:message.” As he says, “Echo printing is one of the oldest ways to debug a thorny problem. Nonetheless, it’s still one of the simplest and quickest ways. When […]
Openfount Queued Server
The Openfount Queued Server looks really interesting. It took me a little while to understand the architecture, but this was time well spent. Basically, this technology interposes a set of processing queues between a web client and a backend server. The queues are apparently implemented using our S3 and SQS services. The client never talks […]
Using AWS and XSLT to create JSON
It is always interesting to see how a developer’s background, experiences, and the contents of their “mental toolkit” come together in unique approaches to problem solving and creative thinking. Here’s an example of what I am talking about. Alan Taylor of Kokogiak.com has been building applications with AWS since the early days, starting out with […]
Anywhere, Anytime Storage and Retrieval with Amazon’s S3
DevX just published a new article, Anywhere, Anytime Storage and Retrieval with Amazon’s S3. The author starts out by noting that “Unofficial testing of the service proves that it is fast enough to support applications requiring near real-time access to data. Further, the service’s pricing makes it a great option for a diverse set of […]
IBiz S3 Integrator
Gent Hito of /N Software sent me some information about their new product, the IBiz S3 Integrator. The S3 integrator (currently in beta testing) provides an easy to use developer interface for accessing Amazon S3, with full access to create, modify, and delete buckets. Includes documentation, help, and a sample S# browser application. Developers will […]
AmazonCommerceService.NET – Free .NET Library for ECS Access
Ed Quinn dropped me a note with information about his newest creation, AmazonCommerceService.NET. AmazonCommerceService.NET is a set of .NET classes. It creates REST requests for ECS and then queues them up, dispatching them to Amazon at the rate of 1 request per second per the license agreement. The results are delivered asychronously as they arrive, […]