Ron Chan
Ron Chan

Reputation: 3313

web shop (shopping cart) on google app engine

there are currently no off-the-shelf shopping carts for use on Google App Engine

is the only solution on GAE at the moment to bespoke your own?

what has other people done in terms of a shopping facility on GAE?

Upvotes: 2

Views: 4877

Answers (1)

jonmiddleton
jonmiddleton

Reputation: 1128

PayPal is offering a new open source toolkit for Google App Engine that lets you integrate Java apps running on App Engine with the new PayPal Adaptive Payments API. The Adaptive Payments API lets developers embed payments into their apps, services, and platforms.

Here is a link to the google appengine blog: paypal-introduces-paypal-x-platform

There will be a Python version of the toolkit coming out soon, PayPal says.

Upvotes: 1

Related Questions