Joe,

Thanks for your fast reply. I figured you'd have you use google's
database solution, but I thought it was called datastore. Either way
I'm fine with that as long as it works, however using multiple less
than operators across multiple entities would be convenient.

One of my questions was how would you have a gwt application (or
applicationS) spanning multiple html files, however you have your
entire website it seems on a single html file. I'm not sure how you
did that with your GWT app, but I'm gonna look through your source
code and see if I can't figure out how. Through doing that, AppEngine
is able to host your entire website, which is what I'd like.

I actually have a good portion of my GWT app written. I've got RPC
calls working, and I have the ability to use JDO, and make objects
persistent, however I've been getting weird errors, and haven't been
able to get my queries to work once. So I started thinking about other
things and these questions started coming to mind. I thought that if I
wasn't going to be able to host my site completely on app engine, why
would I even bother with this, and not just use SQL? So apparently I'm
going to keep chugging it out with AppEngine. Thanks!

~Scott

On Aug 10, 8:50 am, Joe Hudson <joe...@gmail.com> wrote:
> Hi Scott,
>
> That is what I am doing withhttp://www.gwtmarketplace.com.  The catch
> is that you currently have to use their BigTables DB but supposedly in
> the third quarter they will be adding relational database support.
>
> You need to register an app engine account and then register a google
> apps account for the domain of your choice and map the app engine
> account to that domain.  You can browse the source code for
> gwtmarketplace here if you are 
> interested:http://code.google.com/p/gwtmarketplace/source/browse/
>
> I am using Objectify (http://code.google.com/p/objectify-appengine/)
> as the data access utility but you could also use JPA as well.
>
> As far as what hosts can run GWT - a simple web server like Apache can
> do that as your GWT application will be compiled to static recources
> to be served.  You will still need servlets or some other mechanism
> for data access - I use servlets with RPC calls (http://
> code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication.html)
>
> Hope this helps...
>
> Joe
>
> On Aug 10, 7:59 am, spierce7 <spier...@gmail.com> wrote:
>
> > There isn't any way to host an entire website on AppEngine is there?
> > It doesn't seem like it, I just thought I'd ask. So if that's the
> > case, how am I supposed to integrate GWT into my application? an
> > iFrame? Does GWT have any write-ups about this? What if I need the
> > rest of my website to have access to the same database my application
> > is using. Is my only option at that point alternative hosting?
>
> > What if I want my entire website to use GWT components, and a GWT RIA
> > integrated into a specific part? That's what I'm trying to accomplish,
> > and I don't know javascript worth squat, so what am I supposed to do?
> > I need the entire site to have access to the database, so I'm thinking
> > about buying hosting, and using my-sql as my db, but I'm not sure what
> > hosts can run gwt server side applications either. Any information you
> > guys have or experiences with this would be great!
>
> > ~Scott

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to