spring - Server side events with desktop client .i.e no browser (java) -
We need a "push notification" mechanism, in desktop clients written in Java and mobile clients such as Android, Ios and windowsphone8 I came across "server side events" which fits very well because we require unidirectional communication from the server to the customer, so for this scenario, the websites are overkill. We currently use voting as a fallback. Hey, but we are as much as to avoid this possible.
As I think the server should have some kind of "Publish Subscription" module, but I'm not sure whether the "Spring Framework" provides any help here or if other frameworks Pipelining I have read about being a good candidate for publishing published membership module. However, what structure or component should be used to connect this publication subscription module to the Java desktop client, what help do I need?
There is a bunch of technical / frameworks on html5 websites, socket.oos and so on, but they work only for the web, i.e. browser clients .. i am on java.net Seeing. Server Sockets (it has not been used before), but It is a little uncertain that this is the best way . We have a separate "service module" that is running on the same desktop as a Java desktop client, this service handles a push notifications.
Looks like you can use Java Messaging Service (JMS)
Spring Support for Jms
J2EE JMS
P> In addition, check these same questions -
Comments
Post a Comment