Re: How to deploy GWT app on GAE which is connected to MySQL

2012-08-03 Thread Joseph Lust
Cloud SQL might work for you. I've not used it, but did request a trial and they provided it to me the next day. It should allow classic SQL like queries. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this d

Re: How to deploy GWT app on GAE which is connected to MySQL

2012-08-03 Thread Francesco Izzi
I think the only way is to make a webservice stack ! Regards, 2012/8/3 Frank : > I don't think this is possible. > You have Google Bigtable for storage. > > Frank > > Op vrijdag 3 augustus 2012 07:42:25 UTC+2 schreef vikash@Atos het volgende: >> >> Hi, >> >> Can anybody please tell me how to use

Re: How to deploy GWT app on GAE which is connected to MySQL

2012-08-03 Thread Frank
I don't think this is possible. You have Google Bigtable for storage. Frank Op vrijdag 3 augustus 2012 07:42:25 UTC+2 schreef vikash@Atos het volgende: > > Hi, > > Can anybody please tell me how to use google cloud sql? Is it free for > trail purpose? > If it is not free can we use google clou

How to deploy GWT app on GAE which is connected to MySQL

2012-08-02 Thread vikash@Atos
Hi, Can anybody please tell me how to use google cloud sql? Is it free for trail purpose? If it is not free can we use google cloud storage? The issue is my GWT application is using MySQL as backend. Now issue is how to deploy my GWT app on GAE which is connected to MySQL. Please help. Thanks i

Re: How to deploy GWT App?

2009-02-17 Thread keith.m...@gmail.com
Thanks. I was FINALLY able to get this to work after moving my classes and libs directories under the WEB-INF. On Feb 16, 10:43 pm, Allahbaksh wrote: > HI, > Please copy com.blah.blah.blah folder to webapps/projectName > > See below the structure of the same > webapps/ >       projectName

Re: How to deploy GWT App?

2009-02-17 Thread Duong BaTien
Hi Allahbaksh: This piece of info needs to be documented since i had a confusion of the war directory and the war/yourModule directory which is only a part of the previous www compiled directory. This means that the stylesheet reference must be in the Module html entry point which can be changed

Re: How to deploy GWT App?

2009-02-16 Thread Allahbaksh
HI, Please copy com.blah.blah.blah folder to webapps/projectName See below the structure of the same webapps/ projectName WEB-INF web.xml (mapping of your serlets) classes (All server side code of bin directory and all classes which are referred by the s

How to deploy GWT App?

2009-02-15 Thread keith.m...@gmail.com
Hi I can't find this anywhere, but have found numerous vague references. Can someone tell me What files to copy where to deploy a GWT project? My project/app compiles great, runs great. It runs great when I do the compile/browse. I see several files under projects/projectname/www/ com.blah.blah.bl