This is the GWT forum, so I'd suggest posting GAE questions on the GAE forum instead. That's here: https://groups.google.com/forum/?fromgroups#!forum/google-appengine
Having said that, if you have a standard Java app, it's likely not going to "just work" on App Engine, which comes with lots of restrictions and platform-related gotchas. App Engine doesn't have a goal of being a standard J2EE stack. If your app is already built and you just need somewhere to put it, use a normal VM-based hosting service. From your other question it looks like you want something free, which is also unlikely. Unless you want to do a lot of re-development (which will likely cost a lot more than the hosting fees), I'd suggest paying for the hosting while you test your proof of concept. On Monday, August 6, 2012 7:50:51 AM UTC+2, vikash@Atos wrote: > > Any help would be appreciated. Urgent guys!!! > > On Aug 3, 7:38 am, "vikash@Atos" <[email protected]> wrote: > > Hi, > > > > I have two questions: > > > > 1) Does the Google App Engine supports web application (java/j2ee)? > > I have a java/j2ee web app, can I deploy it on Google App Engine (with > > my gmail account)? > > > > 2) If my application is using MySQL, how can I run it on GAE? > > > > Thanks in advance. > > Vikash > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/AHikyhBKCGIJ. 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.
