Re: Testing on project with large amount of data.

2014-04-15 Thread Mansi Shah
I am new to GWT & I have no idea about it. I'll see & check it. Thanks Juan. On 16 April 2014 01:52, Juan Pablo Gardella wrote: > Google Chrome provide profiles tools. Did you try with it? > > Juan > > > 2014-04-15 17:19 GMT-03:00 Mansi Shah : > >> Hell

Testing on project with large amount of data.

2014-04-15 Thread Mansi Shah
Hello, How to measure time duration of uploading large amount of data on server in GWT + MYSQL project? Thanks.. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Connect GWT with MY SQL database using JDO

2014-03-05 Thread Mansi Shah
On Wednesday, March 5, 2014 7:13:20 PM UTC+5:30, Jens wrote: > > Please tell me how to build application in GWT using JDO with MY SQL >> database. >> > > By reading the documentation of GWT, JDO and MYSQL. > > http://www.gwtproject.org/doc/latest/DevGuide.html > > -- J. > Thanks Jens.. I have

Re: Connect GWT with MY SQL database using JDO

2014-03-05 Thread Mansi Shah
On Wednesday, March 5, 2014 7:13:20 PM UTC+5:30, Jens wrote: > > Please tell me how to build application in GWT using JDO with MY SQL >> database. >> > > By reading the documentation of GWT, JDO and MYSQL. > > http://www.gwtproject.org/doc/latest/DevGuide.html > > -- J. > Thanks Jens.. I have

Connect GWT with MY SQL database using JDO

2014-03-05 Thread Mansi Shah
Hello, I am new to GWT & JDO. Please tell me how to build application in GWT using JDO with MY SQL database. Regards, Mansi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving

Re: GWT Activity & Places Sample App

2014-02-21 Thread Mansi Shah
Hello, I am new to GWT. I am developing sample app on GWT using activity & places concept. It is giving an error in view file button click event.. Please guide me. package com.wa.WebpageSample.client.view; import com.google.gwt.place.shared.Place; import com.google.gwt.user.client.ui.IsWidget;