Re: GWT with Linux Ubuntu 8.10

2009-01-20 Thread Arend van der Veen
Hi, I am running GWT 1.5.3 with Java 5 on Ubuntu 8.04 LTS and I am not experiencing your problem. When I initially create the project using applicationCreator I get a folder and two scripts. ~/tmp/srs-2$ ls src srs-compile srs-shell I then execute srs-shell: ~/tmp/srs-2$ ./srs-shell

Stock Watcher Tutorial

2009-01-21 Thread Arend van der Veen
HI All, I am sure this is a very simple question but it has me stumped. I am using GWT 1.5.3 on Ubuntu 8.04 LTS and Java 1.5.0_15. I am not using Eclipse. I have been building he Stock Watcher demo and have everything working great up to but not including Use Remote Procedure Calls. After I

Re: GWT StockWatcher Tutorial

2009-01-21 Thread Arend van der Veen
Hi Sumit, Could you elaborate for a newbee how you would compile the servlet and add it to the GWTShell process. I am using GWT 1.5.3 on Linux with Java 1.5 (I am not using Eclipse yet). Thanks in advance. Arend On Jan 8, 8:45 pm, Sumit Chandel sumitchan...@google.com wrote: *GWTShell

Re: GWT StockWatcher Tutorial

2009-01-21 Thread Arend van der Veen
Hi Sumit, I figured it out and works. Please ignore my previous post. Regards, Arend On Jan 21, 3:45 pm, Arend van der Veen arend.vanderv...@gmail.com wrote: Hi Sumit, Could you elaborate for a newbee how you would compile the servlet and add it to the GWTShell process.  I am using GWT

Re: Stock Watcher Tutorial

2009-01-21 Thread Arend van der Veen
that this is what other users are doing but that does not match what the Stock Watcher Tutorial indicated. Thanks, Arend On Jan 21, 3:39 pm, Arend van der Veen arend.vanderv...@gmail.com wrote: HI All, I am sure this is a very simple question but it has me stumped.   I am using GWT 1.5.3 on Ubuntu 8.04 LTS

Re: Stock Watcher Tutorial

2009-01-22 Thread Arend van der Veen
taken the tutorial in question, but if it assumes you are using Eclipse then that would explain why it doesn't explicitly tell you to compile your servlet. On Wed, Jan 21, 2009 at 4:16 PM, Arend van der Veen arend.vanderv...@gmail.com wrote: Hi, I have found a work around but still do

Eclipse Version

2009-01-22 Thread Arend van der Veen
Hi All, I have convinced myself that I really should use an IDE to support GWT development. At this point I think that Eclipse would be the best option. I am now wondering what version of Eclipse I should use. I am running Xubuntu 8.04 LTS Desktop and it comes with Eclipse SDK 3.2.2. I think

My own SSL server in Hosted Mode

2009-01-23 Thread Arend van der Veen
Hi All, I have a number of restful web services (not Java based) that I need to develop client-side functionality for using GWT. To access these restful web services I setup my own Apache server to use in hosted mode. I initially configured it using http and everything worked create. However,

whitelist

2009-01-27 Thread Arend van der Veen
HI All, I am developing a GWT application with requires access to a restful service (not java based). I can compile the program and post it on a web server with the web service and everything works great. However, I am having trouble getting it to work properly in hosted mode. I previously

Re: whitelist

2009-01-28 Thread Arend van der Veen
it shouldnt). So if you want to contact your webservice with an ajax request you have to first contact the server with an rpc call and he can call the webservice and return the result to the browser Daniel 2009/1/27 Arend van der Veen arend.vanderv...@gmail.com HI All, I am developing a GWT

escape html

2009-02-03 Thread Arend van der Veen
Hi All, I have a very simple question. I have been sifting through the API looking for a way to escape a string so that it is HTML safe? new HTML(b+escapeFunction(variable)+/b) Am I missing something or is escapeFunction something that I need to support myself. Thanks, Arend

IE 7.0 Issue with ScrollPanel

2009-02-04 Thread Arend van der Veen
Hi All, I have a small application that works great in FireFox and Safari but every time I try to load it into IE 7.0 it completely fails. I get an unspecified error. The following is JavaScript code contains the error: function $onWindowResized(this$static, width, height){ var

Re: IE 7.0 Issue with ScrollPanel

2009-02-05 Thread Arend van der Veen
initWidget only on the vertical panel. When I do the resizing, I adjust the size of the scroll panel. This works on all my target browsers. Thanks, Arend On Thu, Feb 5, 2009 at 1:52 AM, Arend van der Veen arend.vanderv...@gmail.com wrote: Hi All, I have a small application that works great

Re: Script error in IE 7 in web mode

2009-02-05 Thread Arend van der Veen
Hi Danny, I had a similar problem when I was parsing an XML document. In my case, I was a little careless about trapping errors and casting classes. As it turned out Safari and Firefox ignored the errors while IE generated an error. I was able to identify the offending lines of code and

Re: GWT 1.6 works on 64 bits?

2009-03-03 Thread Arend van der Veen
Hi, I currently am running 1.5.3 on 32-bit on Ubuntu but need to upgrade to 64-bit Ubuntu. When I install java Ubintu now installs a 64-bit version. I have found that I can compile to JS in 64-bit but am not able to run hosted. I have read that I should install a 32-bit version of java but