FF 25 GWT plugin broken

2013-11-16 Thread Jorel
Hi. I just installed FF 25 on a mac running 10.8.5. prior to this, i had no issues at all running dev mode on FF. now it just immediately locks up, no error messages, no signs of life at all. The dev mode tab in eclipse shows nothing, except for the URL. If I try to run in Chrome, it works

Re: FF 25 GWT plugin broken

2013-11-16 Thread Jorel
-5, Jorel wrote: Hi. I just installed FF 25 on a mac running 10.8.5. prior to this, i had no issues at all running dev mode on FF. now it just immediately locks up, no error messages, no signs of life at all. The dev mode tab in eclipse shows nothing, except for the URL. If I try to run

Re: Firefox in OS X freezes in DevMode.

2013-11-16 Thread Jorel
I'm also seeing this on a mac running 10.8.5 (not yet on mavericks). Firefox 25 upgrade did something to my config i guess. Running Firefox as root also solved this. I would be interested to find out why this workaround is necessary ... glad to have a workaround for now though. On Thursday,

gwtc -optimize set to 0 causes out of memory error in ant build.

2011-06-30 Thread Jorel
Hi. I recently had an issue with the ant build for our GWT project in which I got out of memory errors using -optimize 0. If I changed it to 1 (or higher) it worked fine. Does anyone know how optimize works? Why it might use more memory at 0 than other settings? -- You received this message

Re: gwtc -optimize set to 0 causes out of memory error in ant build.

2011-06-30 Thread Jorel
Ok, well, after updating my OS (Mac OS X from 10.6.6 to 10.6.8), the issue disappeared. It is likely due to an updated java : from 1.6.0_22 to 1.6.0_26 On Jun 30, 9:01 am, Jorel joel.re...@gmail.com wrote: Hi.  I recently had an issue with the ant build for our GWT project in which I got out

Re: Using preemptive basic authentication with GWT-RPC.

2010-05-26 Thread Jorel
just need to package it appropriately. If you do that, you have the same session across both the servlets. --Sri On 26 May 2010 06:36, Jorel joel.re...@gmail.com wrote: ok.  I understand the disadvantages, primarily the avoidance of keeping credentials on the client. We were planning

Re: Using preemptive basic authentication with GWT-RPC.

2010-05-26 Thread Jorel
the user that require the backend service to complete would need to be forwarded. Since I'm using HttpClient from the servlet to complete the backend request, how is the auth done at this point (between gwt-servlet and backend service)? On May 26, 9:19 am, Jorel joel.re...@gmail.com wrote: Have

Re: Using preemptive basic authentication with GWT-RPC.

2010-05-26 Thread Jorel
uname/pw. 3. servlet maps creds to session id for later use (step 4 above). any further comments, suggestions, etc are appreciated. thanks. On May 26, 9:30 am, Jorel joel.re...@gmail.com wrote: I need to solve the general case where the backend service may be on a different tomcat or even

Using preemptive basic authentication with GWT-RPC.

2010-05-25 Thread Jorel
not sure what the best approach is to accomplish this. Does anyone have a good understanding of how this should be accomplished? thanks. jorel -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool

Re: Using preemptive basic authentication with GWT-RPC.

2010-05-25 Thread Jorel
of the logged in user, since it has that information in session variables. --Sri On 26 May 2010 01:21, Jorel joel.re...@gmail.com wrote: Hi.  I have a GWT application running on tomcat that will be using GWT- RPC to talk to a proxy (gwt servlet).  On the proxy I plan on using preemptive

GWT-RPC authentication

2010-05-21 Thread Jorel
Hi. I'm working on a GWT project in which I plan to use a GWT-RPC proxy on tomcat which will interact with the target host, also on tomcat. My main concern at this point is user authentication. I'm not sure I understand how this should work. In previous projects using Flex, we had a simple

How to create a seamless authenticated session through a GWT-RPC proxy server to the target host.

2010-05-21 Thread Jorel
Hi. I'm working on a GWT project in which I plan to use a GWT-RPC proxy on tomcat which will interact with the host, also on tomcat. My main concern at this point is user authentication. I'm not sure I understand how this should work. In previous projects using Flex, we had a simple form-based

Re: MVP Framework in GWT 2.1 M1 ?

2010-05-21 Thread Jorel
I started using another mvp framework for GWT called mvp4g. So far I am quite happy with it. YMMV. It is hosted here: http://code.google.com/p/mvp4g/ On May 20, 1:03 pm, metrixon metri...@gmail.com wrote: I think, the whole MVP with GWT thing is actually inspired by the talk given by Ray Ryan