Hi, I took a look at most of the libraries, but there is no one that can make my happy, because none of them seems to be "lightweight".
Atmosphere requires Maven. If I go to Maven someday, I would like to do this on the basis of a free decision, but not as a dependency for the library I am looking for. All the systems mentioned in the context of Comet ( http://cometdaily.com/maturity.html) seem to be big frameworks, with much more functionality than that I am looking for. This also holds for Errai. I am always careful with such decisions. If I always add a complete framework whenever I need a little bit of functionality, my project will explode very soon. What seems to be nice and small and "light" is the HTML5 support for WebSockets, at least as described here (*): http://code.google.com/p/gwt-ws/ One Servlet declaration, one Handler at the server and one handler at the client. This seems very attractive to me! However, it seems that GWT supports HTML5 but without WebSockets: https://developers.google.com/web-toolkit/doc/latest/DevGuideHtml5?hl=de Is this correct? Why does GWT support HTML5 but not for such an important thing like WebSockets? So if I wanted to use the library above (*): How are these projects below code.google.com organized? Is it always a jar file that one has to put into WEB-INF/lib to use the library? I really hope that I can use this lightweight library (*) very soon and I appreciate any help that gets me started. Magnus -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/F7EayG9GU_kJ. 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.
