Has the SDK worked for you in the past? If not, it sounds like you may be connecting to the Internet via a proxy.
Proxy's are uncommon at home, but not unusual on work networks. To determine your proxy settings, check out your browser's…
I'm getting this Error .. Could you guess my problem.
I can access the file via browser
D:\SDKS\stax-sdk-0.3.8>stax help
Downloading Stax SDK configuration from http://stax-downloads.s3.amazonaws.com/s
dk/stax-sdk-config-0.3.3.xml
Caught:…
Now i got a new problem ...
Since the new GWT app template does not have any stax-application.xml file how can i configure my project with my data source which i have created on the stax cloud..
Please help...
Thank you..
Gears provides WebWorkers. These run in background and can be used to sync data. Your app must provide a remote API to fetch this data from the client, and write the script that will be executed in the client to store it.
I do not know how much…
That's actual a very old version of the SDK, but the upgrade message was not being printed for that version of the SDK. I have updated the version info to direct you to upgrade. Please upgrade to the latest version of the Stax SDK.
Tomorrow,…
I create a GWT project template through the stax console ,,but it create a project very similar to the previous version i'm using ..
But the project example i downloaded through the stax application console (Stax web site)
is very different…
The GWT app no longer has a stax-build.xml, and instead has a build.xml file. The latest version of the Stax SDK can deal with this. Please post the output from the 'stax help' command so I can know which version of the SDK you are using.
oops,, You are right,, I was using a older version of the gwt app template and i downloaded a latest GWT app template through stax application console,,
But when i try to run the test GWT application first it gave me a error saying project is…
The latest GWT template links directly to your GWT_HOME, so it should be using the version of gwt-user.jar that ships with GWT. I think you are running with an an app built on the old version of GWT. I'd suggest moving up to the latest GWT app…
no,, i checked the gwt-user.jar distributed by the stax application package with the google gwt-user.jar and i found that it missing some packages such as
1. com.google.gwt.user.datepicker.DatePicker
2. com.google.gwt.event etc..
When i change the…
Yes, thats true,,
but the problem is how to sync it with the data source which i have created in the stax cloud..
Do you know a way to overcome this problem??
please help..
Thank you...
Gears is a client side technology, a browser plugin. No server sie support needed.
Gears provides a sql database client side (sqlite) and background workers (looks like a thread) which can be used to sync the remote and local database.
It looks like the GWT compiler is running out of memory. How big is the client portion of this application? The default is 256M (which is a lot). The max memory in Java applications is controlled by the -Xmx flag. You can increase the max memory…