我想使用 Java 在我的 Web 应用程序中创建推送消息服务。有什么建议我应该从哪里开始?
谢谢,卡齐
You can use JMS for this, provided by Java, you can find an example at http://oreilly.com/catalog/javmesser/chapter/ch02.html.
There are few other open source APIs also available, but it depends upon your requirement.
Atmosphere framework is good for push notifications.