E
Eddy C
We currently have a .NET app that uses web services to talk to some
back-end java components exposed using Axis. However we need to
communicate state changes to the front-end when they happen from the
back-end, rather than polling every X seconds (Which we might fall back
to). We looked into WS-Eventing but our client apps cannot listen for
security reasons and we would rather have them connect and be streamed
data.
Any idea's.
Oh and i do know that http is connectionless, so that's why I thinking
about streaming.
back-end java components exposed using Axis. However we need to
communicate state changes to the front-end when they happen from the
back-end, rather than polling every X seconds (Which we might fall back
to). We looked into WS-Eventing but our client apps cannot listen for
security reasons and we would rather have them connect and be streamed
data.
Any idea's.
Oh and i do know that http is connectionless, so that's why I thinking
about streaming.