1
vote
1answer
18 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
16 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
1answer
15 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 …
0
votes
1answer
8 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
0answers
10 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
23 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
247 views
+100
gwt generate html for seo? what do u think?
i found this article http://docs.google.com/Doc?id=dcsq25m_04k4cmgfd . generate html on server side for spider. what do you folks think about using this technique to serve different content depending …
0
votes
2answers
38 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 …
1
vote
1answer
17 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 …
0
votes
0answers
19 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
0answers
238 views
EXT-GWT Portal: How to get all Portlets?
Hi all this is my first Question here!
Im just making my first steps with (Ext-) GWT. I´m testing the Ext-GWT libraries and really: These are absolute great!
Now my question:
Is it possible to make a …
0
votes
4answers
421 views
Is Eclipse Galileo compatible to Google Plugin for Eclipse?
They don't seem to mention which Eclipse Version must be used...
1
vote
3answers
273 views
Which Eclipse version should I use for Google GWT and Google App Engine development?
Ganymede, probably. But there are so many different ones. Any idea?
1
vote
3answers
174 views
Is there a PHP web toolkit similar to Google Web Toolkit ?
Hello,
I've been playing with GWT lately, and I like the idea a lot. The only downside for me is Java, which I'm not a big fan of. (Please don't argue about Java being better than PHP, it's not the …
0
votes
1answer
66 views
VerticalSplitPanel doesn’t show widgets in GWT
This is some very simple code that I'm using to try showing a VerticalSplitPanel, but the widgets I add don't show. The divider thing of VerticalSplitPanels does show however the widgets I add don't.
…
