Think it all the way through guys.. people can pull the latest code from SmartGWT SVN at any time. We would need to maintain a variety of different versions on S3, which also implies removing older versions so the buckets don't grow indefinitely, which would break anyone relying on an older version. Then, the first SmartGWT / GAE app to draw a lot of traffic would force us to dismantle the entire system.
It's not a large effort to create your own S3 account, and you control it so you know it will be there indefinitely. By the time you finish your GAE application you may well have used your S3 account for a number of different purposes beyond loading the core SmartClient runtime.
It's not a large effort to create your own S3 account, and you control it so you know it will be there indefinitely. By the time you finish your GAE application you may well have used your S3 account for a number of different purposes beyond loading the core SmartClient runtime.
Comment