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.
|
|
|
Moderated GWT jobs group now available
|
| |
Thanks to Hugo Garcia, the *google-web-toolkit-employment *<[link]>group is now moderated (e.g., no more spam) and available for any GWT-related job posts. Note that this group is *only* for GWT-related jobs. Off topic posts or non-GWT-related job posts will be removed.... more »
|
|
GWT Forum Moderation Policy
|
| |
Please note, we have a light-weight moderation policy in effect currently: posts from new members are moderated for spam and recruiting email before being posted. Please use the google-web-toolkit-employment<[link]> forum to post job openings. Users posting recruiting messages and/or spam will be... more »
|
|
GWT 2.5.1 now available
|
| |
Hi everyone,
We're excited to announce the GWT 2.5.1 release! There will be an
announcement soon on the GWT Blog <[link]>,
and you can download it
here<[link]>.
This release has been uploaded to Maven Central with the version string of... more »
|
|
Offline debugging my gwt app
|
| |
Hello All, I need to debug my gwt app. The problem is that I need to debug it OFFLINE. After a tour on the net, I didn't found an answer. Thus here is the scenario. My GWT version is 2.4.0 Debugging the code is ok. Running in production offline is ok, using a cache manifest. But I can't do both : debugging offline.... more »
|
|
Testing GWT without GwtTestCase
|
| |
Can anyone clarify for me this Google testing blog entry? [link] Model, view, presenter I think I'm clear on (ha! yeah, sure), but I'm trying to understand the Server.class. It's described as "a completely standard backend with *no dependency on GWT*." (Their emphasis.) So what is... more »
|
|
DataGrid Debug (missing data)
|
| |
I am sure I am missing something very basic. :D Anyway, here is the setup: After login I clear all contents and create the following basic structure: StackLayoutPanel LayoutPanel TabLayoutPanel FlowPanel* (Place holder for future)* FlowPanel* (Place holder for future)*... more »
|
|
problem with javax.servlet.ServletContext in gwt-user.jar
|
| |
I'm using GWT (2.5.0) with grails ([link]) I just upgraded from grails 1.3.7 to grails 2.2.2 Tryng to compile my project i got this error Caused by: java.lang.NoSuchMethodError: javax.servlet.ServletContext.g etSessionCookieConfig()Ljavax/ servlet/SessionCookieConfig; you can find some information here:... more »
|
|
NumberFormat
|
| |
Hai, I have a doubt regarding currency format in GWT.I am using gwt2.5 and tried formatting my value to Indian currency format using "il8n NumberFormat" by setting "Locale = en_IN" in gwt.xml. when i execute my code result was Rs. 10,000,000.00 instead of Rs 10,00,00,000.00 .Please help to clear this issue.... more »
|
|
Indian Rupee format
|
| |
Hai, I tried using 'il8n numberformat' to get value in Indian rupee format by setting Locale as "en_IN" .But instead of returning Rs 10,00,00,000.00 my code return Rs. 10,000,000.00 in this format can anyone help me to get the exact result.I tried this in gwt2.5. Regards Jyothi
|
|
|