AWS News Blog
Category: Developer Tools
Precious – Ruby, Gems and AWS
Ruby got a new face-lift with the new Rails framework. I was always fascinated with the Ruby language. 25 lines of Java code gets shrunk to 4 lines of equivalent Ruby code plus its more readable. And with Rails, it gets a new kick. It is always impressive to hear people say “I am a […]
All new and improved S3Fox Organizer for Amazon S3
Earlier today Jeff barr told me that he uploaded all his photos to amazon S3 using S3Fox Organizer. S3Fox Organizer, developed by Rahul Jonna, is a firefox extension for managing your objects in Amazon S3. We had blogged about it earlier. Motivated by the number of hits he received, Rahul released a new version (v0.3) […]
My First Post and thoughts about standards-based world
Hiya, I am Jinesh Varia! This is my first blog post on the AWS blog. Its so cool to be an evangelist, travel around, talk about what cool things people are building and most importantly talk about what cool things YOU can build. Nowadays, Anything and everything that has a high “coolness-factor” gets immediate attention […]
Using SOAPSonar to Provision Amazon Elastic Compute Cloud
Mamoon Yunus, author of the SOA Testing Blog and advisor to Crosscheck Networks sent me a link to an interesting and relevant How-To document. Using SOAPSonar to Provision Amazon Elastic Compute Cloud covers downloading and installation of a free trial version of Crosscheck’s SOAPSonar product and then shows the steps needed to load the X.509 […]
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 […]