You cannot post messages because only members can post, and you are not currently a member.
Description:
The official Google Web Toolkit (GWT) developer discussion group. GWT lets you build AJAX apps in the Java programming language.
|
|
|
New members' messages currently moderated to prevent spam
   
|
| |
Hi everyone,
We've recently been seeing recurring spam attacks on our developer
forum. To help keep the forums clean, we will be temporarily
moderating messages posted by new members until the recent spammers
stop targeting our forums.
The GWT developer forum will still be as accessible as ever, we will... more »
|
|
GWT 1.7 Now Available
   
|
| |
Hi everyone, (Most people are probably already quite aware of the new GWT 1.7 release, but we wanted to send out an "official" announcement we could pin to the top of the message list.) GWT 1.7 is a minor update that adds better support for Internet Explorer 8, Firefox 3.5, and Safari 4. Each of these new browser versions introduced at... more »
|
|
Announcing the Google Plugin for Eclipse 1.1.0
   
|
| |
Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available. Some of the notable improvements are: - Support for Eclipse 3.5 (Galileo) - GWT RPC interface validation with quick fixes - App Engine DataNucleus enhancer console no longer steals focus on save... more »
|
|
Announcing GWT 2.0 Milestone 2
|
| |
Hi everyone,
We are excited to release the second milestone build for GWT 2.0
today. This milestone is essentially feature complete, and provides
somewhat more stability in the various bits of core functionality that
will be coming in GWT 2.0.
Please download the distribution from:
[link]... more »
|
|
ant giving me strange Unknown argument: -style which is not even there
|
| |
I updated the latest from svn truck last night and built it with Ant
1.7.1. In Eclipse I created a new SDK reference to /trunk/build/lib
and have selected it. My debug/run configuration looks like this and
it was working fine until yesterday:
-startupUrl ClinicalWebsite/
com.docobo.keswick.keswickweb. ClinicalWebsite -noserver -port 80 -... more »
|
|
broken builds with xs linker
|
| |
I downloaded and built GWT 2.0 from the source trunk, release #r6834.
I am using the xs linker option in my module xml file: <add-linker
name="xs"/>
Now when I try to compile my project, I get the following link error.
Did the xs linker option change recently? Any ideas?
gwtc:
[java] Compiling module com.inq.Foo... more »
|
|
AsyncProxyServlet from Jetty
|
| |
Has anybody tried to configure AsyncProxyServlet available with newer
versions of JETTY for use with GWT? Theoretically, if I make the right
entries in web.xml and place the class file in the correct location,
then it should work - correct?
|
|
IE8 and DecoratorPanels
|
| |
As usual, IE is the problem no matter what version.
My application uses a DecoratorPanel to contain a VerticalPanel which
contains all the various widgets that the users uses to fill in the
data. I'm using a DecoratorPanel because I want rounded corners. The
panel is solid white with a solid white border. In hosted mode and in... more »
|
|
Upgrade 1.5.3 to 1.7.1
|
| |
Hello,
I am thinking of upgrading to version 1.7.1 from 1.5.3... I read the
"Getting Started" guide for 1.7.1 and it seems that a considerable
amount of change has taken place in terms of the base GWT project's
structure and the means to deploy it, e.g. The utilization of Ant.
Can anyone provide a kind of checklist to follow as guide to this... more »
|
|
Using MVP
|
| |
Hi,
I am running into Java compilation issues.
Example:
public class LoginPresenter {
public interface Display {
<T extends HasValue<String> & HasBlurHandlers> T getUsernameTextBox
();
HasValue<String> getPasswordTextBox();
HasValue<String> getErrorMessageBox();
HasClickHandlers getLoginButton();... more »
|
|
GWT API on Gears
|
| |
I would like to know if it would be possible to call Java method
within a worker in a workerpool. For example given the class and
method
package com.mycomp;
public class MyClass implements EntryPoint, WorkerPoolMessageHandler {
public void mymethod() {
...
...
Is it possible to define the following JSNI method... more »
|
|
FileUpload and user clicking "Cancel"
|
| |
Dear GWT professionals, we are successfully using the FileUpload widget in a project. However, there is one glitch which I'm not how to treat it. Most browsers by default ask the user something like "Do you really want to upload the selected file?" The GWT Hosted Mode Browser does so as well. The FormPanel's SubmitHandler gets triggered, but if the user clicks... more »
|
|
|