0
votes
1answer
38 views
converting GWT1.7 application to GWT2.0
I am developing a web application in GWT 1.7.Now I am planning to move to GWT 2.0. I am using maven build tool and intellij idea IDE.Can any one tell me the maven plugin for GWT2.0 and how to …
0
votes
1answer
35 views
Sending an ArrayList as a parameter in GWT-RPC
Hi,
I tried sending an ArrayList to an RPC service in GWT but keeps on failing.
Here is my code fragment
greetingService.addNewQuestion(questionnaireKey, questionText, qcList, new …
0
votes
4answers
60 views
SmartGWT with GWT ?
Greetings ,
I have been using GWT for few weeks and wanted a rich Table widget.I came across with SmartGWT library.
Can I use SmartGWT widgets same way I develop using GWT or is there any special …
1
vote
1answer
26 views
Error updating jars with Eclipse GWT 2.0 plugin
Ever since updating our project to the newest version of the Eclipse GWT plugin and GWT 2.0 we get an error when starting Eclipse.
This is the error message:
An internal error occurred during:
…
1
vote
3answers
54 views
Client Side sorting + Hibernate Paging?
I use GWT for UI and Hibernate/Spring for buisness-layer.Following GWT widget is used to display the …
4
votes
3answers
130 views
How do you synchronize server-side and client-side code?
Something I've been learning (and teaching) in Software Engineering is that code duplication is the root of all evil. On the other hand, I find it quite hard to explain how this concept should be …
0
votes
2answers
22 views
GWT 3rd Party Library Problem : Code Included
Hello :-)
I am using Eclipse Version: 3.5.1, GWT 2.0.0, GAE 1.3.0 and I am trying to use XStream 1.3.2 to 'serialize' my Java objects to and from xml between the client and server sides of GWT.
On …
2
votes
4answers
67 views
“Back” behavior in rich web apps, true user assumption?
Hello Community,
Many client side code libraries & tool kits, for example Yahoo's YUI and Google's GWT support managing state history for the user experience. When implemented it allows a user …
0
votes
4answers
68 views
Check String whether it contains only Latin characters?
Greetings,
I am developing GWT application where user can enter his details in Japanese.
But the 'userid' and 'password' should only contain English characters(Latin Alphabet).
How to validate …
1
vote
1answer
31 views
add class name to element in uibinder xml file
The following replaces any current css class names. It appears to call setStyleName.
<g:DecoratorPanel styleName="{style.myCssClass}">
What I really want to do is add a class name, like …
0
votes
1answer
36 views
GWT + GAE python: frameworks for COMET & RPC
Let's say I want to use Google GWT on the client side and Google AppEngine Python on the server side. Furthermore, I want to be able to use RPC calls to the server as well as performing COMET based …
0
votes
2answers
53 views
GWT multi modules for seperate HTML pages?
Greetings all,
I am quite new to GWT and going to develop the UI for user-management application using GWT.
I am planing to use existing module which created using Spring/Hibernate.I figure out how …
0
votes
2answers
22 views
django user auth + gwt
I have a django server app that communicates with a gwt front-end using JSON. I want to introduce user authentication to the app and have started to incorporate the framework provided by django. At …
0
votes
2answers
30 views
Build.xml in Google Web Toolkit
Could someone explain what the build.xml file is used for in the root folder of a Google Web Toolkit application? From the looks of things, it seems to be the same for the majority of applications, …
1
vote
1answer
270 views
Maven GWT 2.0 and Eclipse
Does anyone know of a good guide for creating a project with the new 2.0 release of GWT using maven and eclipse? I am running into a lot of problems getting them to play nicely together.
For what …
