0

我想使用 Java 在我的 Web 应用程序中创建推送消息服务。有什么建议我应该从哪里开始?

谢谢,卡齐

4

2 回答 2

1

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.

于 2013-04-30T06:33:05.997 回答
0

Atmosphere framework is good for push notifications.

Source details

于 2013-04-30T06:30:32.127 回答