Has anyone try to use the gwt rpc with h4gwt in non blocking mode with
the CometProcessor Servlet ? What was you solutions ?

On my side, I manage to extend the HibernateRemoteService to use the
comet interface and it seems working (not well tested yet)
here my draft code :
http://code.vincent.legendre.googlepages.com/hibernatecometservice

So I've several question:
- Did you find some big mistake in my code ?
- Is it plan that GWT support this kind of servlet ? I mean any server-
push mechanism.
- Is it plan that h4gwt support this kind of servlet ?
- I had to use an ugly method (protected
ThreadLocal<HttpServletResponse> perThreadResponse()), is it possible
to change the private visibility of
'RemoteServiceServlet.perThreadResponse' to protected ?

Vincent
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to