good hint Thomas, i did now about that.
i will try it now.

thanks
Michael

On Apr 24, 11:28 am, Thomas Broyer <t.bro...@gmail.com> wrote:
> On Apr 24, 10:02 am, mmoossen <mmoos...@gmail.com> wrote:
>
>
>
> > > Well, I don't have an answer for your question, but why don't you
> > > use SSL?
>
> > it is not about security, it is just about hiding a bit the
> > implementation details.
> > base64 encoding would be more than enough for me.
>
> > > ..., but wait, unless i could explicetely call the
> > > serialization/deserialization methods from gwt... mmm.. interesting...
> > > i will try it now...
>
> > to no avail, i would need to call the generated Serializer for the RPC
> > service, and i have no idea how could i achieve that :(
> > and anyhow it would be better to directly manipulate the payload so
> > method signature can stay as it is.
>
> > > but how do i implement
> > > the client side counterpart of
> > > RemoteServiceServlet#onBeforeRequestDeserialized??
>
> > is there really no client-side counterpart for this? i mean what is
> > the sense of manipulating the serialized payload on the server-side if
> > there is no way to do it revert your manipulation on the client?
>
> You can provide your own RpcRequestBuilder and use it to wrap the
> RequestCallback so you can manipulate the response.getText() before
> delegating to the wrapped RPC callback.
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to