web services - What are some good examples of a WS-Eventing client in Java? -


there few web service frameworks available java: axis2, cxf, jbossws, , metro. have examples of ws-eventing client these frameworks?

check out apache savan. it's publisher/subscriber implementation axis2 supports ws-eventing (see sample.eventing.client example client).

jbossws has information setting service here, didn't see example client. regarding cxf , metro, i'm not sure if have specific support ws-eventing yet.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -