Re: [gwt-contrib] deRPC experiences

2010-03-18 Thread BobV
Thank you for the feedback. It was trivial to hook up the findClientOracleData to work with the existing process Excellent.  - NPE in the WebModeClientOracle.readStreamAsObject finally block if objectInputStream can't be created (ie: if the format is invalid) Will fix.  - If the GWT

Re: [gwt-contrib] deRPC experiences

2010-03-18 Thread Matt Mastracci
On 2010-03-18, at 12:15 PM, BobV wrote: - If the GWT module base path URL isn't absolute, getRequestModuleBasePath fails. We use relative base paths to simplify our hosted mode development. Can you describe this setup in more detail? What is the canonical URL that the request's url

Re: [gwt-contrib] deRPC experiences

2010-03-18 Thread Matt Mastracci
On 2010-03-18, at 12:15 PM, BobV wrote: The code that you posted is about creating a payload for a object that has custom serialization. What does looking at the fields of the InvokeCustomFieldSerializerCommand object show? I can reproduce this in a barebones project. It looks like it's this

[gwt-contrib] deRPC experiences

2010-03-16 Thread Matt Mastracci
I took the plunge and started moving our codebase over to deRPC. It's pretty simple to get bootstrapped, though there's some deployment work we needed to do to ensure that our .gwt.rpc files are made available to the backends. I'm storing our history of .gwt.rpc files in S3, since we're