With the CloudforkSSO library you can let the users of your Seaside web application login using their Google or Yahoo accounts. This works using the OpenID2 protocol. CloudforkSSO also contains OAuth support. With this protocol you can ask users for permission to access their data on other websites. Some providers that you can integrate with: [...]
Posted tagged ‘smalltalk’
CloudforkSSO – OpenID and OAuth support for Smalltalk
February 15, 2011Amazon AWS Region Endpoints in Europe
June 1, 2010To use the Cloudfork classes for services located in Europe (Ireland), you need to change the serviceUrl property such as: Service URL SimpleDB sdb.eu-west-1.amazonaws.com SQS eu-west-1.queue.amazonaws.com EC2 eu-west-1.ec2.amazonaws.com SNS sns.eu-west-1.amazonaws.com S3 Set Bucket location constraint to EU RDS rds.eu-west-1.amazonaws.com A comprehensive list can be found over at Elastician
Testing Cloudfork AWS SimpleDB based classes
September 20, 2009The Cloudfork framework includes an alternate implementation of CFSimpleBase that stores all items in memory. The CFSimpleDBEmulator was initially created to support the unit testing of the ActiveItem framework. With the exception of some query constructs, it implements the complete api and therefore is suitable for unit testing your own applications as well. | emulator [...]
HTTP Clients for Squeak
May 25, 2009Cloudfork-AWS makes the Amazon Web Services (AWS) S3, SQS and SimpleDB easily accessible from Smalltalk. All the communication between the Smalltalk image and AWS is done via HTTP. So a HTTP Client is an important requirement for Cloudfork-AWS. Cloudfork-AWS needs more than just handling simple HTTP GET and POST requests, the following features are also [...]
Composition relations in Cloudfork-ActiveItem
April 20, 2009In UML, the composition relation between objects is a special association that is used to model a “private-container” relationship. The typical class-room example is the Car object having 4 Wheel objects. Although you can replace wheels on a car, one particular Wheel object is never shared with other Car objects. In Amazon SimpleDB there is [...]
VisualWorks version of Cloudfork is ready for use
March 28, 2009All the functionality of Cloudfork-AWS is now also available for Cincom VisualWorks 7.6. With Cloudfork-AWS you can access the Amazon S3, SQS and SimpleDB services from a simple to use Smalltalk interface. The code is available on the Cincom Public Repository.