Re: [gwt-contrib] Re: GWT HOSTING ISSUE

2012-01-24 Thread Nitheesh Chandran
Yeah ,the server has Apache Tomcat as the Java servlet container On Wed, Jan 25, 2012 at 11:28 AM, John Tamplin wrote: > On Wed, Jan 25, 2012 at 12:47 AM, Nitheesh Chandran < > nithe...@dotentreprise.com> wrote: > >> *Discard The previous error messages * >> >> Refer this >> >> [Tue Jan 24 04:2

Re: [gwt-contrib] Re: GWT HOSTING ISSUE

2012-01-24 Thread John Tamplin
On Wed, Jan 25, 2012 at 12:47 AM, Nitheesh Chandran < nithe...@dotentreprise.com> wrote: > *Discard The previous error messages * > > Refer this > > [Tue Jan 24 04:26:47 2012] [error] [client 14.140.69.18] File does not > exist: /home/spectrum/public_html/program/rpctesting/greet, referer: > http

Re: [gwt-contrib] Re: GWT HOSTING ISSUE

2012-01-24 Thread Nitheesh Chandran
*Discard The previous error messages * Refer this [Tue Jan 24 04:26:47 2012] [error] [client 14.140.69.18] File does not exist: /home/spectrum/public_html/program/rpctesting/greet, referer: http://myserver.in/program/Rpctesting.html [Tue Jan 24 04:26:

Re: [gwt-contrib] Re: GWT HOSTING ISSUE

2012-01-24 Thread John Tamplin
On Wed, Jan 25, 2012 at 12:25 AM, Nitheesh Chandran < nithe...@dotentreprise.com> wrote: > I tried to host a sample default GWT application which uses RPC . I did > not do any changes in the program because GWT default program uses RPC > service for getting a reply from the server. This program ru

Re: [gwt-contrib] Re: GWT HOSTING ISSUE

2012-01-24 Thread Nitheesh Chandran
I tried to host a sample default GWT application which uses RPC . I did not do any changes in the program because GWT default program uses RPC service for getting a reply from the server. This program runs correctly in the local Apache server. When i put the same program in the external server ,it

Re: [gwt-contrib] Re: GWT HOSTING ISSUE

2012-01-24 Thread John Tamplin
On Tue, Jan 24, 2012 at 11:46 PM, Nitheesh Chandran < nithe...@dotentreprise.com> wrote: > Please reply > > On Jan 24, 12:40 pm, Nitheesh Chandran > wrote: > > We need a help. Has anyone hosted GWT application to an external web > > server ? Remote procedure call is not working on the server. The

[gwt-contrib] Re: GWT HOSTING ISSUE

2012-01-24 Thread Nitheesh Chandran
Please reply On Jan 24, 12:40 pm, Nitheesh Chandran wrote: > We need a help. Has anyone hosted GWT application to an external web > server ? Remote procedure call is not working on the server. The same > working fine with local Apache server. Just for checking i put sample > GWT default applicati

[gwt-contrib] Re: Firefox 9 DevMode Plugin (issue1620803)

2012-01-24 Thread acleung
http://gwt-code-reviews.appspot.com/1620803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Firefox 9 DevMode Plugin (issue1620803)

2012-01-24 Thread conroy
LGTM with some nits one day i'll make a pass through all this code to make it style conformant, but for now just trying to avoid more style violations. (technically the column limit should be 80, but we'll keep 100 within this code for consistency for now...) http://gwt-code-reviews.appspot.com

[gwt-contrib] Re: Firefox 9 DevMode Plugin (issue1620803)

2012-01-24 Thread acleung
http://gwt-code-reviews.appspot.com/1620803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Firefox 9 DevMode Plugin (issue1620803)

2012-01-24 Thread acleung
Sorry for the delay. I was on vacation the day after I sent this out. http://gwt-code-reviews.appspot.com/1620803/diff/1/plugins/common/HostChannel.cpp File plugins/common/HostChannel.cpp (right): http://gwt-code-reviews.appspot.com/1620803/diff/1/plugins/common/HostChannel.cpp#newcode322 plugi

Re: [gwt-contrib] Improvement to HistoryImpl

2012-01-24 Thread John Tamplin
On Tue, Jan 24, 2012 at 10:28 AM, ALAA MURAD wrote: > > Some other people having the same problem, please also look at this : > > > http://stackoverflow.com/questions/8851193/window-location-hash-assignation-painfully-slow-in-ie8 > The answer on that page is that you only see the slowdown if you

Re: [gwt-contrib] LinkedHashMap.clone()

2012-01-24 Thread John Tamplin
On Mon, Jan 23, 2012 at 10:51 PM, Irfan Adilovic wrote: > I have a feeling the code was added with the intention to be enabled, > but never was, as nobody came to actually "implementing" > LinkedHashMap.clone(). What's the official situation on this? Should I > file a bug and submit a patch? > I

Re: [gwt-contrib] Improvement to HistoryImpl

2012-01-24 Thread ALAA MURAD
John, For me, I solved my problem as I just included those classes in my project and GWT nicely skipped Google's version, also I totally understand your concern regarding this other code. Maybe we can do introduce this method: History.newItemRunImmediately(...); Again the code will not break if

[gwt-contrib] GWT HOSTING ISSUE

2012-01-24 Thread Nitheesh Chandran
We need a help. Has anyone hosted GWT application to an external web server ? Remote procedure call is not working on the server. The same working fine with local Apache server. Just for checking i put sample GWT default application on the server. Its not working there -- http://groups.google.com

[gwt-contrib] LinkedHashMap.clone()

2012-01-24 Thread Irfan Adilovic
[According to svn logs, this email would best be addressed to "gwt.team.ecc" and "jat"] I ran into a nasty problem where my code would run in development mode but would die in production. I pinpointed the problem to a cast to LinkedHashMap on the result of cloning an existing LinkedHashMap, with t

Re: [gwt-contrib] Improvement to HistoryImpl

2012-01-24 Thread John Tamplin
On Mon, Jan 23, 2012 at 9:06 PM, ALAA MURAD wrote: > I already did a test project and I replicated the class and modified it, > in my test both history token and changed event received the correct token. > Yes, but the question is if there is existing code out there that will notice that the U