Re: Problem Updating View Programmatically

2011-09-19 Thread gcr
Thanks for responding. Thanks in advance for any help. Since I have posed two questions at once, if it's all the same to everyone, I'd like to focus on my issue with canvas first. What's goes wrong when I try to make a Canvas part of a view using uibinder? If I code something like this, I see a

Problem Updating View Programmatically

2011-09-18 Thread gcr
All, I am attempting to do something that must be very common, but I can't get it to work. I place either a canvas or a TextBox on the screen and change it programmatically and my changes don't show up on the screen. I am using uibinder. If I give say, my TextBox an initial value XXX this value

Serialization for RPC Not Working as Expected

2011-01-19 Thread gcr
All, I am getting some behavior I can't understand wrt a class I am returning via RPC serialization. My question is, How can I troubleshoot this? First a bit of code: public class Setup implements IsSerializable { private static final long serialVersionUID = private List dispo

GWT eclipse plug manual install?

2009-04-15 Thread gcr
All, I have looked and I cannot find a link from where I can download GWT 1.6 for a manual install. (I could also be blind.) Is there such a thing, or is it update site or nothing? I am trying to upgrade to GWT 1.6. When I attempt to do so using the update site, It throws an error (see below)

Re: Deploying GWT applications on OSGi Equinox

2009-04-08 Thread gcr
Ian, Have seen the article "Embedding an HTTP server in Equinox"? If not give it a read and we can continue. It explains how to do without war file. http://www.eclipse.org/equinox/server/http_in_equinox.php On Apr 8, 2:41 am, lan wrote: > Yes I'm absolutely interested. > I don't understand h

Re: Deploying GWT applications on OSGi Equinox

2009-04-07 Thread gcr
I too am in the midst of deploying GWT to equinox. It's working but I don't use war files. I put my GWT code into a bundle, which means using extension points to specify my servlets in lieu of doing so in web.xml. If you're interested in discussing this further let me know. On Apr 7, 12:58 am,