Reputation: 11949
Is it possible to implement clients that can subscribe and publish to the Comet Server, from within a Java application?
Thnx!
Upvotes: 0
Views: 1287
Reputation: 80633
Yes, it is possible to build subscribing clients in Java. Refer to the CometD homepage, they have a robust server and a Java API. As far as server solutions go, check out Tomcat and Glassfish. You can also check out StreamHub.
What do you mean by publish to the Comet server? As this is not a typical scenario in a server push architecture.
Upvotes: 1