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.
|
|
|
Announcing GWT 2.0 and much, much more...
|
| |
Hi Folks!
We have some very exciting announcements today. Please check out the
following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse,
and -- brand new in GWT 2.0 -- a performance analysis tool called Speed
Tracer. I think that you will find it pretty interesting...
[link]... more »
|
|
New member posting policy
|
| |
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 post any message relevant to GWT without hesitation. We're only... more »
|
|
Problem with ClientBundle image resources in development mode.
|
| |
Hello, I am having the following problem with ClientBundle. Since I am using external web server (IIS), each time I add new image resources to the ClientBundle, I recompile using ant build target and copy all generated <md5>.cache.png files to the web server. After I added several image resources with repeatStyle == Horizontal, which are used... more »
|
|
GWT 2.0 Minor Bug Fix Release
|
| |
Hi all, is there a minor bug fix release planned for GWT 2.x at all to address any of the outstanding issues to date, e.g. UiBinder internationlization etc.. Many thanks, Jon.
|
|
Webbrowser game made with GWT 2.0: lacesfirst.com
|
| |
I started playing around with GWT since version 1.3 just fooling around with the code and trying out some various things. One thing I did was starting to develop a browser game, so I could see how things worked out in a real application instead of just mocking up some fancy gadgets. Well, one thing led to another and now it is starting to look like an... more »
|
|
How to realize paging in combination with a FlexTable
|
| |
Hi, I stuck on the problem how I can implement paging in my GWT-App. I want to show a list of users in a view, therefore I use the FlexTable. Now it can happen that there are hundreds of users which is a bit too much for the view, so I want to split it to 20 users on the screen and let the client user page through this. Something like in Gmail when... more »
|
|
NativeEvent Get Type Issue
|
| |
This is a good one. Totally confused. I am porting over an application from GWT 1.5 - 1.7 (I still have to upgrade to 2.0 but that will come at a later stage. The onEventPreview used to block the escape key. When I ported over to the NativePreviewHandler things ofcourse changed. Before I even get to checking the escape key I was fiddling... more »
|
|
UiBinder, can't even get to first base
|
| |
I thought I'd try to figure out UiBinder, but I'm lost. Played with various tutorials and examples and finally I have striped things down to what I believe is the bare minimum. It started as the standard Eclipse plugin generated application, and I have discarded virtually everything. What's left is:... more »
|
|
GWT 2.0 Eclipse Plugin Not Working
|
| |
Hi, I'm attempting to get my project working in GWT 2.0 under Eclipse 3.5 on Windows XP. The project was previously running under 1.7. Everything is working except jetty under Eclipse. (I separately compile and deploy the app to JBoss and it works fine). When I attempt to debug the app under Eclipse (Debug As->Web Application) I get... more »
|
|
SSL and built-in server
|
| |
Hi there, First of all sorry for my english. I wonder if it's possible setup the SSL in the built-in server of GWT; or if the only solution is use the -noserver option. If I'm correct GWT uses jetty, so I presume I have to save the jetty.xml with the SSL connectors as explained here: <[link]>... more »
|
|
Binding Style Fields with UiBinder
|
| |
I am trying to access an inline Style in a programmatic way. I have tried following the example in the developer guide. "From .xml file" <ui:UiBinder xmlns:ui='urn:ui:com.google.gw t.uibinder' xmlns:g='urn:import:com.google .gwt.user.client.ui'> <ui:style type='NotImportant.UserWidgetS tyles'> .test{background-color: red}... more »
|
|
|