GWT application on GAE for a small shopping site ?

279 views
Skip to first unread message

maq

unread,
Aug 6, 2011, 7:03:27 PM8/6/11
to google-a...@googlegroups.com
Hi,

I am new to Google App Engine and trying to figure out whether it fits my needs. So any help would be highly appreciated!

Can I develop an application using GWT and host it on GAE with some database I can store a catalog , then allow online purchase?

If you have done that with GWT, can you provide some insights (such as any open source library to support shopping cart, payment services etc.)?


Thanks!

-maq

Robert Kluin

unread,
Aug 9, 2011, 1:34:55 AM8/9/11
to google-a...@googlegroups.com
Hi,
Yes, you can use GAE + GWT. Lots of people are doing that. App
Engine has a built in database known as the Datastore,
http://code.google.com/appengine/docs/java/datastore/

If you're using Java you might want to see Objectify. As I recall
its author is using GWT.
http://code.google.com/p/objectify-appengine/

Also, you may want to search for answers in the Java specific group.
Probably a lot of good information there.
http://code.google.com/appengine/forum/java-forum.html


Robert

> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/gazX_ymj1nwJ.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

Pascal Voitot Dev

unread,
Aug 9, 2011, 2:35:41 AM8/9/11
to google-a...@googlegroups.com
Hi,

GAE+GWT works quite well!
If you find GWT a bit too heavy for your needs, you can also have a look at the great lightweight Java framework Play! (http://www.playframework.org) which brings a very nice & efficient experience in developing web sites in RAILS/iterative mode. It's really a huge breath of air in the Java world!
For the DB interaction, an alternative is also Siena (http://www.sienaproject.com) that is not reserved to GAE but can work with other DB (NoSQL and also SQL) (I'm lead developer so I'm not objective on this point :) )

regards
Pascal

maq

unread,
Aug 30, 2011, 10:08:57 PM8/30/11
to Google App Engine
Sorry for the late thanks!
Robert and Pascal, Thanks for the replies!

So it does look promising for using Datastore and GWT to serve the
catalogs.
The last question is "How can I build a shopping cart with secure
payment?"
The question maybe dumb because I never have done this before.

-maq
On Aug 9, 1:35 am, Pascal Voitot Dev <pascal.voitot....@gmail.com>
wrote:
> Hi,
>
> GAE+GWT works quite well!
> If you find GWT a bit too heavy for your needs, you can also have a look at
> the great lightweight Java framework Play! (http://www.playframework.org)
> which brings a very nice & efficient experience in developing web sites in
> RAILS/iterative mode. It's really a huge breath of air in the Java world!
> For the DB interaction, an alternative is also Siena (http://www.sienaproject.com) that is not reserved to GAE but can work with
> other DB (NoSQL and also SQL) (I'm lead developer so I'm not objective on
> this point :) )
>
> regards
> Pascal
>
>
>
>
>
>
>
> On Tue, Aug 9, 2011 at 7:34 AM, Robert Kluin <robert.kl...@gmail.com> wrote:
> > Hi,
> >  Yes, you can use GAE + GWT.  Lots of people are doing that.  App
> > Engine has a built in database known as the Datastore,
> >    http://code.google.com/appengine/docs/java/datastore/
>
> >  If you're using Java you might want to see Objectify.  As I recall
> > its author is using GWT.
> >    http://code.google.com/p/objectify-appengine/
>
> >  Also, you may want to search for answers in the Java specific group.
> >  Probably a lot of good information there.
> >    http://code.google.com/appengine/forum/java-forum.html
>
> > Robert
>

Ernesto Oltra

unread,
Aug 31, 2011, 12:10:32 PM8/31/11
to google-a...@googlegroups.com
Using Paypal or Google Checkout seems like a good option; but they have feeds, check them before using one or the other.

maq

unread,
Sep 2, 2011, 7:15:19 AM9/2/11
to Google App Engine
Thanks for the references!

I read about PayPalX and Google check out... for example,
http://stackoverflow.com/questions/6092626/how-to-integrate-payment-processing-with-gwt-gae-based-app
Question:
1. PayPalX is a community project. Is it a good option to depend on
it?
2. There are some complaints about Google Checkout SDK. Is it only
applicable to integrate Google Checkout to other existing shopping
carts? If I start from scratch and only use the HTML code (e.g. code
generated from Cart Wizard. I am thinking to add those HTML into a GWT
widget.) Is this going to work?


Thanks in advance for any comments!

-maq
Reply all
Reply to author
Forward
0 new messages