Hi, it's already shared :) http://code.google.com/p/net-orcades-spring/
http://code.google.com/p/net-orcades-spring/source/browse/trunk/orcades-spring-gwt-security/src/main/java/net/orcades/spring/gwt/security/server/GWTPayloadHelper.java And it's usage: try { payloadHelper.begin(request, response); <==== put request/response in ThreadLocal RPCRequest rpcRequest = payloadHelper.decodeRPCRequest(); RPCServletUtils.writeResponse(request.getSession() .getServletContext(), (HttpServletResponse) response, RPC .encodeResponseForSuccess(rpcRequest.getMethod(), Boolean.TRUE), false); } catch (ServletException e) { e.printStackTrace(); } catch (SerializationException e) { // TODO Auto-generated catch block e.printStackTrace(); } finally { payloadHelper.end(); } In http://code.google.com/p/net-orcades-spring/source/browse/trunk/orcades-spring-gwt-security/src/main/java/net/orcades/spring/gwt/security/server/GWTLogoutFilter.java?r=60 On Fri, Oct 17, 2008 at 11:37 AM, Sam <[EMAIL PROTECTED]> wrote: > > > Can you please share that code to me ? That will be a great help !! > > > -- Si l'ignorance peut servir de consolation, elle n'en est pas moins illusoire. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
