VA Smalltalk version of Cloudfork is ready for use
All the functionality of Cloudfork-AWS is now also available for VA Smalltalk. With Cloudfork-AWS you can access the Amazon S3, SQS and SimpleDB services from a simple to use Smalltalk interface. The code is hosted at VAStGoodies.com, the SourceForge for VA related projects.

All tests are green!
As you can see all tests pass. Porting from one Smalltalk dialect to another is a tedious job, there are a lot of little differences you have to take care of. For example the asSortedCollection is case insensitive in VA Smalltalk and is case sensitive in Squeak/Pharo. Because of this the AWS signatures were calculated wrong in VA. Also the functionality for parsing xml and using http are completely different. We have isolated all this dialect specific stuff in a separate package/application.
For installation instructions and for reporting issues you can use our project page on Google code: http://code.google.com/p/cloudfork/wiki/InstallingForVASmalltalk
Tags: s3, simpledb, sqs, vasmalltalk
You can comment below, or link to this permanent URL from your own site.
March 27, 2009 at 22:26
Thanks for your work, and even more thanks for proving visualage smalltalk is a viable enterprise solution for cutting-edge technologies!