Hi: It is very easy, using GAE ant build from GAE tutorial. Your application is ready to run on GAE. The application may be gradually evolve into web-2.0 technologies. In our case, we use:
1) JDO for database access. It is simpler than JPA and transparent from data store. If you know JPA, you can switch to JDO within a week with required relationships of your application. 2) Complete separation of server and client sides. On client side, GWT JSO is used with pojo. On server side, JDO pojo is used with JSON data transport so the same bean such as SignOn can use at both server and client sides. at GAE, SignOn bean is in the engine cache for session service. 3) Restlet and Felix OSGi as parts of GAE backend services. We expect either Google or someome else will efficiently and transparently turn JDO pojo into JSON and reverse. This is a critical missing link between GAE and GWT for RESTful services. Gears will come into the picture to make it complete. Hope this my help. Duong BaTien DBGROUPS and BudhNet On Mon, 2009-04-27 at 21:05 -0700, Nitin Sawant wrote: > I developed small app using GWT & apache tomcat webserver in Netbeans > IDE 6.5, > > I want to deploy the app to appengine(http://appspot.com) pls help. > Is there any way to deploy application without using eclipse and > appcfg.py? > I don't want to use appcfg.py & eclipse also. > Is there any appengine plugin for Netbeans available which allows me > to do the task? > > I have GWT4NB plugin for Netbeans (http://gwt4nb.dev.java.net) > I can develop GWT apps, > but can't deploy it to appengine through netbeans.. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
