[gwt-contrib] Re: Enhancement for issue 4870 (issue732801)

2010-08-06 Thread Eric B. Ridge
On Aug 5, 10:38 pm, John Tamplin j...@google.com wrote: How do you know you are getting a serialized exception rather than some random error page returned by the server? This almost sounds rhetorical, but... *I* know I'm getting the serialized exception that my code threw from the RPC

[gwt-contrib] Re: Enhancement for issue 4870 (issue732801)

2010-08-02 Thread Eric B. Ridge
I didn't realize issue 4870 existed or I would have commented on it long ago. In our world, we like to set the HTTP response code to a non-SC_OK response when the RPC service throws an Exception. This way we can easily grep our access.log for failed responses. An the Exception might be whatever

[gwt-contrib] Re: deRPC experiences

2010-03-18 Thread Eric B. Ridge
On Mar 18, 4:03 pm, Matt Mastracci matt...@mastracci.com wrote: I can reproduce this in a barebones project. It looks like it's this class we're using to avoid RPC pulling in all the subclasses of HashMap. We have similar classes for ArrayList and HashSet, but those all have custom

[gwt-contrib] deRPC issues w/ GWT 2.0.3

2010-03-15 Thread Eric B. Ridge
Is this the right place to raise issues I've found with deRPC and GWT 2.0.3? I posted one thing last week (http://groups.google.com/group/google- web-toolkit-contributors/browse_thread/thread/ 631b8c3177930913/688dd476a8d0e359?lnk=gstq=Eric+B. +Ridge#688dd476a8d0e359) that thus far is unanswered

[gwt-contrib] Re: supporting java.io.InputStream/Reader in GWT's JRE

2010-03-09 Thread Eric B. Ridge
/google/gwt/emul source for the GWT JRE emulation, e.g.http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/... super-source/ is what you want. It allows Web mode and Hosted Mode to see different source code. -Ray On Mon, Mar 8, 2010 at 12:54 PM, Eric B. Ridge eeb...@gmail.com

[gwt-contrib] Re: supporting java.io.InputStream/Reader in GWT's JRE

2010-03-09 Thread Eric B. Ridge
On Mar 9, 11:29 am, Andi Mullaraj andimulla...@gmail.com wrote: Also, my coworkers and I are wondering if GWT is single.? I am not an English native (so I might have read smth you didn't mean :)), but this is very funny. I love her too. You read it correctly! eric --

[gwt-contrib] Re: Testing new GWT RPC implementation (aka deRPC)

2010-03-09 Thread Eric B. Ridge
On Jul 24 2009, 10:22 pm, BobV b...@google.com wrote: The deRPC code went into trunk a week or so ago, and no initial fires have been reported.  I'd like to get folks on GWTC to give it a shakedown. snip I'm mainly looking for the following kinds of feedback:   - If it doesn't work, please

[gwt-contrib] supporting java.io.InputStream/Reader in GWT's JRE

2010-03-08 Thread Eric B. Ridge
Please don't laugh (at least not out loud). I've run into a situation where I really need to use a JavaCC generated parser on the client-side. The generated code is all simple Java, except for its use of java.io.InputStream and java.io.Reader. Is it possible to implement additional GWT JRE

[gwt-contrib] Character.isWhitespace()

2010-03-05 Thread Eric B. Ridge
Why doesn't GWT's JRE support Character.isWhitespace()? It supports Character.isSpace(), but that's @deprecated by Sun in (at least) 1.5: http://java.sun.com/javase/6/docs/api/java/lang/Character.html#isSpace(char) eric -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Character.isWhitespace()

2010-03-05 Thread Eric B. Ridge
Hey, thanks for the reply. This makes perfect sense. eric On Mar 5, 4:23 pm, John Tamplin j...@google.com wrote: On Fri, Mar 5, 2010 at 4:12 PM, Eric B. Ridge eeb...@gmail.com wrote: Why doesn't GWT's JRE support Character.isWhitespace()?  It supports Character.isSpace(), but that's

[gwt-contrib] Re: [INFO] A new version of GWT (1.7.0) is available

2009-08-04 Thread Eric B. Ridge
On Aug 4, 10:07 am, Arthur Kalmenson arthur.k...@gmail.com wrote: Eric, are you using Maven? It might be the GWT Maven Plugin doing that, not GWT itself. Naw. I'm running GWT directly from the command-line via a custom shell script (on OS X). I've also been (kinda) tracking with trunk, and

[gwt-contrib] [INFO] A new version of GWT (1.7.0) is available

2009-08-02 Thread Eric B. Ridge
I'm a random lurker who recently started using GWT 1.6. Since 1.7 was released (to which I have not yet upgraded), I now see this in the hosted mode log window: [INFO] A new version of GWT (1.7.0) is available Without trying to be argumentative, is it really necessary for a supporting