Hi, I want my server to send events to clients.
It is very important to me to minimize the changes to my project, i. e. the best case would be a jar file and some classes, not a large framework with a lot of other functionality I do not need. I spent some time now trying to get atmosphere work within my environment, but I am not so happy withit: dozens of atmosphere-*.jar files, the need to use maven to get it running, and other things. Now I came across Tomcat's comet support: One jar file (catalina.jar) and a few classes (CometProcessor, ...). It would be fine if I can use it for my purposes. Question: Are there serious drawbacks when using this solution? Where can I find a minimal example? Thanks! 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/-/RiOgspH-7tIJ. 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.
