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 »
|
|
Google Web Toolkit 2.0 RC1 Now Available
|
| |
Hi folks!
GWT 2.0 RC1 is now ready for you to try. The full documentation is still
very much a work in progress, but you can at least start trying out the GWT
SDK distribution and the Google Plugin for Eclipse using the following
instructions:
[link]... more »
|
|
Import java.net can not be resolved in Server mode
|
| |
I am not new to programming, but I am new to web programming, Java and
GWT, and this problem bugs the hell out of me. Going by the tutorials
I have read, on the server side of a GWT application, you can do any
Java operation, as this part gets compiled as a servlet. Now... why
can't it resolv a simple java.net.*?... more »
|
|
Tool to convert HTML in GWT widgets
|
| |
Hi all,
In my company, we have been working with GWT for almost a year,
developing a ridesharing application ([link]). I
really can't overstate how much we enjoy developing in java, using
familiar tools, debugging in hosted mode, and so on. But one thing
that has really bothered us for a long time is the dificulty of... more »
|
|
VerticalPanel insert and index
|
| |
Hello all,
I have an array of strings which I divide unevenly between different
columns of a grid (by some unrelated logic) and I need the string in
the i place of the array to be inserted to the i place of the column.
My grid holds one row and 6 columns and in each column I have a
VerticalPanel which acts as my column, mainly because the columns are... more »
|
|
issue injecting gwt .js file from webserver to webpage
|
| |
Hi,
I have built my application in GWT and the resulting .js file, I want
to inject to my web page.
This works fine locally.
But when I put the GWT .js file on my webserver and use <script
type="text/javascript" language="javascript" src="http://
mywebserver.com/myApp.nocache. js"></script> to call the .js file and... more »
|
|
GWT RPC servlet doesn't get called
|
| |
Hi,
I have an GWT RPC call set up that has been working for a while. I
don't know what I changed (certainly nothing in the service nor async
interfaces), but now I can see in the debugger that I make the async
call, but looking in Firebug the request to the server never gets
made.
Does anyone have any idea of what it could be?... more »
|
|
Unable to find type
|
| |
Hi,
Sorry to bring this subject into discussion, but I have search through
several pages but I did not succeed to achieve my goals.
I want to use a different package structure, rather then the client/
server/public one given by the default project.
So I have the following structure
Package: com.blackice.advertising... more »
|
|
Hosted mode hangs on closing on linux
|
| |
Hi all.
When I try to quit a GWT application running in hosted mode, the
corresponding java process seems to crash, so I have to kill it with
the process viewer. This happens both when closing the windows of the
hosted browser or stopping the application through the IDE (IntelliJ
IDEA).
This happens on Ubuntu 9.10, GWT 1.7.1 (I believe this happened also... more »
|
|
ScrollPanel - how to alter scrolling behavior
|
| |
I have a scroll panel that I fill with several lines of text, but I only
display one line at a time.
Currently if I click on the down arrow, it scrolls a pixel or two at a time
requiring 8-10 clicks to get to the next text line.
Is there a way to tie into the scrolling nature and have it scroll (either... more »
|
|
500 - POST on hosted mode
|
| |
Hi there,
i'm building a GWT project that recolect information about weather
from Google Api Weather using a servelt. This servlet connects with
Google and parses the XML given. All this works fine, but the
comunication. The callback execute onFailre method instead of
onSucces. I get this in hosted mode:... more »
|
|
|