2011年8月22日月曜日

aws sdk for java on gae

世の中にはいろんな活動をしている人がいるようです。

AWSにもGAEにも当然それぞれのいいところがあるので、これらをうまくつないだソリューションを作れるとすばらしい展開が考えられます。AWSは全てがAPIで制御できることがキモなので、GAEからそれを呼べばいいと考えるのは当然の成行。

https://github.com/apetresc/aws-sdk-for-java-on-gae/network を見る限り、活発にメンテナンスもされているよう。

The official AWS SDK for Java doesn't work on Google App Engine, because the SDK uses the Apache HttpClient whose socket creation antics are not permitted inside the GAE sandbox. There are a number of ways of working around this problem, but this particular fork takes the brute force approach of ripping out Apache HttpClient, and hardwiring the GAE-specific UrlFetchService in its place.

0 件のコメント:

コメントを投稿