Take a look at this:
http://alan.blog-city.com/simpledb_sqs_java.htm

It is 2 classes to access Amazon's SImpleDB and SQS services.  I have
experimented with  this on Android.
I don't see a reason it should not work in GAE/J.

If you want other Amazon services, these classes can serve as a good
starting point.

Carmen
-- 
Carmen
http://www.twitter.com/CarmenDelessio
http://www.talkingandroid.com
http://www.facebook.com/BFFPhoto
http://www.twitter.com/DroidDrop


On Wed, Apr 21, 2010 at 12:22 PM, mjustin <michael.jus...@gmx.net> wrote:

> Hello,
>
> the AWS SDK for Java (http://aws.amazon.com/sdkforjava/) uses the
> Apache Commons HTTP library which is not compatible with GAE/Java.
> (Apache HTTPClient, listed on
>
> http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine
> ,
> is a different library).
>
> Maybe it is possible to replace the HttpClient class in the AWS SDK
> with a new implementation which uses the GAE URLFetch service?
>
> If somebody is faster, or code is somewhere on the web already, or if
> there are other problems which will make it too complicated, please
> share your knowledge ;-)
>
> Cheers,
> --
> Michael Justin
> SCJP, SCJA
> betasoft - Software for Delphi™ and for the Java™ platform
> http://www.mikejustin.com - http://www.betabeans.de
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to