Tagged Questions

0
votes
2answers
16 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 …
1
vote
3answers
50 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 …
0
votes
3answers
43 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 …
0
votes
4answers
67 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 …
4
votes
3answers
121 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 …
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
1answer
14 views

How to know strong name of GWT serialization policy at the time of host page generation?

There is an excellent article describing a way to embed GWT RPC payload into the host page. A key element is missing there is how to know Strong Name of RPC serialization policy at run time. Strong …
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, …
0
votes
2answers
18 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
1answer
33 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
1answer
20 views

How to make addValueChangeHandler act just like addChangeHandler

Hi. I have a problem. I made a wrap widget that implements interface HasChangeHandlers But i just can't fit events to each other. public HandlerRegistration addChangeHandler( final ChangeHandler …
1
vote
1answer
21 views

How can I connect GWT to CometD/Bayeux events?

I've got a GWT application, which periodically needs to update the screen with new tick items as they come in. We also have messages published by a CometD/Bayeux server (for a different AJAX …
1
vote
1answer
28 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
2answers
52 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
0answers
23 views

upgrading some code from gwt to gwtext

I have a finished project of which i used GWT for, and I would like to change some of the ui to use the gwtext framework. One would think this is simple or maybe I am just the simple one. I cannot …

1 2 3 4 5 48 next
15 30 50 per page