Installation Problem: Eclipse HELIOS and the latest GWT Eclipse

2011-09-09 Thread DavidPShaw
Hi, I had used GWT back in the 1.4 days, and recently had a project that I thought I could use it again. I have had some difficulty installing, however. As suggested here: http://code.google.com/webtoolkit/usingeclipse.html#eclipse I downloaded eclipse-java-helios-SR2-macosx-cocoa-x86_64.tar.

Re: same-origin security restriction

2009-04-03 Thread DavidPShaw
has there been any update on this problem? I have a PHP backend exposed via JSON, and want to develop using hosted mode. Is this simply impossible without tricky proxy stuff in apache? My backend cannot run in hosted mode, so I basically have no way to do step- through debugging. --~--~

Re: using of classes outside gwt's class list

2009-03-20 Thread DavidPShaw
You have to think about what you're trying to do. GWT compiles java code into client side Javascript. You do not want to be opening HTTP connections and parsing DOM in client side Javascript. Most likely what you do want to do is have a servlet that does this on the server side and call it via

Re: IE8 DialogBox in GWT 1.5.2 Renders Wrong

2009-03-20 Thread DavidPShaw
I have filed a bug on this as requested, here: http://code.google.com/p/google-web-toolkit/issues/detail?id=3475 On Mar 12, 8:26 pm, Sumit Chandel wrote: > Hi DavidPShaw, > > As Vitali mentioned, please go ahead and file an issue report for this > in the GWT Issue Tracker (link

Re: GWT RPC Security Concern

2009-03-10 Thread DavidPShaw
Doing security in a Servlet Filter is the way to go. It could be Acegi or something homegrown, but as long as you filter on security before you chain to the servlet, you're good to go. On Mar 6, 8:25 pm, lineman78 wrote: > Generally there should not be any problems with you using SSL in your >

IE8 DialogBox in GWT 1.5.2 Renders Wrong

2009-03-10 Thread DavidPShaw
We have a gwt widget that works great in FF, but in IE the Dialog box has serious clipping problems. The problem is demonstrated here: We've traced the problem to the fact that the page holding the root div and the folder containing the GWT output are different. The source of the page contains