Hi Scott, That is what I am doing with http://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 <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
